Interface SipEndpointBuilderFactory.SipBuilders
-
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
- SipEndpointBuilderFactory
public static interface SipEndpointBuilderFactory.SipBuilders
-
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default SipEndpointBuilderFactory.SipEndpointBuildersip(String path)Deprecated.default SipEndpointBuilderFactory.SipEndpointBuildersip(String componentName, String path)Deprecated.default SipEndpointBuilderFactory.SipEndpointBuildersips(String path)Deprecated.
-
-
-
Method Detail
-
sip
@Deprecated default SipEndpointBuilderFactory.SipEndpointBuilder sip(String path)
Deprecated.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:uriPath 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
@Deprecated default SipEndpointBuilderFactory.SipEndpointBuilder sip(String componentName, String path)
Deprecated.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:uriPath 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 namepath- uri- Returns:
- the dsl builder
-
sips
@Deprecated default SipEndpointBuilderFactory.SipEndpointBuilder sips(String path)
Deprecated.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:uriPath 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
-
-