Uses of Interface
org.apache.camel.builder.endpoint.dsl.CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder
Packages that use CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder
-
Uses of CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilderModifier and TypeMethodDescriptionCxfRsEndpointBuilderFactory.CxfRsEndpointBuilder.advanced()To use a custom CxfBinding to control the binding between Camel Message and CXF Message.CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.binding(org.apache.camel.component.cxf.jaxrs.CxfRsBinding binding) To use a custom CxfBinding to control the binding between Camel Message and CXF Message.To use a custom configured CXF Bus.CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.bus(org.apache.cxf.Bus bus) To use a custom configured CXF Bus.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.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.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.CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.cxfRsConfigurer(org.apache.camel.component.cxf.jaxrs.CxfRsConfigurer 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.CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.defaultBus(boolean defaultBus) Will set the default bus when CXF endpoint create a bus by itself.CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.defaultBus(String defaultBus) Will set the default bus when CXF endpoint create a bus by itself.CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.headerFilterStrategy(String headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message.CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message.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.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.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.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.