|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.codec.gen.EPPExtFactory
com.verisign.epp.codec.persreg.EPPPersRegExtFactory
public class EPPPersRegExtFactory
Factory for the Personal Registration Extension objects. The Personal
Registration 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 | |
|---|---|
static java.lang.String |
NS
XML Namespace |
static java.lang.String |
NS_PREFIX
XML Namespace Prefix |
static java.lang.String |
NS_SCHEMA
EPP Personal Registration Extension XML Schema. |
| Constructor Summary | |
|---|---|
EPPPersRegExtFactory()
Default constructor for EPPPersRegExtFactory. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NS
public static final java.lang.String NS_PREFIX
public static final java.lang.String NS_SCHEMA
| Constructor Detail |
|---|
public EPPPersRegExtFactory()
EPPPersRegExtFactory.
| Method Detail |
|---|
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
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 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
byEPPFactory 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||