public interface HeaderFilterStrategy
| Modifier and Type | Interface and Description |
|---|---|
static class |
HeaderFilterStrategy.Direction
The direction is either IN or OUT.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
applyFilterToCamelHeaders(String headerName,
Object headerValue,
Exchange exchange)
Applies filtering logic to Camel Message header that is
going to be copied to target message such as CXF and JMS message.
|
boolean |
applyFilterToExternalHeaders(String headerName,
Object headerValue,
Exchange exchange)
Applies filtering logic to an external message header such
as CXF and JMS message that is going to be copied to Camel
message header.
|
boolean applyFilterToCamelHeaders(String headerName, Object headerValue, Exchange exchange)
headerName - the header nameheaderValue - the header valueexchange - the context to perform filteringboolean applyFilterToExternalHeaders(String headerName, Object headerValue, Exchange exchange)
headerName - the header nameheaderValue - the header valueexchange - the context to perform filteringApache Camel