public static interface SmppEndpointBuilderFactory.SmppBuilders
| Modifier and Type | Method and Description |
|---|---|
default SmppEndpointBuilderFactory.SmppEndpointBuilder |
smpp(String path)
SMPP (camel-smpp)
Send and receive SMS messages using a SMSC (Short Message Service
Center).
|
default SmppEndpointBuilderFactory.SmppEndpointBuilder |
smpp(String componentName,
String path)
SMPP (camel-smpp)
Send and receive SMS messages using a SMSC (Short Message Service
Center).
|
default SmppEndpointBuilderFactory.SmppEndpointBuilder |
smpps(String path)
SMPP (Secure) (camel-smpp)
Send and receive SMS messages using a SMSC (Short Message Service
Center).
|
default 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: 2775path - host:portdefault SmppEndpointBuilderFactory.SmppEndpointBuilder smpp(String componentName, 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: 2775componentName - to use a custom component name for the endpoint
instead of the default namepath - host:portdefault 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: 2775path - host:portApache Camel