public class XPathBasedEventFilter extends java.lang.Object implements SynapseEventFilter
Constructor and Description |
---|
XPathBasedEventFilter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getResultValue() |
SynapseXPath |
getSourceXpath() |
boolean |
isSatisfied(MessageContext mc)
Check the incoming event satisfied with the defined filter
|
void |
setResultValue(java.lang.String resultValue) |
void |
setSourceXpath(SynapseXPath sourceXpath) |
java.lang.String |
toString() |
public boolean isSatisfied(MessageContext mc)
SynapseEventFilter
isSatisfied
in interface SynapseEventFilter
mc
- Message Contextpublic SynapseXPath getSourceXpath()
public void setSourceXpath(SynapseXPath sourceXpath)
public java.lang.String getResultValue()
public void setResultValue(java.lang.String resultValue)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005-2020 Apache Software Foundation. All Rights Reserved.