Interface SmppEndpointBuilderFactory.SmppBuilders

    • Method Detail

      • smpp

        default SmppEndpointBuilderFactory.SmppHeaderNameBuilder 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

        default SmppEndpointBuilderFactory.SmppEndpointBuilder smpp​(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:
        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

        default SmppEndpointBuilderFactory.SmppEndpointBuilder smpps​(String path)
        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