@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface SmppEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder
Advanced builder for endpoint for the SMPP component.
|
static interface |
SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder
Advanced builder for endpoint consumers for the SMPP component.
|
static interface |
SmppEndpointBuilderFactory.AdvancedSmppEndpointProducerBuilder
Advanced builder for endpoint producers for the SMPP component.
|
static interface |
SmppEndpointBuilderFactory.SmppBuilders |
static interface |
SmppEndpointBuilderFactory.SmppEndpointBuilder
Builder for endpoint for the SMPP component.
|
static interface |
SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder
Builder for endpoint consumers for the SMPP component.
|
static interface |
SmppEndpointBuilderFactory.SmppEndpointProducerBuilder
Builder for endpoint producers for the SMPP component.
|
static class |
SmppEndpointBuilderFactory.SmppSplittingPolicy
Proxy enum for
org.apache.camel.component.smpp.SmppSplittingPolicy enum. |
| Modifier and Type | Method and Description |
|---|---|
static SmppEndpointBuilderFactory.SmppEndpointBuilder |
smpp(String path)
SMPP (camel-smpp)
To send and receive SMS using a SMSC (Short Message Service Center).
|
static SmppEndpointBuilderFactory.SmppEndpointBuilder |
smpp(String scheme,
String path)
SMPP (camel-smpp)
To send and receive SMS using a SMSC (Short Message Service Center).
|
static SmppEndpointBuilderFactory.SmppEndpointBuilder |
smpps(String path)
SMPP (Secure) (camel-smpp)
To send and receive SMS using a SMSC (Short Message Service Center).
|
static SmppEndpointBuilderFactory.SmppEndpointBuilder smpp(String path)
smpp:host:port
Path parameter: host
Hostname for the SMSC server to use.
Default value: localhost
Path parameter: port
Port number for the SMSC server to use.
Default value: 2775static SmppEndpointBuilderFactory.SmppEndpointBuilder smpps(String path)
smpps:host:port
Path parameter: host
Hostname for the SMSC server to use.
Default value: localhost
Path parameter: port
Port number for the SMSC server to use.
Default value: 2775static SmppEndpointBuilderFactory.SmppEndpointBuilder smpp(String scheme, String path)
Apache Camel