Interface SmppEndpointBuilderFactory.SmppBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
- SmppEndpointBuilderFactory
public static interface SmppEndpointBuilderFactory.SmppBuilders
-
Method Summary
Modifier and TypeMethodDescriptionsmpp()SMPP (camel-smpp) Send and receive SMS messages using a SMSC (Short Message Service Center).SMPP (camel-smpp) Send and receive SMS messages using a SMSC (Short Message Service Center).SMPP (camel-smpp) Send and receive SMS messages using a SMSC (Short Message Service Center).SMPP (Secure) (camel-smpp) Send and receive SMS messages using a SMSC (Short Message Service Center).
-
Method Details
-
smpp
SMPP (camel-smpp) Send and receive SMS messages using a SMSC (Short Message Service Center). Category: mobile Since: 2.2 Maven coordinates: org.apache.camel:camel-smpp- Returns:
- the dsl builder for the headers' name.
-
smpp
SMPP (camel-smpp) Send and receive SMS messages using a SMSC (Short Message Service Center). Category: mobile Since: 2.2 Maven coordinates: org.apache.camel:camel-smpp Syntax:smpp:host:portPath 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: 2775- Parameters:
path- host:port- Returns:
- the dsl builder
-
smpp
SMPP (camel-smpp) Send and receive SMS messages using a SMSC (Short Message Service Center). Category: mobile Since: 2.2 Maven coordinates: org.apache.camel:camel-smpp Syntax:smpp:host:portPath 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: 2775- Parameters:
componentName- to use a custom component name for the endpoint instead of the default namepath- host:port- Returns:
- the dsl builder
-
smpps
SMPP (Secure) (camel-smpp) Send and receive SMS messages using a SMSC (Short Message Service Center). Category: mobile Since: 2.2 Maven coordinates: org.apache.camel:camel-smpp Syntax:smpps:host:portPath 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: 2775- Parameters:
path- host:port- Returns:
- the dsl builder
-