Uses of Class
org.apache.camel.component.spring.ws.type.EndpointMappingKey

Packages that use EndpointMappingKey
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
 EndpointMappingKey SpringWebserviceConfiguration.getEndpointMappingKey()
           
 

Methods in org.apache.camel.component.spring.ws with parameters of type EndpointMappingKey
 void SpringWebserviceConfiguration.setEndpointMappingKey(EndpointMappingKey endpointMappingKey)
           
 

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
 void CamelEndpointMapping.addConsumer(EndpointMappingKey key, org.springframework.ws.server.endpoint.MessageEndpoint endpoint)
          Used by Camel Spring Web Services endpoint to register consumers
 



Apache CAMEL