public class EPPFeeExtFactory extends EPPExtFactory
createExtension, but currently
does not support protocol extensions with
createProtocolExtension. Calling
createProtocolExtension will result in an exception.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NS
XML Namespace
|
static java.lang.String |
NS_PREFIX
XML Nameespace Prefix
|
| Constructor and Description |
|---|
EPPFeeExtFactory()
Default constructor for
EPPFeeExtFactory. |
| Modifier and Type | Method and Description |
|---|---|
EPPCodecComponent |
createExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPCodecComponent from an XML element
that represents an EPP extension. |
EPPProtocolExtension |
createProtocolExtension(org.w3c.dom.Element aExtensionElm)
Creates a concrete
EPPProtocolExtension from an XML element
that represents an EPP protocol extension. |
EPPService |
getService()
Gets the service information associated with the concrete
EPPExtFactory. |
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
public static final java.lang.String NS_PREFIX
public EPPFeeExtFactory()
EPPFeeExtFactory.public EPPCodecComponent createExtension(org.w3c.dom.Element aExtensionElm) throws EPPCodecException
EPPCodecComponent from an XML element
that represents an EPP extension.createExtension in class EPPExtFactoryaExtensionElm - Extension XML element.EPPCodecComponent associated with the
extension XML element.EPPCodecException - Error creating the concrete EPPCodecComponentpublic EPPProtocolExtension createProtocolExtension(org.w3c.dom.Element aExtensionElm) throws EPPCodecException
EPPProtocolExtension from an XML element
that represents an EPP protocol extension.createProtocolExtension in class EPPExtFactoryaExtensionElm - extension XML element.EPPProtocolExtension associated with the
extension XML element.EPPCodecException - Error creating the concrete
EPPProtocolExtensionpublic EPPService getService()
EPPExtFactory. The service information is used by
EPPFactory for extracting the XML namespace associated with
the extension factory.getService in class EPPExtFactoryEPPExtFactory.public java.util.Set getXmlSchemas()
getXmlSchemas in class EPPExtFactorySet of String XML Schema names that
should be pre-loaded in the XML Parser.EPPMapFactory.getXmlSchemas()Copyright © VeriSign Inc. All Rights Reserved.