Uses of Class
org.apache.camel.component.smpp.SmppSplittingPolicy
-
-
Uses of SmppSplittingPolicy in org.apache.camel.component.smpp
Methods in org.apache.camel.component.smpp that return SmppSplittingPolicy Modifier and Type Method Description static SmppSplittingPolicySmppSplittingPolicy. fromString(String policyName)SmppSplittingPolicySmppConfiguration. getSplittingPolicy()static SmppSplittingPolicySmppSplittingPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static SmppSplittingPolicy[]SmppSplittingPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.smpp with parameters of type SmppSplittingPolicy Modifier and Type Method Description voidSmppConfiguration. setSplittingPolicy(SmppSplittingPolicy splittingPolicy)You can specify a policy for handling long messages: ALLOW - the default, long messages are split to 140 bytes per message TRUNCATE - long messages are split and only the first fragment will be sent to the SMSC.
-