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 interfaceSmppComponentBuilderFactory.SmppComponentBuilderBuilder for the SMPP component.static classSmppComponentBuilderFactory.SmppComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static SmppComponentBuilderFactory.SmppComponentBuildersmpp()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
-
-