public class EPPOrgExtFactory 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 Namespace Prefix
|
Constructor and Description |
---|
EPPOrgExtFactory()
Default constructor for
EPPOrgExtFactory . |
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 EPPOrgExtFactory()
EPPOrgExtFactory
.public EPPCodecComponent createExtension(org.w3c.dom.Element aExtensionElm) throws EPPCodecException
EPPCodecComponent
from an XML element that
represents an EPP extension.createExtension
in class EPPExtFactory
aExtensionElm
- extension XML element.EPPCodecComponent
associated with the
extension XML element.EPPCodecException
- Error creating the concrete EPPCodecComponent
public EPPProtocolExtension createProtocolExtension(org.w3c.dom.Element aExtensionElm) throws EPPCodecException
EPPProtocolExtension
from an XML element
that represents an EPP protocol extension.createProtocolExtension
in class EPPExtFactory
aExtensionElm
- extension XML element.EPPProtocolExtension
associated with the
extension XML element.EPPCodecException
- Error creating the concrete
EPPProtocolExtension
public EPPService getService()
EPPExtFactory
. The service information is used by
EPPFactory
for extracting the XML namespace associated with
the extension factory.getService
in class EPPExtFactory
EPPExtFactory
.public java.util.Set getXmlSchemas()
getXmlSchemas
in class EPPExtFactory
Set
of String
XML Schema names that
should be pre-loaded in the XML Parser.EPPMapFactory.getXmlSchemas()
Copyright © VeriSign Inc. All Rights Reserved.