Interface SipComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface SipComponentBuilderFactory
Send and receive messages using the SIP protocol (used in telecommunications). Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
SipComponentBuilderFactory.SipComponentBuilder
Builder for the SIP component.static class
SipComponentBuilderFactory.SipComponentBuilderImpl
-
Method Summary
All Methods Static Methods Deprecated Methods Modifier and Type Method Description static SipComponentBuilderFactory.SipComponentBuilder
sip()
Deprecated.
-
-
-
Method Detail
-
sip
@Deprecated static SipComponentBuilderFactory.SipComponentBuilder sip()
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- Returns:
- the dsl builder
-
-