Uses of Class
org.apache.camel.component.smpp.SmppMessageType
-
-
Uses of SmppMessageType in org.apache.camel.component.smpp
Methods in org.apache.camel.component.smpp that return SmppMessageType Modifier and Type Method Description static SmppMessageTypeSmppMessageType. valueOf(String name)Returns the enum constant of this type with the specified name.static SmppMessageType[]SmppMessageType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-