Class EPPVerificationCodeExtFactory
java.lang.Object
com.verisign.epp.codec.gen.EPPExtFactory
com.verisign.epp.codec.verificationcode.EPPVerificationCodeExtFactory
Factory for the Verification Code Extension objects. The Verification Code
Extension only supports command, response extensions with
createExtension, but currently does not support protocol
extensions with createProtocolExtension. Calling
createProtocolExtension will result in an exception.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor forEPPVerificationCodeExtFactory. -
Method Summary
Modifier and TypeMethodDescriptioncreateExtension(Element aExtensionElm) Creates a concreteEPPCodecComponentfrom an XML element that represents an EPP extension.createProtocolExtension(Element aExtensionElm) Creates a concreteEPPProtocolExtensionfrom an XML element that represents an EPP protocol extension.Gets the service information associated with the concreteEPPExtFactory.Gets the list of XML schemas that need to be pre-loaded into the XML Parser.
-
Field Details
-
NS
XML Namespace- See Also:
-
NS_PREFIX
XML Namespace Prefix- See Also:
-
-
Constructor Details
-
EPPVerificationCodeExtFactory
public EPPVerificationCodeExtFactory()Default constructor forEPPVerificationCodeExtFactory.
-
-
Method Details
-
createExtension
Creates a concreteEPPCodecComponentfrom an XML element that represents an EPP extension.- Specified by:
createExtensionin classEPPExtFactory- Parameters:
aExtensionElm- extension XML element.- Returns:
- Concrete
EPPCodecComponentassociated with the extension XML element. - Throws:
EPPCodecException- Error creating the concreteEPPCodecComponent
-
createProtocolExtension
Creates a concreteEPPProtocolExtensionfrom an XML element that represents an EPP protocol extension.- Specified by:
createProtocolExtensionin classEPPExtFactory- Parameters:
aExtensionElm- extension XML element.- Returns:
- Concrete
EPPProtocolExtensionassociated with the extension XML element. - Throws:
EPPCodecException- Error creating the concreteEPPProtocolExtension
-
getService
Gets the service information associated with the concreteEPPExtFactory. The service information is used byEPPFactoryfor extracting the XML namespace associated with the extension factory.- Specified by:
getServicein classEPPExtFactory- Returns:
- service description associated with the concrete
EPPExtFactory.
-
getXmlSchemas
Gets the list of XML schemas that need to be pre-loaded into the XML Parser.- Overrides:
getXmlSchemasin classEPPExtFactory- Returns:
SetofStringXML Schema names that should be pre-loaded in the XML Parser.- See Also:
-