Uses of Interface
org.apache.camel.builder.endpoint.dsl.CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder
Packages that use CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder
-
Uses of CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the CXF component.Methods in org.apache.camel.builder.endpoint.dsl that return CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilderModifier and TypeMethodDescriptionCxfEndpointBuilderFactory.CxfEndpointConsumerBuilder.advanced()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.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.CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder.bridgeErrorHandler(String bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.To use a custom configured CXF Bus.CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder.bus(org.apache.cxf.Bus bus) To use a custom configured CXF Bus.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.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.CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder.cxfBinding(String cxfBinding) To use a custom CxfBinding to control the binding between Camel Message and CXF Message.CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder.cxfBinding(org.apache.camel.component.cxf.common.CxfBinding cxfBinding) To use a custom CxfBinding to control the binding between Camel Message and CXF Message.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.CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder.cxfConfigurer(org.apache.camel.component.cxf.jaxws.CxfConfigurer cxfConfigurer) This option could apply the implementation of org.apache.camel.component.cxf.CxfEndpointConfigurer which supports to configure the CXF endpoint in programmatic way.CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder.defaultBus(boolean defaultBus) Will set the default bus when CXF endpoint create a bus by itself.CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder.defaultBus(String defaultBus) Will set the default bus when CXF endpoint create a bus by itself.CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder.headerFilterStrategy(String headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message.CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message.CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder.mergeProtocolHeaders(boolean mergeProtocolHeaders) Whether to merge protocol headers.CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder.mergeProtocolHeaders(String mergeProtocolHeaders) Whether to merge protocol headers.CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder.mtomEnabled(boolean mtomEnabled) To enable MTOM (attachments).CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder.mtomEnabled(String mtomEnabled) To enable MTOM (attachments).CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder.properties(String key, Object value) To set additional CXF options using the key/value pairs from the Map.CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder.properties(Map values) To set additional CXF options using the key/value pairs from the Map.CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder.schemaValidationEnabled(Boolean schemaValidationEnabled) Enable schema validation for request and response.CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder.schemaValidationEnabled(String schemaValidationEnabled) Enable schema validation for request and response.CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder.skipPayloadMessagePartCheck(boolean skipPayloadMessagePartCheck) Sets whether SOAP message validation should be disabled.CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder.skipPayloadMessagePartCheck(String skipPayloadMessagePartCheck) Sets whether SOAP message validation should be disabled.