Uses of Class
org.apache.camel.component.spring.ws.type.EndpointMappingKey
-
Packages that use EndpointMappingKey Package Description org.apache.camel.component.spring.ws org.apache.camel.component.spring.ws.bean -
-
Uses of EndpointMappingKey in org.apache.camel.component.spring.ws
Methods in org.apache.camel.component.spring.ws that return EndpointMappingKey Modifier and Type Method Description EndpointMappingKeySpringWebserviceConfiguration. getEndpointMappingKey() -
Uses of EndpointMappingKey in org.apache.camel.component.spring.ws.bean
Methods in org.apache.camel.component.spring.ws.bean with parameters of type EndpointMappingKey Modifier and Type Method Description voidCamelEndpointMapping. addConsumer(EndpointMappingKey key, org.springframework.ws.server.endpoint.MessageEndpoint endpoint)Used by Camel Spring Web Services endpoint to register consumersvoidCamelSpringWSEndpointMapping. addConsumer(EndpointMappingKey key, org.springframework.ws.server.endpoint.MessageEndpoint endpoint)Used by Camel Spring Web Services endpoint to register consumersvoidWSACamelEndpointMapping. addConsumer(EndpointMappingKey key, org.springframework.ws.server.endpoint.MessageEndpoint endpoint)
-