|
||||||||||
| 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.fee.v08.EPPFeeExtFactory
public class EPPFeeExtFactory
Factory for the Fee Extension objects. The Fee 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 Namestore Extension XML Schema. |
| Constructor Summary | |
|---|---|
EPPFeeExtFactory()
Default constructor for EPPFeeExtFactory. |
|
| 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 EPPFeeExtFactory()
EPPFeeExtFactory.
| 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 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||