class EppResponseData

This EppResponseData class implements EPP Response Data entity.

Inheritance:


Public Methods

[more]virtual int getEntityType()
Returns the run-time type of an EppEntity object
[more]static EppResponseData* fromXML( const DOM_Node& root )
Converts an XML element into an EppResponseData object.


Inherited from EppEntity:

Public Methods

obool instanceOf( const int type )
ovirtual DOM_Element toXML( DOM_Document &doc, const DOMString &tag )
ovirtual DOMString toString()

Protected Methods

oDOMString toString( const DOMString &tag )


Documentation

This EppResponseData class implements EPP Response Data entity.

ovirtual int getEntityType()
Returns the run-time type of an EppEntity object

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

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


Direct child classes:
EppResponseDataTransfer
EppResponseDataPoll
EppResponseDataInfo
EppResponseDataCreate
EppResponseDataCheck
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.