public class XPathBasedEventFilter extends Object implements SynapseEventFilter
Constructor and Description |
---|
XPathBasedEventFilter() |
Modifier and Type | Method and Description |
---|---|
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() |
public boolean isSatisfied(MessageContext mc)
SynapseEventFilter
isSatisfied
in interface SynapseEventFilter
mc
- Message Contextpublic SynapseXPath getSourceXpath()
public void setSourceXpath(SynapseXPath sourceXpath)
public String getResultValue()
public void setResultValue(String resultValue)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.