public class EPPBalanceMapFactory extends EPPMapFactory
Title: EPP 1.0 Balance
Description: Balance Mapping for the EPP SDK
Copyright: Copyright (c) 2011
Company: VeriSign
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NS
Namespace URI associated with EPPBalanceFactory.
|
static java.lang.String |
NS_PREFIX
Namespace prefix associated with EPPBalanceFactory.
|
static java.lang.String |
NS_SCHEMA
EPP LowBalance XML Schema.
|
EPP_CHECK, EPP_CREATE, EPP_DELETE, EPP_INFO, EPP_LOGIN, EPP_LOGOUT, EPP_RENEW, EPP_TRANSFER, EPP_UPDATE| Constructor and Description |
|---|
EPPBalanceMapFactory()
Create a new instance of EPPBalanceMapFactory
|
| Modifier and Type | Method and Description |
|---|---|
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 MapFactory.
|
java.util.Set |
getXmlSchemas()
Gets the list of XML schemas that need to be pre-loaded into the XML
Parser.
|
public static final java.lang.String NS
public static final java.lang.String NS_PREFIX
public static final java.lang.String NS_SCHEMA
public EPPBalanceMapFactory()
public EPPCommand createCommand(org.w3c.dom.Element aMapElement) throws EPPCodecException
createCommand in class EPPMapFactoryaMapElement - DOM Element to create command fromEPPCommand if supportedEPPCodecException - If cannot create EPPCommand.public EPPService getService()
getService in class EPPMapFactorypublic EPPResponse createResponse(org.w3c.dom.Element aMapElement) throws EPPCodecException
createResponse in class EPPMapFactoryaMapElement - DOM Element to create response fromEPPResponse if supportedEPPCodecException - 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()Copyright © VeriSign Inc. All Rights Reserved.