public static interface SipEndpointBuilderFactory.SipBuilders
| Modifier and Type | Method and Description |
|---|---|
default SipEndpointBuilderFactory.SipEndpointBuilder |
sip(String path)
SIP (camel-sip)
Send and receive messages using the SIP protocol (used in
telecommunications).
|
default SipEndpointBuilderFactory.SipEndpointBuilder |
sip(String componentName,
String path)
SIP (camel-sip)
Send and receive messages using the SIP protocol (used in
telecommunications).
|
default SipEndpointBuilderFactory.SipEndpointBuilder |
sips(String path)
SIP (Secure) (camel-sip)
Send and receive messages using the SIP protocol (used in
telecommunications).
|
default SipEndpointBuilderFactory.SipEndpointBuilder sip(String path)
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)path - uridefault SipEndpointBuilderFactory.SipEndpointBuilder sip(String componentName, String path)
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)componentName - to use a custom component name for the endpoint
instead of the default namepath - uridefault SipEndpointBuilderFactory.SipEndpointBuilder sips(String path)
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)path - uriApache Camel