Author: asankaa
Date: Tue Dec  2 00:51:43 2008
New Revision: 25481
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=25481

Log:
toString() to return the filter value


Modified:
   
branches/synapse/1.2.wso2v1/modules/core/src/main/java/org/apache/synapse/eventing/filters/XPathBasedEventFilter.java

Modified: 
branches/synapse/1.2.wso2v1/modules/core/src/main/java/org/apache/synapse/eventing/filters/XPathBasedEventFilter.java
URL: 
http://wso2.org/svn/browse/wso2/branches/synapse/1.2.wso2v1/modules/core/src/main/java/org/apache/synapse/eventing/filters/XPathBasedEventFilter.java?rev=25481&r1=25480&r2=25481&view=diff
==============================================================================
--- 
branches/synapse/1.2.wso2v1/modules/core/src/main/java/org/apache/synapse/eventing/filters/XPathBasedEventFilter.java
       (original)
+++ 
branches/synapse/1.2.wso2v1/modules/core/src/main/java/org/apache/synapse/eventing/filters/XPathBasedEventFilter.java
       Tue Dec  2 00:51:43 2008
@@ -51,4 +51,8 @@
     public void setResultValue(String resultValue) {
         this.resultValue = resultValue;
     }
+
+    public String toString(){
+        return resultValue;
+    }
 }

_______________________________________________
Esb-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to