default CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder |
CxfEndpointBuilderFactory.CxfEndpointBuilder.advanced() |
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder |
CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder.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.AdvancedCxfEndpointBuilder |
CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder.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.AdvancedCxfEndpointBuilder |
CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder.bus(Object bus) |
To use a custom configured CXF Bus.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder |
CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder.bus(String bus) |
To use a custom configured CXF Bus.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder |
CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder.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.AdvancedCxfEndpointBuilder |
CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder.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.AdvancedCxfEndpointBuilder |
CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder.cxfBinding(Object cxfBinding) |
To use a custom CxfBinding to control the binding between Camel
Message and CXF Message.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder |
CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder.cxfBinding(String cxfBinding) |
To use a custom CxfBinding to control the binding between Camel
Message and CXF Message.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder |
CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder.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.AdvancedCxfEndpointBuilder |
CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder.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.AdvancedCxfEndpointBuilder |
CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder.defaultBus(boolean defaultBus) |
Will set the default bus when CXF endpoint create a bus by itself.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder |
CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder.defaultBus(String defaultBus) |
Will set the default bus when CXF endpoint create a bus by itself.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder |
CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder.headerFilterStrategy(String headerFilterStrategy) |
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder |
CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) |
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder |
CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder.mergeProtocolHeaders(boolean mergeProtocolHeaders) |
Whether to merge protocol headers.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder |
CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder.mergeProtocolHeaders(String mergeProtocolHeaders) |
Whether to merge protocol headers.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder |
CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder.mtomEnabled(boolean mtomEnabled) |
To enable MTOM (attachments).
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder |
CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder.mtomEnabled(String mtomEnabled) |
To enable MTOM (attachments).
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder |
CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder.properties(String key,
Object value) |
To set additional CXF options using the key/value pairs from the Map.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder |
CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder.properties(Map values) |
To set additional CXF options using the key/value pairs from the Map.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder |
CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder.skipPayloadMessagePartCheck(boolean skipPayloadMessagePartCheck) |
Sets whether SOAP message validation should be disabled.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder |
CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder.skipPayloadMessagePartCheck(String skipPayloadMessagePartCheck) |
Sets whether SOAP message validation should be disabled.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder |
CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder.synchronous(boolean synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder |
CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder.synchronous(String synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|