- setAddressFactory(AddressFactory) - Method in class org.apache.camel.component.sip.SipConfiguration
-
To use a custom AddressFactory
- setCacheConnections(boolean) - Method in class org.apache.camel.component.sip.SipConfiguration
-
Should connections be cached by the SipStack to reduce cost of connection creation.
- setCallIdHeader(CallIdHeader) - Method in class org.apache.camel.component.sip.SipConfiguration
-
A custom Header object containing call details.
- setComponent(SipComponent) - Method in class org.apache.camel.component.sip.SipConfiguration
-
- setConfiguration(SipConfiguration) - Method in class org.apache.camel.component.sip.SipEndpoint
-
- setConfiguration(SipConfiguration) - Method in class org.apache.camel.component.sip.SipPresenceAgent
-
- setConfiguration(SipConfiguration) - Method in class org.apache.camel.component.sip.SipPublisher
-
- setConfiguration(SipConfiguration) - Method in class org.apache.camel.component.sip.SipSubscriber
-
- setConsumer(boolean) - Method in class org.apache.camel.component.sip.SipConfiguration
-
This setting is used to determine whether the kind of header (FromHeader,ToHeader etc) that needs to be created for this endpoint
- setContactHeader(ContactHeader) - Method in class org.apache.camel.component.sip.SipConfiguration
-
An optional custom Header object containing verbose contact details (email, phone number etc).
- setContentSubType(String) - Method in class org.apache.camel.component.sip.SipConfiguration
-
Setting for contentSubType can be set to any valid MimeSubType.
- setContentType(String) - Method in class org.apache.camel.component.sip.SipConfiguration
-
Setting for contentType can be set to any valid MimeType.
- setContentTypeHeader(ContentTypeHeader) - Method in class org.apache.camel.component.sip.SipConfiguration
-
A custom Header object containing message content details.
- setEventHeader(EventHeader) - Method in class org.apache.camel.component.sip.SipConfiguration
-
A custom Header object containing event details.
- setEventHeaderName(String) - Method in class org.apache.camel.component.sip.SipConfiguration
-
Setting for a String based event type.
- setEventId(String) - Method in class org.apache.camel.component.sip.SipConfiguration
-
Setting for a String based event Id.
- setExpiresHeader(ExpiresHeader) - Method in class org.apache.camel.component.sip.SipConfiguration
-
A custom Header object containing message expiration details.
- setExtensionHeader(ExtensionHeader) - Method in class org.apache.camel.component.sip.SipConfiguration
-
A custom Header object containing user/application specific details.
- setFromHeader(FromHeader) - Method in class org.apache.camel.component.sip.SipConfiguration
-
A custom Header object containing message originator settings.
- setFromHost(String) - Method in class org.apache.camel.component.sip.SipConfiguration
-
Hostname of the message originator.
- setFromPort(int) - Method in class org.apache.camel.component.sip.SipConfiguration
-
Port of the message originator.
- setFromUser(String) - Method in class org.apache.camel.component.sip.SipConfiguration
-
Username of the message originator.
- setHeaderFactory(HeaderFactory) - Method in class org.apache.camel.component.sip.SipConfiguration
-
To use a custom HeaderFactory
- setImplementationDebugLogFile(String) - Method in class org.apache.camel.component.sip.SipConfiguration
-
Name of client debug log file to use for logging
- setImplementationServerLogFile(String) - Method in class org.apache.camel.component.sip.SipConfiguration
-
Name of server log file to use for logging
- setImplementationTraceLevel(String) - Method in class org.apache.camel.component.sip.SipConfiguration
-
Logging level for tracing
- setListeningPoint(ListeningPoint) - Method in class org.apache.camel.component.sip.SipConfiguration
-
To use a custom ListeningPoint implementation
- setMaxForwards(int) - Method in class org.apache.camel.component.sip.SipConfiguration
-
Number of maximum proxy forwards
- setMaxForwardsHeader(MaxForwardsHeader) - Method in class org.apache.camel.component.sip.SipConfiguration
-
A custom Header object containing details on maximum proxy forwards.
- setMaxMessageSize(int) - Method in class org.apache.camel.component.sip.SipConfiguration
-
Setting for maximum allowed Message size in bytes.
- setMessageFactory(MessageFactory) - Method in class org.apache.camel.component.sip.SipConfiguration
-
To use a custom MessageFactory
- setMsgExpiration(int) - Method in class org.apache.camel.component.sip.SipConfiguration
-
The amount of time a message received at an endpoint is considered valid
- setParameters(Map<String, Object>) - Method in class org.apache.camel.component.sip.SipConfiguration
-
- setPresenceAgent(boolean) - Method in class org.apache.camel.component.sip.SipConfiguration
-
This setting is used to distinguish between a Presence Agent & a consumer.
- setProvider(SipProvider) - Method in class org.apache.camel.component.sip.SipPresenceAgent
-
- setProvider(SipProvider) - Method in class org.apache.camel.component.sip.SipSubscriber
-
- setReceiveTimeoutMillis(long) - Method in class org.apache.camel.component.sip.SipConfiguration
-
Setting for specifying amount of time to wait for a Response and/or Acknowledgement can be received from another SIP stack
- setSipFactory(SipFactory) - Method in class org.apache.camel.component.sip.SipConfiguration
-
To use a custom SipFactory to create the SipStack to be used
- setSipPublisher(SipPublisher) - Method in class org.apache.camel.component.sip.listener.SipPublishListener
-
- setSipStack(SipStack) - Method in class org.apache.camel.component.sip.SipConfiguration
-
To use a custom SipStack
- setSipStack(SipStack) - Method in class org.apache.camel.component.sip.SipPresenceAgent
-
- setSipStack(SipStack) - Method in class org.apache.camel.component.sip.SipPublisher
-
- setSipStack(SipStack) - Method in class org.apache.camel.component.sip.SipSubscriber
-
- setSipSubscriber(SipSubscriber) - Method in class org.apache.camel.component.sip.listener.SipSubscriptionListener
-
- setSipSubscriptionListener(SipSubscriptionListener) - Method in class org.apache.camel.component.sip.SipSubscriber
-
- setSipUri(SipURI) - Method in class org.apache.camel.component.sip.SipConfiguration
-
To use a custom SipURI.
- setStackName(String) - Method in class org.apache.camel.component.sip.SipConfiguration
-
Name of the SIP Stack instance associated with an SIP Endpoint.
- setToHeader(ToHeader) - Method in class org.apache.camel.component.sip.SipConfiguration
-
A custom Header object containing message receiver settings.
- setToHost(String) - Method in class org.apache.camel.component.sip.SipConfiguration
-
Hostname of the message receiver.
- setToPort(int) - Method in class org.apache.camel.component.sip.SipConfiguration
-
Portname of the message receiver.
- setToUser(String) - Method in class org.apache.camel.component.sip.SipConfiguration
-
Username of the message receiver.
- setTransport(String) - Method in class org.apache.camel.component.sip.SipConfiguration
-
Setting for choice of transport protocol.
- setUri(URI) - Method in class org.apache.camel.component.sip.SipConfiguration
-
URI of the SIP server to connect to (the username and password can be included such as: john:secret@myserver:9999)
- setUseRouterForAllUris(boolean) - Method in class org.apache.camel.component.sip.SipConfiguration
-
This setting is used when requests are sent to the Presence Agent via a proxy.
- setViaHeaders(List<ViaHeader>) - Method in class org.apache.camel.component.sip.SipConfiguration
-
List of custom Header objects of the type javax.sip.header.ViaHeader.
- SIP_MESSAGE_CODES - Static variable in interface org.apache.camel.component.sip.listener.SipMessageCodes
-
- SipComponent - Class in org.apache.camel.component.sip
-
- SipComponent() - Constructor for class org.apache.camel.component.sip.SipComponent
-
- SipConfiguration - Class in org.apache.camel.component.sip
-
- SipConfiguration() - Constructor for class org.apache.camel.component.sip.SipConfiguration
-
- SipEndpoint - Class in org.apache.camel.component.sip
-
To send and receive messages using the SIP protocol (used in telco and mobile).
- SipEndpoint(String, Component, SipConfiguration) - Constructor for class org.apache.camel.component.sip.SipEndpoint
-
- SipMessageCodes - Interface in org.apache.camel.component.sip.listener
-
- SipPresenceAgent - Class in org.apache.camel.component.sip
-
- SipPresenceAgent(SipEndpoint, Processor, SipConfiguration) - Constructor for class org.apache.camel.component.sip.SipPresenceAgent
-
- SipPresenceAgentListener - Class in org.apache.camel.component.sip.listener
-
- SipPresenceAgentListener(SipPresenceAgent) - Constructor for class org.apache.camel.component.sip.listener.SipPresenceAgentListener
-
- SipPublisher - Class in org.apache.camel.component.sip
-
- SipPublisher(SipEndpoint, SipConfiguration) - Constructor for class org.apache.camel.component.sip.SipPublisher
-
- SipPublishListener - Class in org.apache.camel.component.sip.listener
-
- SipPublishListener(SipPublisher) - Constructor for class org.apache.camel.component.sip.listener.SipPublishListener
-
- SipSubscriber - Class in org.apache.camel.component.sip
-
- SipSubscriber(SipEndpoint, Processor, SipConfiguration) - Constructor for class org.apache.camel.component.sip.SipSubscriber
-
- SipSubscriptionListener - Class in org.apache.camel.component.sip.listener
-
- SipSubscriptionListener(SipSubscriber) - Constructor for class org.apache.camel.component.sip.listener.SipSubscriptionListener
-