default CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder.advanced() |
|
default CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.binding(Object binding) |
To use a custom CxfBinding to control the binding between Camel
Message and CXF Message.
|
default CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.binding(String binding) |
To use a custom CxfBinding to control the binding between Camel
Message and CXF Message.
|
default CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.bus(Object bus) |
To use a custom configured CXF Bus.
|
default CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.bus(String bus) |
To use a custom configured CXF Bus.
|
default CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.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 CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.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 CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.cxfRsConfigurer(Object cxfRsConfigurer) |
This option could apply the implementation of
org.apache.camel.component.cxf.jaxrs.CxfRsEndpointConfigurer which
supports to configure the CXF endpoint in programmatic way.
|
default CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.cxfRsConfigurer(String cxfRsConfigurer) |
This option could apply the implementation of
org.apache.camel.component.cxf.jaxrs.CxfRsEndpointConfigurer which
supports to configure the CXF endpoint in programmatic way.
|
default CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.defaultBus(boolean defaultBus) |
Will set the default bus when CXF endpoint create a bus by itself.
|
default CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.defaultBus(String defaultBus) |
Will set the default bus when CXF endpoint create a bus by itself.
|
default CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.headerFilterStrategy(String headerFilterStrategy) |
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) |
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.performInvocation(boolean performInvocation) |
When the option is true, Camel will perform the invocation of the
resource class instance and put the response object into the exchange
for further processing.
|
default CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.performInvocation(String performInvocation) |
When the option is true, Camel will perform the invocation of the
resource class instance and put the response object into the exchange
for further processing.
|
default CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.propagateContexts(boolean propagateContexts) |
When the option is true, JAXRS UriInfo, HttpHeaders, Request and
SecurityContext contexts will be available to custom CXFRS processors
as typed Camel exchange properties.
|
default CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.propagateContexts(String propagateContexts) |
When the option is true, JAXRS UriInfo, HttpHeaders, Request and
SecurityContext contexts will be available to custom CXFRS processors
as typed Camel exchange properties.
|
default CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.synchronous(boolean synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.synchronous(String synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|