|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CamelSpringWSEndpointMapping
Allows to register different spring-ws endpoints for camel.
Method Summary | |
---|---|
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 |
Methods inherited from interface org.springframework.ws.server.EndpointMapping |
---|
getEndpoint |
Method Detail |
---|
void addConsumer(EndpointMappingKey key, org.springframework.ws.server.endpoint.MessageEndpoint endpoint)
key
- unique consumer keyendpoint
- consumervoid removeConsumer(Object key)
key
- unique consumer key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |