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 Modifier and Type Method Description static SmppCommandTypeSmppCommandType. fromExchange(org.apache.camel.Exchange exchange)Tries to return an instance ofSmppCommandTypeusingSmppConstants.COMMANDheader of the incoming message.static SmppCommandTypeSmppCommandType. 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.
-