public interface MessageFilter
| Modifier and Type | Method and Description |
|---|---|
void |
filterConsumer(org.apache.camel.Exchange exchange,
org.springframework.ws.WebServiceMessage response)
Calls filter for a consumer
|
void |
filterProducer(org.apache.camel.Exchange exchange,
org.springframework.ws.WebServiceMessage response)
Calls filter for a producer
|
void filterProducer(org.apache.camel.Exchange exchange,
org.springframework.ws.WebServiceMessage response)
exchange - the exchangeresponse - provided by the producervoid filterConsumer(org.apache.camel.Exchange exchange,
org.springframework.ws.WebServiceMessage response)
exchange - the exchangeresponse - provided by the consumerApache Camel