public static interface SipEndpointBuilderFactory.SipEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SipEndpointBuilderFactory.AdvancedSipEndpointConsumerBuilder |
advanced() |
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
cacheConnections(boolean cacheConnections)
Should connections be cached by the SipStack to reduce cost of
connection creation.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
cacheConnections(String cacheConnections)
Should connections be cached by the SipStack to reduce cost of
connection creation.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
consumer(boolean consumer)
This setting is used to determine whether the kind of header
(FromHeader,ToHeader etc) that needs to be created for this endpoint.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
consumer(String consumer)
This setting is used to determine whether the kind of header
(FromHeader,ToHeader etc) that needs to be created for this endpoint.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
contentSubType(String contentSubType)
Setting for contentSubType can be set to any valid MimeSubType.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
contentType(String contentType)
Setting for contentType can be set to any valid MimeType.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
eventHeaderName(String eventHeaderName)
Setting for a String based event type.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
eventId(String eventId)
Setting for a String based event Id.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
fromHost(String fromHost)
Hostname of the message originator.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
fromPort(int fromPort)
Port of the message originator.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
fromPort(String fromPort)
Port of the message originator.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
fromUser(String fromUser)
Username of the message originator.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
implementationDebugLogFile(String implementationDebugLogFile)
Name of client debug log file to use for logging.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
implementationServerLogFile(String implementationServerLogFile)
Name of server log file to use for logging.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
implementationTraceLevel(String implementationTraceLevel)
Logging level for tracing.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
maxForwards(int maxForwards)
Number of maximum proxy forwards.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
maxForwards(String maxForwards)
Number of maximum proxy forwards.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
msgExpiration(int msgExpiration)
The amount of time a message received at an endpoint is considered
valid.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
msgExpiration(String msgExpiration)
The amount of time a message received at an endpoint is considered
valid.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
presenceAgent(boolean presenceAgent)
This setting is used to distinguish between a Presence Agent and a
consumer.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
presenceAgent(String presenceAgent)
This setting is used to distinguish between a Presence Agent and a
consumer.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
receiveTimeoutMillis(long receiveTimeoutMillis)
Setting for specifying amount of time to wait for a Response and/or
Acknowledgement can be received from another SIP stack.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
receiveTimeoutMillis(String receiveTimeoutMillis)
Setting for specifying amount of time to wait for a Response and/or
Acknowledgement can be received from another SIP stack.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
stackName(String stackName)
Name of the SIP Stack instance associated with an SIP Endpoint.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
toHost(String toHost)
Hostname of the message receiver.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
toPort(int toPort)
Portname of the message receiver.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
toPort(String toPort)
Portname of the message receiver.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
toUser(String toUser)
Username of the message receiver.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
transport(String transport)
Setting for choice of transport protocol.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
useRouterForAllUris(boolean useRouterForAllUris)
This setting is used when requests are sent to the Presence Agent via
a proxy.
|
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder |
useRouterForAllUris(String useRouterForAllUris)
This setting is used when requests are sent to the Presence Agent via
a proxy.
|
default SipEndpointBuilderFactory.AdvancedSipEndpointConsumerBuilder advanced()
default SipEndpointBuilderFactory.SipEndpointConsumerBuilder cacheConnections(boolean cacheConnections)
cacheConnections - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder cacheConnections(String cacheConnections)
cacheConnections - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder contentSubType(String contentSubType)
contentSubType - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder contentType(String contentType)
contentType - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder eventHeaderName(String eventHeaderName)
eventHeaderName - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder eventId(String eventId)
eventId - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder fromHost(String fromHost)
fromHost - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder fromPort(int fromPort)
fromPort - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder fromPort(String fromPort)
fromPort - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder fromUser(String fromUser)
fromUser - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder msgExpiration(int msgExpiration)
msgExpiration - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder msgExpiration(String msgExpiration)
msgExpiration - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder receiveTimeoutMillis(long receiveTimeoutMillis)
receiveTimeoutMillis - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder receiveTimeoutMillis(String receiveTimeoutMillis)
receiveTimeoutMillis - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder stackName(String stackName)
stackName - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder toHost(String toHost)
toHost - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder toPort(int toPort)
toPort - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder toPort(String toPort)
toPort - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder toUser(String toUser)
toUser - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder transport(String transport)
transport - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder consumer(boolean consumer)
consumer - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder consumer(String consumer)
consumer - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder presenceAgent(boolean presenceAgent)
presenceAgent - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder presenceAgent(String presenceAgent)
presenceAgent - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder implementationDebugLogFile(String implementationDebugLogFile)
implementationDebugLogFile - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder implementationServerLogFile(String implementationServerLogFile)
implementationServerLogFile - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder implementationTraceLevel(String implementationTraceLevel)
implementationTraceLevel - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder maxForwards(int maxForwards)
maxForwards - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder maxForwards(String maxForwards)
maxForwards - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder useRouterForAllUris(boolean useRouterForAllUris)
useRouterForAllUris - the value to setdefault SipEndpointBuilderFactory.SipEndpointConsumerBuilder useRouterForAllUris(String useRouterForAllUris)
useRouterForAllUris - the value to setApache Camel