Package com.verisign.epp.codec.rgppoll
Class EPPRgpPollMapFactory
java.lang.Object
com.verisign.epp.codec.gen.EPPMapFactory
com.verisign.epp.codec.rgppoll.EPPRgpPollMapFactory
The EPPCodec Extension Factory that needs to be configured to encode/decode
RgpPoll responses. It is VeriSign's supplement to the standard RGP EPP
extensions.
The RGP Poll URI is: http://www.verisign.com/epp/rgp-poll-1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringNamespace URI associated with EPPRgpFactory.static final StringNamespace prefix associated with EPPRgpFactory.Fields inherited from class com.verisign.epp.codec.gen.EPPMapFactory
EPP_CHECK, EPP_CREATE, EPP_DELETE, EPP_INFO, EPP_LOGIN, EPP_LOGOUT, EPP_RENEW, EPP_TRANSFER, EPP_UPDATE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCommand(Element aMapElement) Overridden but does nothing in the context of RGP Poll.createResponse(Element aMapElement) Creates the poll responseReturns the EPPService instance associated with this ExtFactory.Gets the list of XML schemas that need to be pre-loaded into the XML Parser.
-
Field Details
-
NS
Namespace URI associated with EPPRgpFactory.- See Also:
-
NS_PREFIX
Namespace prefix associated with EPPRgpFactory.- See Also:
-
-
Constructor Details
-
EPPRgpPollMapFactory
public EPPRgpPollMapFactory()Create a new instance of EPPRgpPollMapFactory
-
-
Method Details
-
createCommand
Overridden but does nothing in the context of RGP Poll. Only Poll responses are implemented- Specified by:
createCommandin classEPPMapFactory- Parameters:
aMapElement- DOMElementto create command from- Returns:
EPPCommandif supported- Throws:
EPPCodecException- If cannot createEPPCommand.
-
getService
Returns the EPPService instance associated with this ExtFactory. The EPPService instance contains the XML Namespace and XML Schema location- Specified by:
getServicein classEPPMapFactory- Returns:
- the EPPService instance associated with this ExtFactory
-
createResponse
Creates the poll response- Specified by:
createResponsein classEPPMapFactory- Parameters:
aMapElement- DOMElementto create response from- Returns:
EPPResponseif supported- Throws:
EPPCodecException- If cannot createEPPResponse.
-
getXmlSchemas
Gets the list of XML schemas that need to be pre-loaded into the XML Parser.- Overrides:
getXmlSchemasin classEPPMapFactory- Returns:
SetofStringXML Schema names that should be pre-loaded in the XML Parser.- See Also:
-