|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Command | |
| 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 Command in com.davesag.smpp |
| Methods in com.davesag.smpp with parameters of type Command | |
protected abstract void |
AbstractSMPPCommander.logCommand(Command command,
Response response)
Application specific command logging. |
| Uses of Command in com.davesag.smpp.command |
| Classes in com.davesag.smpp.command that implement Command | |
class |
AbstractCommand
An abstract root for a command to the server. |
| Methods in com.davesag.smpp.command that return Command | |
Command |
CommandFactory.getCommand(ie.omk.smpp.Address incomingAddress,
ie.omk.smpp.Address senderAddress,
String commandString)
Gets the appropriate command given a supplied command string. |
static Command |
Command.Factory.getCommand(ie.omk.smpp.Address incomingId,
ie.omk.smpp.Address senderId,
String commandString)
gets the appropriate command given a supplied command string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||