Interface SipEndpointBuilderFactory.SipBuilders

    • Method Detail

      • sip

        default SipEndpointBuilderFactory.SipEndpointBuilder sip​(String path)
        SIP (camel-sip) Send and receive messages using the SIP protocol (used in telecommunications). Category: mobile Since: 2.5 Maven coordinates: org.apache.camel:camel-sip Syntax: sip:uri Path parameter: uri (required) URI of the SIP server to connect to (the username and password can be included such as: john:secretmyserver:9999)
        Parameters:
        path - uri
        Returns:
        the dsl builder
      • sip

        default SipEndpointBuilderFactory.SipEndpointBuilder sip​(String componentName,
                                                                 String path)
        SIP (camel-sip) Send and receive messages using the SIP protocol (used in telecommunications). Category: mobile Since: 2.5 Maven coordinates: org.apache.camel:camel-sip Syntax: sip:uri Path parameter: uri (required) URI of the SIP server to connect to (the username and password can be included such as: john:secretmyserver:9999)
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - uri
        Returns:
        the dsl builder
      • sips

        default SipEndpointBuilderFactory.SipEndpointBuilder sips​(String path)
        SIP (Secure) (camel-sip) Send and receive messages using the SIP protocol (used in telecommunications). Category: mobile Since: 2.5 Maven coordinates: org.apache.camel:camel-sip Syntax: sips:uri Path parameter: uri (required) URI of the SIP server to connect to (the username and password can be included such as: john:secretmyserver:9999)
        Parameters:
        path - uri
        Returns:
        the dsl builder