Modifier and Type | Method and Description |
---|---|
static SmppCommandType |
SmppCommandType.fromExchange(org.apache.camel.Exchange exchange)
Tries to return an instance of
SmppCommandType using
SmppConstants.COMMAND header of the incoming message. |
static SmppCommandType |
SmppCommandType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmppCommandType[] |
SmppCommandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Apache Camel