class EppPollable

The EppPollable interface is designed for pollable EppEntity, such as EppCommandTransfer objects, that can be included as the data element in the response of an EPP Poll command.

Inheritance:


Public Methods

[more]virtual ~EppPollable()
Destructor
[more]virtual DOM_Element toXMLPoll( DOM_Document &doc, const DOMString& tag ) = 0
Converts the EppPollable object into an XML element that can be included as the data element in the response of an EPP Poll command.


Documentation

The EppPollable interface is designed for pollable EppEntity, such as EppCommandTransfer objects, that can be included as the data element in the response of an EPP Poll command.

ovirtual ~EppPollable()
Destructor

ovirtual DOM_Element toXMLPoll( DOM_Document &doc, const DOMString& tag ) = 0
Converts the EppPollable object into an XML element that can be included as the data element in the response of an EPP Poll command.

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


Direct child classes:
EppCommandTransfer
Author:
Ning Zhang ning.zhang@neustar.com
Version:
$Revision: 1.1 $ $Date: 2001/11/05 20:20:36 $

Alphabetic index HTML hierarchy of classes or Java


Copyright © 2001 NeuStar, Inc. All Rights Reserved.