@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface SipEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SipEndpointBuilderFactory.AdvancedSipEndpointBuilder
Advanced builder for endpoint for the SIP component.
|
static interface |
SipEndpointBuilderFactory.AdvancedSipEndpointConsumerBuilder
Advanced builder for endpoint consumers for the SIP component.
|
static interface |
SipEndpointBuilderFactory.AdvancedSipEndpointProducerBuilder
Advanced builder for endpoint producers for the SIP component.
|
static interface |
SipEndpointBuilderFactory.SipBuilders |
static interface |
SipEndpointBuilderFactory.SipEndpointBuilder
Builder for endpoint for the SIP component.
|
static interface |
SipEndpointBuilderFactory.SipEndpointConsumerBuilder
Builder for endpoint consumers for the SIP component.
|
static interface |
SipEndpointBuilderFactory.SipEndpointProducerBuilder
Builder for endpoint producers for the SIP component.
|
| Modifier and Type | Method and Description |
|---|---|
static SipEndpointBuilderFactory.SipEndpointBuilder |
sip(String path)
SIP (camel-sip)
To send and receive messages using the SIP protocol (used in telco and
mobile).
|
static SipEndpointBuilderFactory.SipEndpointBuilder |
sip(String scheme,
String path)
SIP (camel-sip)
To send and receive messages using the SIP protocol (used in telco and
mobile).
|
static SipEndpointBuilderFactory.SipEndpointBuilder |
sips(String path)
SIP (Secure) (camel-sip)
To send and receive messages using the SIP protocol (used in telco and
mobile).
|
static 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)static 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)static SipEndpointBuilderFactory.SipEndpointBuilder sip(String scheme, String path)
Apache Camel