public static interface WsEndpointBuilderFactory.WsEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
advanced() |
default WsEndpointBuilderFactory.WsEndpointConsumerBuilder |
bridgeEndpoint(boolean bridgeEndpoint)
If the option is true, then the Exchange.HTTP_URI header is ignored,
and use the endpoint's URI for request.
|
default WsEndpointBuilderFactory.WsEndpointConsumerBuilder |
bridgeEndpoint(String bridgeEndpoint)
If the option is true, then the Exchange.HTTP_URI header is ignored,
and use the endpoint's URI for request.
|
default WsEndpointBuilderFactory.WsEndpointConsumerBuilder |
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 WsEndpointBuilderFactory.WsEndpointConsumerBuilder |
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 WsEndpointBuilderFactory.WsEndpointConsumerBuilder |
bufferSize(int bufferSize)
The initial in-memory buffer size used when transferring data between
Camel and AHC Client.
|
default WsEndpointBuilderFactory.WsEndpointConsumerBuilder |
bufferSize(String bufferSize)
The initial in-memory buffer size used when transferring data between
Camel and AHC Client.
|
default WsEndpointBuilderFactory.WsEndpointConsumerBuilder |
headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default WsEndpointBuilderFactory.WsEndpointConsumerBuilder |
headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default WsEndpointBuilderFactory.WsEndpointConsumerBuilder |
sendMessageOnError(boolean sendMessageOnError)
Whether to send an message if the web-socket listener received an
error.
|
default WsEndpointBuilderFactory.WsEndpointConsumerBuilder |
sendMessageOnError(String sendMessageOnError)
Whether to send an message if the web-socket listener received an
error.
|
default WsEndpointBuilderFactory.WsEndpointConsumerBuilder |
sslContextParameters(Object sslContextParameters)
Reference to a org.apache.camel.support.jsse.SSLContextParameters in
the Registry.
|
default WsEndpointBuilderFactory.WsEndpointConsumerBuilder |
sslContextParameters(String sslContextParameters)
Reference to a org.apache.camel.support.jsse.SSLContextParameters in
the Registry.
|
default WsEndpointBuilderFactory.WsEndpointConsumerBuilder |
throwExceptionOnFailure(boolean throwExceptionOnFailure)
Option to disable throwing the AhcOperationFailedException in case of
failed responses from the remote server.
|
default WsEndpointBuilderFactory.WsEndpointConsumerBuilder |
throwExceptionOnFailure(String throwExceptionOnFailure)
Option to disable throwing the AhcOperationFailedException in case of
failed responses from the remote server.
|
default WsEndpointBuilderFactory.WsEndpointConsumerBuilder |
transferException(boolean transferException)
If enabled and an Exchange failed processing on the consumer side,
and if the caused Exception was send back serialized in the response
as a application/x-java-serialized-object content type (for example
using Jetty or Servlet Camel components).
|
default WsEndpointBuilderFactory.WsEndpointConsumerBuilder |
transferException(String transferException)
If enabled and an Exchange failed processing on the consumer side,
and if the caused Exception was send back serialized in the response
as a application/x-java-serialized-object content type (for example
using Jetty or Servlet Camel components).
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder advanced()
default WsEndpointBuilderFactory.WsEndpointConsumerBuilder bridgeEndpoint(boolean bridgeEndpoint)
boolean type.
Default: false
Group: commondefault WsEndpointBuilderFactory.WsEndpointConsumerBuilder bridgeEndpoint(String bridgeEndpoint)
boolean type.
Default: false
Group: commondefault WsEndpointBuilderFactory.WsEndpointConsumerBuilder bufferSize(int bufferSize)
int type.
Default: 4096
Group: commondefault WsEndpointBuilderFactory.WsEndpointConsumerBuilder bufferSize(String bufferSize)
int type.
Default: 4096
Group: commondefault WsEndpointBuilderFactory.WsEndpointConsumerBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: commondefault WsEndpointBuilderFactory.WsEndpointConsumerBuilder headerFilterStrategy(String headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: commondefault WsEndpointBuilderFactory.WsEndpointConsumerBuilder throwExceptionOnFailure(boolean throwExceptionOnFailure)
boolean type.
Default: true
Group: commondefault WsEndpointBuilderFactory.WsEndpointConsumerBuilder throwExceptionOnFailure(String throwExceptionOnFailure)
boolean type.
Default: true
Group: commondefault WsEndpointBuilderFactory.WsEndpointConsumerBuilder transferException(boolean transferException)
boolean type.
Default: false
Group: commondefault WsEndpointBuilderFactory.WsEndpointConsumerBuilder transferException(String transferException)
boolean type.
Default: false
Group: commondefault WsEndpointBuilderFactory.WsEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault WsEndpointBuilderFactory.WsEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault WsEndpointBuilderFactory.WsEndpointConsumerBuilder sendMessageOnError(boolean sendMessageOnError)
boolean type.
Default: false
Group: consumerdefault WsEndpointBuilderFactory.WsEndpointConsumerBuilder sendMessageOnError(String sendMessageOnError)
boolean type.
Default: false
Group: consumerdefault WsEndpointBuilderFactory.WsEndpointConsumerBuilder sslContextParameters(Object sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securitydefault WsEndpointBuilderFactory.WsEndpointConsumerBuilder sslContextParameters(String sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securityApache Camel