Class EPPBalanceMapFactory
java.lang.Object
com.verisign.epp.codec.gen.EPPMapFactory
com.verisign.epp.codec.balance.v01.EPPBalanceMapFactory
The EPPCodec Extension Factory that needs to be configured to encode/decode
Balance command and response.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringNamespace URI associated with EPPBalanceFactory.static final StringNamespace prefix associated with EPPBalanceFactory.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 LowBalance Poll.createResponse(Element aMapElement) Creates the poll responseReturns the EPPService instance associated with this MapFactory.Gets the list of XML schemas that need to be pre-loaded into the XML Parser.
-
Field Details
-
NS
Namespace URI associated with EPPBalanceFactory.- See Also:
-
NS_PREFIX
Namespace prefix associated with EPPBalanceFactory.- See Also:
-
-
Constructor Details
-
EPPBalanceMapFactory
public EPPBalanceMapFactory()Create a new instance of EPPBalanceMapFactory
-
-
Method Details
-
createCommand
Overridden but does nothing in the context of LowBalance 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 MapFactory. 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:
-