Uses of Interface
org.apache.camel.builder.component.dsl.CxfrsComponentBuilderFactory.CxfrsComponentBuilder
Packages that use CxfrsComponentBuilderFactory.CxfrsComponentBuilder
-
Uses of CxfrsComponentBuilderFactory.CxfrsComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return CxfrsComponentBuilderFactory.CxfrsComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.cxfrs()CXF-RS (camel-cxf-rest) Expose JAX-RS REST services using Apache CXF or connect to external REST services using CXF REST client. -
Uses of CxfrsComponentBuilderFactory.CxfrsComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement CxfrsComponentBuilderFactory.CxfrsComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return CxfrsComponentBuilderFactory.CxfrsComponentBuilderModifier and TypeMethodDescriptionCxfrsComponentBuilderFactory.CxfrsComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.CxfrsComponentBuilderFactory.CxfrsComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.CxfrsComponentBuilderFactory.cxfrs()CXF-RS (camel-cxf-rest) Expose JAX-RS REST services using Apache CXF or connect to external REST services using CXF REST client.CxfrsComponentBuilderFactory.CxfrsComponentBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message.CxfrsComponentBuilderFactory.CxfrsComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).CxfrsComponentBuilderFactory.CxfrsComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters) Enable usage of global SSL context parameters.