public interface MessageHeaderFilter
| Modifier and Type | Method and Description |
|---|---|
void |
filter(org.apache.camel.spi.HeaderFilterStrategy.Direction direction,
List<org.apache.cxf.headers.Header> headers)
This method filters (removes) headers from the given header list.
|
List<String> |
getActivationNamespaces() |
List<String> getActivationNamespaces()
void filter(org.apache.camel.spi.HeaderFilterStrategy.Direction direction,
List<org.apache.cxf.headers.Header> headers)
direction - the direction of the processingheaders - the origin list of headersApache Camel