|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.davesag.smpp.command.Response
A targetted response from the server.
| Constructor Summary | |
Response(ie.omk.smpp.Address target,
String message)
create an ErrorResponse for the given target, with the given message. |
|
| Method Summary | |
String |
getResponseMessage()
get the response's formatted string. |
ie.omk.smpp.Address |
getTarget()
get the target of this response. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Response(ie.omk.smpp.Address target,
String message)
target - The user to send this response to.message - The message to send.| Method Detail |
public String getResponseMessage()
public ie.omk.smpp.Address getTarget()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||