Uses of Interface
org.apache.camel.component.spring.ws.bean.CamelSpringWSEndpointMapping
-
Packages that use CamelSpringWSEndpointMapping Package Description org.apache.camel.component.spring.ws org.apache.camel.component.spring.ws.bean -
-
Uses of CamelSpringWSEndpointMapping in org.apache.camel.component.spring.ws
Methods in org.apache.camel.component.spring.ws that return CamelSpringWSEndpointMapping Modifier and Type Method Description CamelSpringWSEndpointMappingSpringWebserviceConfiguration. getEndpointMapping()Methods in org.apache.camel.component.spring.ws with parameters of type CamelSpringWSEndpointMapping Modifier and Type Method Description voidSpringWebserviceConfiguration. setEndpointMapping(CamelSpringWSEndpointMapping endpointMapping)Reference to an instance of org.apache.camel.component.spring.ws.bean.CamelEndpointMapping in the Registry/ApplicationContext. -
Uses of CamelSpringWSEndpointMapping in org.apache.camel.component.spring.ws.bean
Classes in org.apache.camel.component.spring.ws.bean that implement CamelSpringWSEndpointMapping Modifier and Type Class Description classCamelEndpointMappingSpringEndpointMappingfor mapping messages to corresponding Camel endpoints.classWSACamelEndpointMappingProvides support for full WS-Addressing.
-