|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
Command |
getCommand(ie.omk.smpp.Address incomingAddress,
ie.omk.smpp.Address senderAddress,
String commandString)
Gets the appropriate command given a supplied command string. |
| Method Detail |
public Command getCommand(ie.omk.smpp.Address incomingAddress,
ie.omk.smpp.Address senderAddress,
String commandString)
throws CommandFormatException
CommandFormatException.
If the command can be parsed but the command parameters are somehow
malfomed then do not throw this exception but instead ensure that
Command.isValid() returns false instead.
This will allow the command string to be correctly logged by the
SMPPCommander.
incomingAddress - the address the command was sent to.senderAddress - the sender's address.commandString - The string sent by the user.
CommandFormatException - if the commandString supplied
could not be parsed into a meaningful command.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||