public static interface CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
allowStreaming(Boolean allowStreaming)
This option controls whether the CXF component, when running in
PAYLOAD mode, will DOM parse the incoming messages into DOM Elements
or keep the payload as a javax.xml.transform.Source object that would
allow streaming in some cases.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
allowStreaming(String allowStreaming)
This option controls whether the CXF component, when running in
PAYLOAD mode, will DOM parse the incoming messages into DOM Elements
or keep the payload as a javax.xml.transform.Source object that would
allow streaming in some cases.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
basic() |
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
bus(Object bus)
To use a custom configured CXF Bus.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
bus(String bus)
To use a custom configured CXF Bus.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
continuationTimeout(long continuationTimeout)
This option is used to set the CXF continuation timeout which could
be used in CxfConsumer by default when the CXF server is using Jetty
or Servlet transport.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
continuationTimeout(String continuationTimeout)
This option is used to set the CXF continuation timeout which could
be used in CxfConsumer by default when the CXF server is using Jetty
or Servlet transport.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
cxfBinding(Object cxfBinding)
To use a custom CxfBinding to control the binding between Camel
Message and CXF Message.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
cxfBinding(String cxfBinding)
To use a custom CxfBinding to control the binding between Camel
Message and CXF Message.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
cxfConfigurer(Object cxfConfigurer)
This option could apply the implementation of
org.apache.camel.component.cxf.CxfEndpointConfigurer which supports
to configure the CXF endpoint in programmatic way.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
cxfConfigurer(String cxfConfigurer)
This option could apply the implementation of
org.apache.camel.component.cxf.CxfEndpointConfigurer which supports
to configure the CXF endpoint in programmatic way.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
defaultBus(boolean defaultBus)
Will set the default bus when CXF endpoint create a bus by itself.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
defaultBus(String defaultBus)
Will set the default bus when CXF endpoint create a bus by itself.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
mergeProtocolHeaders(boolean mergeProtocolHeaders)
Whether to merge protocol headers.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
mergeProtocolHeaders(String mergeProtocolHeaders)
Whether to merge protocol headers.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
mtomEnabled(boolean mtomEnabled)
To enable MTOM (attachments).
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
mtomEnabled(String mtomEnabled)
To enable MTOM (attachments).
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
properties(Map values)
To set additional CXF options using the key/value pairs from the Map.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
properties(String key,
Object value)
To set additional CXF options using the key/value pairs from the Map.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
skipPayloadMessagePartCheck(boolean skipPayloadMessagePartCheck)
Sets whether SOAP message validation should be disabled.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
skipPayloadMessagePartCheck(String skipPayloadMessagePartCheck)
Sets whether SOAP message validation should be disabled.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder basic()
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
org.apache.camel.spi.ExceptionHandler
type.
Group: consumer (advanced)default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
org.apache.camel.spi.ExceptionHandler type.
Group: consumer (advanced)default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
org.apache.camel.ExchangePattern type.
Group: consumer (advanced)default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder exchangePattern(String exchangePattern)
org.apache.camel.ExchangePattern type.
Group: consumer (advanced)default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder allowStreaming(Boolean allowStreaming)
java.lang.Boolean type.
Group: advanceddefault CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder allowStreaming(String allowStreaming)
java.lang.Boolean
type.
Group: advanceddefault CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder bus(Object bus)
org.apache.cxf.Bus type.
Group: advanceddefault CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder bus(String bus)
org.apache.cxf.Bus
type.
Group: advanceddefault CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder continuationTimeout(long continuationTimeout)
long type.
Default: 30000
Group: advanceddefault CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder continuationTimeout(String continuationTimeout)
long type.
Default: 30000
Group: advanceddefault CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder cxfBinding(Object cxfBinding)
org.apache.camel.component.cxf.CxfBinding type.
Group: advanceddefault CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder cxfBinding(String cxfBinding)
org.apache.camel.component.cxf.CxfBinding type.
Group: advanceddefault CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder cxfConfigurer(Object cxfConfigurer)
org.apache.camel.component.cxf.CxfConfigurer type.
Group: advanceddefault CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder cxfConfigurer(String cxfConfigurer)
org.apache.camel.component.cxf.CxfConfigurer type.
Group: advanceddefault CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder defaultBus(boolean defaultBus)
boolean type.
Default: false
Group: advanceddefault CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder defaultBus(String defaultBus)
boolean type.
Default: false
Group: advanceddefault CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: advanceddefault CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder headerFilterStrategy(String headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: advanceddefault CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder mergeProtocolHeaders(boolean mergeProtocolHeaders)
boolean type.
Default: false
Group: advanceddefault CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder mergeProtocolHeaders(String mergeProtocolHeaders)
boolean type.
Default: false
Group: advanceddefault CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder mtomEnabled(boolean mtomEnabled)
boolean type.
Default: false
Group: advanceddefault CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder mtomEnabled(String mtomEnabled)
boolean type.
Default: false
Group: advanceddefault CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder properties(String key, Object value)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the properties(String,
Object) method to add a value (call the method multiple times to set
more values).
Group: advanceddefault CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder properties(Map values)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the properties(String,
Object) method to add a value (call the method multiple times to set
more values).
Group: advanceddefault CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder skipPayloadMessagePartCheck(boolean skipPayloadMessagePartCheck)
boolean type.
Default: false
Group: advanceddefault CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder skipPayloadMessagePartCheck(String skipPayloadMessagePartCheck)
boolean type.
Default: false
Group: advanceddefault CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advanceddefault CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advancedApache Camel