| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static SmppEndpointBuilderFactory.SmppSplittingPolicy |
SmppEndpointBuilderFactory.SmppSplittingPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmppEndpointBuilderFactory.SmppSplittingPolicy[] |
SmppEndpointBuilderFactory.SmppSplittingPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder |
SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder.splittingPolicy(SmppEndpointBuilderFactory.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.
|
default SmppEndpointBuilderFactory.SmppEndpointProducerBuilder |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder.splittingPolicy(SmppEndpointBuilderFactory.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.
|
default SmppEndpointBuilderFactory.SmppEndpointBuilder |
SmppEndpointBuilderFactory.SmppEndpointBuilder.splittingPolicy(SmppEndpointBuilderFactory.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