Uses of Enum 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 SmppSplittingPolicyModifier and TypeMethodDescriptionstatic SmppSplittingPolicySmppSplittingPolicy.fromString(String policyName) SmppConfiguration.getSplittingPolicy()static SmppSplittingPolicyReturns the enum constant of this class with the specified name.static SmppSplittingPolicy[]SmppSplittingPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.smpp with parameters of type SmppSplittingPolicyModifier and TypeMethodDescriptionvoidSmppConfiguration.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.