|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HeaderFilterStrategy.Direction | |
|---|---|
| org.apache.camel.component.cxf.common.header | |
| org.apache.camel.impl | Default implementation classes for Camel Core |
| org.apache.camel.spi | Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. |
| Uses of HeaderFilterStrategy.Direction in org.apache.camel.component.cxf.common.header |
|---|
| Methods in org.apache.camel.component.cxf.common.header with parameters of type HeaderFilterStrategy.Direction | |
|---|---|
protected boolean |
CxfHeaderFilterStrategy.extendedFilter(HeaderFilterStrategy.Direction direction,
String key,
Object value,
Exchange exchange)
|
void |
SoapMessageHeaderFilter.filter(HeaderFilterStrategy.Direction direction,
List<org.apache.cxf.headers.Header> headers)
|
void |
MessageHeaderFilter.filter(HeaderFilterStrategy.Direction direction,
List<org.apache.cxf.headers.Header> headers)
This method filters (removes) headers from the given header list. |
| Uses of HeaderFilterStrategy.Direction in org.apache.camel.impl |
|---|
| Methods in org.apache.camel.impl with parameters of type HeaderFilterStrategy.Direction | |
|---|---|
protected boolean |
DefaultHeaderFilterStrategy.extendedFilter(HeaderFilterStrategy.Direction direction,
String key,
Object value,
Exchange exchange)
|
| Uses of HeaderFilterStrategy.Direction in org.apache.camel.spi |
|---|
| Methods in org.apache.camel.spi that return HeaderFilterStrategy.Direction | |
|---|---|
static HeaderFilterStrategy.Direction |
HeaderFilterStrategy.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HeaderFilterStrategy.Direction[] |
HeaderFilterStrategy.Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||