Class SoapMessageHeaderFilter

    • Constructor Detail

      • SoapMessageHeaderFilter

        public SoapMessageHeaderFilter()
    • Method Detail

      • filter

        public void filter​(org.apache.camel.spi.HeaderFilterStrategy.Direction direction,
                           List<org.apache.cxf.headers.Header> headers)
        Description copied from interface: MessageHeaderFilter
        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.
        Specified by:
        filter in interface MessageHeaderFilter
        Parameters:
        direction - the direction of the processing
        headers - the origin list of headers