Class EPPLowBalancePollMapFactory
- java.lang.Object
-
- com.verisign.epp.codec.gen.EPPMapFactory
-
- com.verisign.epp.codec.lowbalancepoll.EPPLowBalancePollMapFactory
-
public class EPPLowBalancePollMapFactory extends EPPMapFactory
The EPPCodec Extension Factory that needs to be configured to encode/decode LowBalancePoll responses. The LowBalance Poll URI is: http://www.verisign.com/epp/lowbalance-poll-1.0Title: EPP 1.0 LowBalance
Description: LowBalance Poll Mapping for the EPP SDK
Copyright: Copyright (c) 2004
Company: VeriSign
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNSNamespace URI associated with EPPLowBalanceFactory.static java.lang.StringNS_PREFIXNamespace prefix associated with EPPLowBalanceFactory.-
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 Constructor Description EPPLowBalancePollMapFactory()Create a new instance of EPPLowBalancePollMapFactory
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EPPCommandcreateCommand(org.w3c.dom.Element aMapElement)Overridden but does nothing in the context of LowBalance Poll.EPPResponsecreateResponse(org.w3c.dom.Element aMapElement)Creates the poll responseEPPServicegetService()Returns the EPPService instance associated with this ExtFactory.java.util.SetgetXmlSchemas()Gets the list of XML schemas that need to be pre-loaded into the XML Parser.
-
-
-
Field Detail
-
NS
public static final java.lang.String NS
Namespace URI associated with EPPLowBalanceFactory.- See Also:
- Constant Field Values
-
NS_PREFIX
public static final java.lang.String NS_PREFIX
Namespace prefix associated with EPPLowBalanceFactory.- See Also:
- Constant Field Values
-
-
Method Detail
-
createCommand
public EPPCommand createCommand(org.w3c.dom.Element aMapElement) throws EPPCodecException
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
public EPPService 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
public EPPResponse createResponse(org.w3c.dom.Element aMapElement) throws EPPCodecException
Creates the poll response- Specified by:
createResponsein classEPPMapFactory- Parameters:
aMapElement- DOMElementto create response from- Returns:
EPPResponseif supported- Throws:
EPPCodecException- If cannot createEPPResponse.
-
getXmlSchemas
public java.util.Set 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:
EPPMapFactory.getXmlSchemas()
-
-