Class SoapMessageHeaderFilter
- java.lang.Object
-
- org.apache.camel.component.cxf.common.header.SoapMessageHeaderFilter
-
- All Implemented Interfaces:
MessageHeaderFilter
public class SoapMessageHeaderFilter extends Object implements MessageHeaderFilter
AMessageHeaderFilterto drop all SOAP headers.
-
-
Constructor Summary
Constructors Constructor Description SoapMessageHeaderFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfilter(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()
-
-
-
Method Detail
-
getActivationNamespaces
public List<String> 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
-
-