Class EPPLaunchPolicyExtFactory
java.lang.Object
com.verisign.epp.codec.gen.EPPExtFactory
com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyExtFactory
Factory for the Launch Policy Extension objects. The Launch Policy 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 forEPPLaunchPolicyExtFactory. -
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 Nameespace Prefix- See Also:
-
-
Constructor Details
-
EPPLaunchPolicyExtFactory
public EPPLaunchPolicyExtFactory()Default constructor forEPPLaunchPolicyExtFactory.
-
-
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:
-