You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by sa...@apache.org on 2006/05/02 07:13:42 UTC

svn commit: r398811 - /incubator/synapse/trunk/scratch/synapse2/modules/core/src/org/apache/synapse/api/FilterMediator.java

Author: saminda
Date: Mon May  1 22:13:29 2006
New Revision: 398811

URL: http://svn.apache.org/viewcvs?rev=398811&view=rev
Log:
Perform initial cleanup of codebase and introduce SynapseConfiguration. This is WIP and is not yet ready..

Modified:
    incubator/synapse/trunk/scratch/synapse2/modules/core/src/org/apache/synapse/api/FilterMediator.java

Modified: incubator/synapse/trunk/scratch/synapse2/modules/core/src/org/apache/synapse/api/FilterMediator.java
URL: http://svn.apache.org/viewcvs/incubator/synapse/trunk/scratch/synapse2/modules/core/src/org/apache/synapse/api/FilterMediator.java?rev=398811&r1=398810&r2=398811&view=diff
==============================================================================
--- incubator/synapse/trunk/scratch/synapse2/modules/core/src/org/apache/synapse/api/FilterMediator.java (original)
+++ incubator/synapse/trunk/scratch/synapse2/modules/core/src/org/apache/synapse/api/FilterMediator.java Mon May  1 22:13:29 2006
@@ -2,6 +2,10 @@
 
 import org.apache.synapse.SynapseMessage;
 
+/**
+ * The filter mediator is a list mediator, which executes the given list of mediators
+ * if the specified condition is satisfied
+ */
 public interface FilterMediator extends ListMediator {
-	public boolean test(SynapseMessage sm);
+    public boolean test(SynapseMessage sm);
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org