public static interface SipEndpointBuilderFactory.SipBuilders
| Modifier and Type | Method and Description |
|---|---|
default SipEndpointBuilderFactory.SipEndpointBuilder |
sip(String path)
SIP (camel-sip)
To send and receive messages using the SIP protocol (used in telco
and mobile).
|
default SipEndpointBuilderFactory.SipEndpointBuilder |
sip(String scheme,
String path)
SIP (camel-sip)
To send and receive messages using the SIP protocol (used in telco
and mobile).
|
default SipEndpointBuilderFactory.SipEndpointBuilder |
sips(String path)
SIP (Secure) (camel-sip)
To send and receive messages using the SIP protocol (used in telco
and mobile).
|
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)default 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)default SipEndpointBuilderFactory.SipEndpointBuilder sip(String scheme, String path)
Apache Camel