Interface SmppComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface SmppComponentBuilderFactory
Send and receive SMS messages using a SMSC (Short Message Service Center). Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
SmppComponentBuilderFactory.SmppComponentBuilder
Builder for the SMPP component.static class
SmppComponentBuilderFactory.SmppComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static SmppComponentBuilderFactory.SmppComponentBuilder
smpp()
SMPP (camel-smpp) Send and receive SMS messages using a SMSC (Short Message Service Center).
-
-
-
Method Detail
-
smpp
static SmppComponentBuilderFactory.SmppComponentBuilder 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
-
-