|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Response | |
| com.davesag.smpp | The smpp package contains the main SMPPCommander interface and an
AbstractSMPPCommander class for your application to extend. |
| com.davesag.smpp.command | The command package contains classes that deal with incoming commands
and their responses. |
| Uses of Response in com.davesag.smpp |
| Methods in com.davesag.smpp with parameters of type Response | |
protected abstract void |
AbstractSMPPCommander.logCommand(Command command,
Response response)
Application specific command logging. |
protected ie.omk.smpp.message.SubmitSM |
AbstractSMPPCommander.submitResponse(Response response)
prepare the response as a submission to the SMPP server. |
| Uses of Response in com.davesag.smpp.command |
| Subclasses of Response in com.davesag.smpp.command | |
class |
ErrorResponse
A marker class for a targetted error response from the server. |
| Methods in com.davesag.smpp.command that return Response | |
Response |
Command.perform()
performs the action associated with this command and returns a response. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||