public class EPPRegistryMapFactory extends EPPMapFactory
EPPMapFactory used to create EPPCommand and
EPPResponse objects from DOM elements for the
NS.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NS
Namespace URI associated with
EPPRegistryMapFactory. |
static java.lang.String |
NS_PREFIX
Namespace prefix associated with
EPPRegistryMapFactory. |
EPP_CHECK, EPP_CREATE, EPP_DELETE, EPP_INFO, EPP_LOGIN, EPP_LOGOUT, EPP_RENEW, EPP_TRANSFER, EPP_UPDATE| Constructor and Description |
|---|
EPPRegistryMapFactory()
Default constructor for
EPPRegistryMapFactory that initializes the
service attribute. |
| Modifier and Type | Method and Description |
|---|---|
EPPCommand |
createCommand(org.w3c.dom.Element aMapElement)
Creates a concrete
EPPCommand for the DOM Element. |
EPPResponse |
createResponse(org.w3c.dom.Element aMapElement)
Creates a concrete
EPPResponse for the DOM Element. |
EPPService |
getService()
Gets the
EPPService associated with
EPPRegistryMapFactory. |
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
EPPRegistryMapFactory.public static final java.lang.String NS_PREFIX
EPPRegistryMapFactory.public EPPRegistryMapFactory()
EPPRegistryMapFactory that initializes the
service attribute.public EPPCommand createCommand(org.w3c.dom.Element aMapElement) throws EPPCodecException
EPPCommand for the DOM Element.createCommand in class EPPMapFactoryaMapElement - DOM Element used to identify the concrete
EPPCommand associated with the
EPPRegistryMapFactory.EPPCommand associated with command
extension XML element. For example,
EPPDomainCreateCmd.EPPCodecException - Error creating concrete EPPCommand for the DOM
Element.public EPPResponse createResponse(org.w3c.dom.Element aMapElement) throws EPPCodecException
EPPResponse for the DOM Element.createResponse in class EPPMapFactoryaMapElement - DOM Element used to identify the concrete
EPPResponse associated with the
EPPRegistryMapFactory.EPPResponse associated with command
extension XML element. For example,
EPPDomainInfoResp.EPPCodecException - Error creating concrete EPPResponse for the DOM
Element.public EPPService getService()
EPPService associated with
EPPRegistryMapFactory. The EPPService is used by
EPPFactory for distributing the responsibility of creating
concrete EPPCommand and EPPResponse objects by
XML namespace. The XML namespace is defined in the returned
EPPService.getService in class EPPMapFactorypublic 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.