|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EPPMessage
Represents an EPP object that can be sent or received by an EPP Client or
EPP Server. There are three concrete 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| Method Summary | |
|---|---|
java.lang.String |
getNamespace()
Gets the EPP Namespace URI associated with the EPPMessage. |
| Methods inherited from interface com.verisign.epp.codec.gen.EPPCodecComponent |
|---|
clone, decode, encode |
| Method Detail |
|---|
java.lang.String getNamespace()
EPPMessage.
This will be either one of the following: EPPCodec.NS
mappingMapFactory.NS
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||