public static interface CMEndpointBuilderFactory.CMBuilders
| Modifier and Type | Method and Description |
|---|---|
default CMEndpointBuilderFactory.CMEndpointBuilder |
cmSms(String path)
CM SMS Gateway (camel-cm-sms)
Send SMS messages via CM SMS Gateway.
|
default CMEndpointBuilderFactory.CMEndpointBuilder |
cmSms(String componentName,
String path)
CM SMS Gateway (camel-cm-sms)
Send SMS messages via CM SMS Gateway.
|
default CMEndpointBuilderFactory.CMEndpointBuilder cmSms(String path)
cm-sms:host
Path parameter: host (required)
SMS Provider HOST with schemepath - hostdefault CMEndpointBuilderFactory.CMEndpointBuilder cmSms(String componentName, String path)
cm-sms:host
Path parameter: host (required)
SMS Provider HOST with schemecomponentName - to use a custom component name for the endpoint
instead of the default namepath - hostApache Camel