org.apache.camel.component.cxf
Interface MessageHeaderFilter
- All Known Implementing Classes:
- SoapMessageHeaderFilter
public interface MessageHeaderFilter
Filter the wire message headers from one CXF endpoint to another CXF endpoint
getActivationNamespaces
List<String> getActivationNamespaces()
- Returns:
- a list of binding name spaces that this relay can service
filter
void filter(HeaderFilterStrategy.Direction direction,
List<org.apache.cxf.headers.Header> headers)
- This 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.
- Parameters:
direction - the direction of the processingheaders - the origin list of headers
Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.