public interface EPPMessage extends EPPCodecComponent
EPPMessage classes,
which include: EPPCommand - EPP Command encoded by client and decoded by
server
EPPResponse - EPP Response encoded by server and decoded by
client
EPPGreeting - EPP Greeting encoded by server and decoded by
client
EPPMessage can be encoded and decoded by
EPPCodec using the EPPMessage.encode(Document)
and EPPMessage.decode(Document) methods. An
EPPMessage is also Serializable and is associated
with an EPP XML namespace. For example, the EPP XML namespace
associated with the general EPPMessages is
"urn:iana:xmlns:epp". EPPCodec,
EPPGreeting,
EPPCommand,
EPPResponse| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNamespace()
Gets the EPP Namespace URI associated with the
EPPMessage. |
clone, decode, encodejava.lang.String getNamespace()
EPPMessage.
This will be either one of the following: EPPCodec.NS
mappingMapFactory.NS
getNamespace in interface EPPCodecComponentCopyright © VeriSign Inc. All Rights Reserved.