org.apache.synapse.eventing.filters
Class XPathBasedEventFilter

java.lang.Object
  extended by org.apache.synapse.eventing.filters.XPathBasedEventFilter
All Implemented Interfaces:
SynapseEventFilter

public class XPathBasedEventFilter
extends Object
implements SynapseEventFilter


Constructor Summary
XPathBasedEventFilter()
           
 
Method Summary
 String getResultValue()
           
 SynapseXPath getSourceXpath()
           
 boolean isSatisfied(MessageContext mc)
          Check the incoming event satisfied with the defined filter
 void setResultValue(String resultValue)
           
 void setSourceXpath(SynapseXPath sourceXpath)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPathBasedEventFilter

public XPathBasedEventFilter()
Method Detail

isSatisfied

public boolean isSatisfied(MessageContext mc)
Description copied from interface: SynapseEventFilter
Check the incoming event satisfied with the defined filter

Specified by:
isSatisfied in interface SynapseEventFilter
Parameters:
mc - Message Context
Returns:
True|False

getSourceXpath

public SynapseXPath getSourceXpath()

setSourceXpath

public void setSourceXpath(SynapseXPath sourceXpath)

getResultValue

public String getResultValue()

setResultValue

public void setResultValue(String resultValue)

toString

public String toString()
Overrides:
toString in class Object


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