public class EPPLoginSecPolicyExtFactory 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 |
---|
EPPLoginSecPolicyExtFactory()
Default constructor for
EPPLoginSecPolicyExtFactory . |
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 EPPLoginSecPolicyExtFactory()
EPPLoginSecPolicyExtFactory
.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.