Class EPPSecureAuthInfoExtFactory
java.lang.Object
com.verisign.epp.codec.gen.EPPExtFactory
com.verisign.epp.codec.secureauthinfo.v1_0.EPPSecureAuthInfoExtFactory
Factory for implementation of the Secure Authorization Information for
Transfer Best Common Practice (BCP). This factory is only used to include the
Secure Authorization Information for Transfer XML namespace in the greeting
and login extension services. No objects will be created by this
EPPExtFactory.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor forEPPSecureAuthInfoExtFactory. -
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:
-
-
Constructor Details
-
EPPSecureAuthInfoExtFactory
public EPPSecureAuthInfoExtFactory()Default constructor forEPPSecureAuthInfoExtFactory.
-
-
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:
- Empty
Setsince factory is only used as a marker for the extension services. - See Also:
-