Uses of Class
org.apache.camel.component.spring.ws.bean.CamelEndpointDispatcher
-
Packages that use CamelEndpointDispatcher Package Description org.apache.camel.component.spring.ws -
-
Uses of CamelEndpointDispatcher in org.apache.camel.component.spring.ws
Methods in org.apache.camel.component.spring.ws that return CamelEndpointDispatcher Modifier and Type Method Description CamelEndpointDispatcherSpringWebserviceConfiguration. getEndpointDispatcher()Methods in org.apache.camel.component.spring.ws with parameters of type CamelEndpointDispatcher Modifier and Type Method Description voidSpringWebserviceConfiguration. setEndpointDispatcher(CamelEndpointDispatcher endpointDispatcher)SpringMessageEndpointfor dispatching messages received by Spring-WS to a Camel endpoint, to integrate with existing (legacy) endpoint mappings like PayloadRootQNameEndpointMapping, SoapActionEndpointMapping, etc.
-