Class SoapMessageHeaderFilter
java.lang.Object
org.apache.camel.component.cxf.transport.header.SoapMessageHeaderFilter
- All Implemented Interfaces:
MessageHeaderFilter
A
MessageHeaderFilter to drop all SOAP headers.-
Constructor Details
-
SoapMessageHeaderFilter
public SoapMessageHeaderFilter()
-
-
Method Details
-
getActivationNamespaces
- Specified by:
getActivationNamespacesin interfaceMessageHeaderFilter- Returns:
- a list of binding name spaces that this relay can service
-
filter
public void filter(org.apache.camel.spi.HeaderFilterStrategy.Direction direction, List<org.apache.cxf.headers.Header> headers) Description copied from interface:MessageHeaderFilterThis method filters (removes) headers from the given header list. Out direction refers to processing headers from a Camel message to an CXF message. In direction is the reverse direction.- Specified by:
filterin interfaceMessageHeaderFilter- Parameters:
direction- the direction of the processingheaders- the origin list of headers
-