Interface MessageFilter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void filterConsumer​(org.apache.camel.Exchange exchange, org.springframework.ws.WebServiceMessage response)
      Calls filter for a consumer
      void filterProducer​(org.apache.camel.Exchange exchange, org.springframework.ws.WebServiceMessage response)
      Calls filter for a producer
    • Method Detail

      • filterProducer

        void filterProducer​(org.apache.camel.Exchange exchange,
                            org.springframework.ws.WebServiceMessage response)
        Calls filter for a producer
        Parameters:
        exchange - the exchange
        response - provided by the producer
      • filterConsumer

        void filterConsumer​(org.apache.camel.Exchange exchange,
                            org.springframework.ws.WebServiceMessage response)
        Calls filter for a consumer
        Parameters:
        exchange - the exchange
        response - provided by the consumer