class EppHello

This EppHello class implements EPP Hello entity used in the EPP Protocol initialization.

Inheritance:


Public Methods

[more] EppHello()
Creates an EppHello object
[more] ~EppHello()
Destructor
[more]DOM_Element toXML( DOM_Document& doc, const DOMString& tag )
Converts the EppHello object into an XML element
[more]static EppHello* fromXML( const DOM_Node& root )
Converts an XML element into an EppHello object.


Inherited from EppEntity:

Public Methods

ovirtual int getEntityType()
obool instanceOf( const int type )
ovirtual DOMString toString()

Protected Methods

oDOMString toString( const DOMString &tag )


Documentation

This EppHello class implements EPP Hello entity used in the EPP Protocol initialization.

o EppHello()
Creates an EppHello object

o ~EppHello()
Destructor

oDOM_Element toXML( DOM_Document& doc, const DOMString& tag )
Converts the EppHello object into an XML element

Parameters:
doc - the XML DOM_Element object
tag - the tag/element name for the EppHello object
Returns:
an DOM_Element object

ostatic EppHello* fromXML( const DOM_Node& root )
Converts an XML element into an EppHello object. The caller of this method must make sure that the root node is of the EPP addrType.

Parameters:
root - root node for an EppHello object in XML format
Returns:
an EppHello object, or null if the node is invalid


This class has no child classes.
Author:
Ning Zhang ning.zhang@neustar.com
Version:
$Revision: 1.1.1.1 $ $Date: 2005/12/06 20:11:35 $

Alphabetic index HTML hierarchy of classes or Java


Copyright © 2001-2002 NeuLevel, Inc. All Rights Reserved.