public static interface WsEndpointBuilderFactory.WsEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default WsEndpointBuilderFactory.AdvancedWsEndpointProducerBuilder |
advanced() |
default WsEndpointBuilderFactory.WsEndpointProducerBuilder |
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.WsEndpointProducerBuilder |
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.WsEndpointProducerBuilder |
bufferSize(int bufferSize)
The initial in-memory buffer size used when transferring data between
Camel and AHC Client.
|
default WsEndpointBuilderFactory.WsEndpointProducerBuilder |
bufferSize(String bufferSize)
The initial in-memory buffer size used when transferring data between
Camel and AHC Client.
|
default WsEndpointBuilderFactory.WsEndpointProducerBuilder |
connectionClose(boolean connectionClose)
Define if the Connection Close header has to be added to HTTP
Request.
|
default WsEndpointBuilderFactory.WsEndpointProducerBuilder |
connectionClose(String connectionClose)
Define if the Connection Close header has to be added to HTTP
Request.
|
default WsEndpointBuilderFactory.WsEndpointProducerBuilder |
cookieHandler(Object cookieHandler)
Configure a cookie handler to maintain a HTTP session.
|
default WsEndpointBuilderFactory.WsEndpointProducerBuilder |
cookieHandler(String cookieHandler)
Configure a cookie handler to maintain a HTTP session.
|
default WsEndpointBuilderFactory.WsEndpointProducerBuilder |
headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default WsEndpointBuilderFactory.WsEndpointProducerBuilder |
headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default WsEndpointBuilderFactory.WsEndpointProducerBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default WsEndpointBuilderFactory.WsEndpointProducerBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default WsEndpointBuilderFactory.WsEndpointProducerBuilder |
sslContextParameters(Object sslContextParameters)
Reference to a org.apache.camel.support.jsse.SSLContextParameters in
the Registry.
|
default WsEndpointBuilderFactory.WsEndpointProducerBuilder |
sslContextParameters(String sslContextParameters)
Reference to a org.apache.camel.support.jsse.SSLContextParameters in
the Registry.
|
default WsEndpointBuilderFactory.WsEndpointProducerBuilder |
throwExceptionOnFailure(boolean throwExceptionOnFailure)
Option to disable throwing the AhcOperationFailedException in case of
failed responses from the remote server.
|
default WsEndpointBuilderFactory.WsEndpointProducerBuilder |
throwExceptionOnFailure(String throwExceptionOnFailure)
Option to disable throwing the AhcOperationFailedException in case of
failed responses from the remote server.
|
default WsEndpointBuilderFactory.WsEndpointProducerBuilder |
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.WsEndpointProducerBuilder |
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.WsEndpointProducerBuilder |
useStreaming(boolean useStreaming)
To enable streaming to send data as multiple text fragments.
|
default WsEndpointBuilderFactory.WsEndpointProducerBuilder |
useStreaming(String useStreaming)
To enable streaming to send data as multiple text fragments.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointProducerBuilder advanced()
default WsEndpointBuilderFactory.WsEndpointProducerBuilder bridgeEndpoint(boolean bridgeEndpoint)
bridgeEndpoint - the value to setdefault WsEndpointBuilderFactory.WsEndpointProducerBuilder bridgeEndpoint(String bridgeEndpoint)
bridgeEndpoint - the value to setdefault WsEndpointBuilderFactory.WsEndpointProducerBuilder bufferSize(int bufferSize)
bufferSize - the value to setdefault WsEndpointBuilderFactory.WsEndpointProducerBuilder bufferSize(String bufferSize)
bufferSize - the value to setdefault WsEndpointBuilderFactory.WsEndpointProducerBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
headerFilterStrategy - the value to setdefault WsEndpointBuilderFactory.WsEndpointProducerBuilder headerFilterStrategy(String headerFilterStrategy)
headerFilterStrategy - the value to setdefault WsEndpointBuilderFactory.WsEndpointProducerBuilder throwExceptionOnFailure(boolean throwExceptionOnFailure)
throwExceptionOnFailure - the value to setdefault WsEndpointBuilderFactory.WsEndpointProducerBuilder throwExceptionOnFailure(String throwExceptionOnFailure)
throwExceptionOnFailure - the value to setdefault WsEndpointBuilderFactory.WsEndpointProducerBuilder transferException(boolean transferException)
transferException - the value to setdefault WsEndpointBuilderFactory.WsEndpointProducerBuilder transferException(String transferException)
transferException - the value to setdefault WsEndpointBuilderFactory.WsEndpointProducerBuilder connectionClose(boolean connectionClose)
connectionClose - the value to setdefault WsEndpointBuilderFactory.WsEndpointProducerBuilder connectionClose(String connectionClose)
connectionClose - the value to setdefault WsEndpointBuilderFactory.WsEndpointProducerBuilder cookieHandler(Object cookieHandler)
cookieHandler - the value to setdefault WsEndpointBuilderFactory.WsEndpointProducerBuilder cookieHandler(String cookieHandler)
cookieHandler - the value to setdefault WsEndpointBuilderFactory.WsEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault WsEndpointBuilderFactory.WsEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault WsEndpointBuilderFactory.WsEndpointProducerBuilder useStreaming(boolean useStreaming)
useStreaming - the value to setdefault WsEndpointBuilderFactory.WsEndpointProducerBuilder useStreaming(String useStreaming)
useStreaming - the value to setdefault WsEndpointBuilderFactory.WsEndpointProducerBuilder sslContextParameters(Object sslContextParameters)
sslContextParameters - the value to setdefault WsEndpointBuilderFactory.WsEndpointProducerBuilder sslContextParameters(String sslContextParameters)
sslContextParameters - the value to setApache Camel