Class EPPRegistryMapFactory
java.lang.Object
com.verisign.epp.codec.gen.EPPMapFactory
com.verisign.epp.codec.registry.v02.EPPRegistryMapFactory
Concrete
EPPMapFactory used to create EPPCommand and
EPPResponse objects from DOM elements for the
NS.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringNamespace URI associated withEPPRegistryMapFactory.static final StringNamespace prefix associated withEPPRegistryMapFactory.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
ConstructorsConstructorDescriptionDefault constructor forEPPRegistryMapFactorythat initializes the service attribute. -
Method Summary
Modifier and TypeMethodDescriptioncreateCommand(Element aMapElement) Creates a concreteEPPCommandfor the DOMElement.createResponse(Element aMapElement) Creates a concreteEPPResponsefor the DOMElement.Gets theEPPServiceassociated withEPPRegistryMapFactory.Gets the list of XML schemas that need to be pre-loaded into the XML Parser.
-
Field Details
-
NS
Namespace URI associated withEPPRegistryMapFactory.- See Also:
-
NS_PREFIX
Namespace prefix associated withEPPRegistryMapFactory.- See Also:
-
-
Constructor Details
-
EPPRegistryMapFactory
public EPPRegistryMapFactory()Default constructor forEPPRegistryMapFactorythat initializes the service attribute.
-
-
Method Details
-
createCommand
Creates a concreteEPPCommandfor the DOMElement.- Specified by:
createCommandin classEPPMapFactory- Parameters:
aMapElement- DOMElementused to identify the concreteEPPCommandassociated with theEPPRegistryMapFactory.- Returns:
- Concrete
EPPCommandassociated with command extension XML element. For example,EPPDomainCreateCmd. - Throws:
EPPCodecException- Error creating concreteEPPCommandfor the DOMElement.
-
createResponse
Creates a concreteEPPResponsefor the DOMElement.- Specified by:
createResponsein classEPPMapFactory- Parameters:
aMapElement- DOMElementused to identify the concreteEPPResponseassociated with theEPPRegistryMapFactory.- Returns:
- Concrete
EPPResponseassociated with command extension XML element. For example,EPPDomainInfoResp. - Throws:
EPPCodecException- Error creating concreteEPPResponsefor the DOMElement.
-
getService
Gets theEPPServiceassociated withEPPRegistryMapFactory. TheEPPServiceis used byEPPFactoryfor distributing the responsibility of creating concreteEPPCommandandEPPResponseobjects by XML namespace. The XML namespace is defined in the returnedEPPService.- Specified by:
getServicein classEPPMapFactory- Returns:
- service description for the Registry Command Mapping.
-
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:
-