|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandFormatException | |
| 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 CommandFormatException in com.davesag.smpp |
| Methods in com.davesag.smpp with parameters of type CommandFormatException | |
protected abstract void |
AbstractSMPPCommander.logCommandFormatException(CommandFormatException cfex,
ErrorResponse response)
Application specific command logging of invalid commands. |
| Uses of CommandFormatException in com.davesag.smpp.command |
| Methods in com.davesag.smpp.command that throw CommandFormatException | |
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 | |||||||||