public interface CamelSpringWSEndpointMapping
extends org.springframework.ws.server.EndpointMapping
Modifier and Type | Method and Description |
---|---|
void |
addConsumer(EndpointMappingKey key,
org.springframework.ws.server.endpoint.MessageEndpoint endpoint)
Used by Camel Spring Web Services endpoint to register consumers
|
void |
removeConsumer(Object key)
Used by Camel Spring Web Services endpoint to unregister consumers
|
void addConsumer(EndpointMappingKey key, org.springframework.ws.server.endpoint.MessageEndpoint endpoint)
key
- unique consumer keyendpoint
- consumervoid removeConsumer(Object key)
key
- unique consumer keyApache Camel