|
EPP 0.2.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.neulevel.epp.transport.EppMessageUtil
This EppSessionUtil class contains some utility methods for
handling message exchanges between an EPP Server and an EPP Client.
| Constructor Summary | |
EppMessageUtil()
|
|
| Method Summary | |
static java.lang.String |
getEppPayload(java.io.InputStream in)
Gets the EPP message payload from an input stream |
static java.lang.String |
send(java.net.Socket socket,
java.lang.String str)
Sends a string over a socket and reads a string back from the socket |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public EppMessageUtil()
| Method Detail |
public static java.lang.String send(java.net.Socket socket,
java.lang.String str)
throws java.io.IOException
socket - the socket used for sending the stringstr - the string to be sent over the socket
public static java.lang.String getEppPayload(java.io.InputStream in)
throws java.io.IOException
in - the InputStream object from which the EPP
message payload is retrieved
|
EPP 0.2.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||