Interface SmppEndpointBuilderFactory.SmppBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
SmppEndpointBuilderFactory

public static interface SmppEndpointBuilderFactory.SmppBuilders
  • 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:port Path 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

      default SmppEndpointBuilderFactory.SmppEndpointBuilder smpp(String componentName, String path)
      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:port Path 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 name
      path - 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:port Path 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