Modifier and Type | Method and Description |
---|---|
static SmppSplittingPolicy |
SmppSplittingPolicy.fromString(String policyName) |
SmppSplittingPolicy |
SmppConfiguration.getSplittingPolicy() |
static SmppSplittingPolicy |
SmppSplittingPolicy.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.
|
Modifier and Type | Method and Description |
---|---|
void |
SmppConfiguration.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.
|
Apache Camel