org.mule.test.integration.config
Class TestFilter

java.lang.Object
  extended by org.mule.test.integration.config.TestFilter
All Implemented Interfaces:
Filter

public class TestFilter
extends Object
implements Filter

TODO


Constructor Summary
TestFilter()
           
 
Method Summary
 boolean accept(MuleMessage message)
           
 int getBar()
           
 String getFoo()
           
 void setBar(int bar)
           
 void setFoo(String foo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestFilter

public TestFilter()
Method Detail

getBar

public int getBar()

setBar

public void setBar(int bar)

getFoo

public String getFoo()

setFoo

public void setFoo(String foo)

accept

public boolean accept(MuleMessage message)
Specified by:
accept in interface Filter


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.