Uses of Interface
org.apache.camel.builder.component.dsl.SpringWsComponentBuilderFactory.SpringWsComponentBuilder
Packages that use SpringWsComponentBuilderFactory.SpringWsComponentBuilder
-
Uses of SpringWsComponentBuilderFactory.SpringWsComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return SpringWsComponentBuilderFactory.SpringWsComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.springWs()Spring WebService (camel-spring-ws) Access external web services as a client or expose your own web services. -
Uses of SpringWsComponentBuilderFactory.SpringWsComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement SpringWsComponentBuilderFactory.SpringWsComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return SpringWsComponentBuilderFactory.SpringWsComponentBuilderModifier and TypeMethodDescriptionSpringWsComponentBuilderFactory.SpringWsComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.SpringWsComponentBuilderFactory.SpringWsComponentBuilder.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.SpringWsComponentBuilderFactory.SpringWsComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).SpringWsComponentBuilderFactory.springWs()Spring WebService (camel-spring-ws) Access external web services as a client or expose your own web services.SpringWsComponentBuilderFactory.SpringWsComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters) Enable usage of global SSL context parameters.