Uses of Class
org.apache.camel.component.smpp.SmppCommandType

Uses of SmppCommandType in org.apache.camel.component.smpp
 

Methods in org.apache.camel.component.smpp that return SmppCommandType
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