org.apache.synapse.eventing
Interface SynapseEventFilter

All Known Implementing Classes:
XPathBasedEventFilter

public interface SynapseEventFilter

Synapse Event Filter that use the message context to do filtering.


Method Summary
 boolean isSatisfied(MessageContext mc)
          Check the incoming event satisfied with the defined filter
 

Method Detail

isSatisfied

boolean isSatisfied(MessageContext mc)
Check the incoming event satisfied with the defined filter

Parameters:
mc - Message Context
Returns:
True|False


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.