|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.codec.gen.EPPMapFactory
com.verisign.epp.codec.lowbalancepoll.EPPLowBalancePollMapFactory
public class EPPLowBalancePollMapFactory
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.0
Title: EPP 1.0 LowBalance
Description: LowBalance Poll Mapping for the EPP SDK
Copyright: Copyright (c) 2004
Company: VeriSign
| Field Summary | |
|---|---|
static java.lang.String |
NS
Namespace URI associated with EPPLowBalanceFactory. |
static java.lang.String |
NS_PREFIX
Namespace prefix associated with EPPLowBalanceFactory. |
static java.lang.String |
NS_SCHEMA
EPP LowBalance XML Schema. |
| 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 | |
|---|---|
EPPLowBalancePollMapFactory()
Create a new instance of EPPLowBalancePollMapFactory |
|
| Method Summary | |
|---|---|
EPPCommand |
createCommand(org.w3c.dom.Element aMapElement)
Overridden but does nothing in the context of LowBalance Poll. |
EPPResponse |
createResponse(org.w3c.dom.Element aMapElement)
Creates the poll response |
EPPService |
getService()
Returns the EPPService instance associated with this ExtFactory. |
java.util.Set |
getXmlSchemas()
Gets the list of XML schemas that need to be pre-loaded into the XML Parser. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NS
public static final java.lang.String NS_PREFIX
public static final java.lang.String NS_SCHEMA
| Constructor Detail |
|---|
public EPPLowBalancePollMapFactory()
| Method Detail |
|---|
public EPPCommand createCommand(org.w3c.dom.Element aMapElement)
throws EPPCodecException
createCommand in class EPPMapFactoryaMapElement - DOM Element to create command from
EPPCommand if supported
EPPCodecException - If cannot create EPPCommand.public EPPService getService()
getService in class EPPMapFactory
public EPPResponse createResponse(org.w3c.dom.Element aMapElement)
throws EPPCodecException
createResponse in class EPPMapFactoryaMapElement - DOM Element to create response from
EPPResponse if supported
EPPCodecException - If cannot create EPPResponse.public java.util.Set getXmlSchemas()
getXmlSchemas in class EPPMapFactorySet of String XML Schema names that
should be pre-loaded in the XML Parser.EPPMapFactory.getXmlSchemas()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||