| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static CMEndpointBuilderFactory.CMEndpointBuilder |
StaticEndpointBuilders.cmSms(String path)
CM SMS Gateway (camel-cm-sms)
Send SMS messages via CM SMS Gateway.
|
static CMEndpointBuilderFactory.CMEndpointBuilder |
StaticEndpointBuilders.cmSms(String componentName,
String path)
CM SMS Gateway (camel-cm-sms)
Send SMS messages via CM SMS Gateway.
|
| Modifier and Type | Method and Description |
|---|---|
default CMEndpointBuilderFactory.CMEndpointBuilder |
CMEndpointBuilderFactory.CMBuilders.cmSms(String path)
CM SMS Gateway (camel-cm-sms)
Send SMS messages via CM SMS Gateway.
|
default CMEndpointBuilderFactory.CMEndpointBuilder |
CMEndpointBuilderFactory.CMBuilders.cmSms(String componentName,
String path)
CM SMS Gateway (camel-cm-sms)
Send SMS messages via CM SMS Gateway.
|
default CMEndpointBuilderFactory.CMEndpointBuilder |
CMEndpointBuilderFactory.CMEndpointBuilder.defaultFrom(String defaultFrom)
This is the sender name.
|
default CMEndpointBuilderFactory.CMEndpointBuilder |
CMEndpointBuilderFactory.CMEndpointBuilder.defaultMaxNumberOfParts(int defaultMaxNumberOfParts)
If it is a multipart message forces the max number.
|
default CMEndpointBuilderFactory.CMEndpointBuilder |
CMEndpointBuilderFactory.CMEndpointBuilder.defaultMaxNumberOfParts(String defaultMaxNumberOfParts)
If it is a multipart message forces the max number.
|
static CMEndpointBuilderFactory.CMEndpointBuilder |
CMEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default CMEndpointBuilderFactory.CMEndpointBuilder |
CMEndpointBuilderFactory.CMEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default CMEndpointBuilderFactory.CMEndpointBuilder |
CMEndpointBuilderFactory.CMEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default CMEndpointBuilderFactory.CMEndpointBuilder |
CMEndpointBuilderFactory.CMEndpointBuilder.productToken(String productToken)
The unique token to use.
|
default CMEndpointBuilderFactory.CMEndpointBuilder |
CMEndpointBuilderFactory.CMEndpointBuilder.testConnectionOnStartup(boolean testConnectionOnStartup)
Whether to test the connection to the SMS Gateway on startup.
|
default CMEndpointBuilderFactory.CMEndpointBuilder |
CMEndpointBuilderFactory.CMEndpointBuilder.testConnectionOnStartup(String testConnectionOnStartup)
Whether to test the connection to the SMS Gateway on startup.
|
Apache Camel