org.mule.providers.gs.filters
Class PojoTypeTemplateFilter

java.lang.Object
  extended byorg.mule.providers.gs.filters.PojoTypeTemplateFilter
All Implemented Interfaces:
JavaSpaceFilter, UMOFilter

public class PojoTypeTemplateFilter
extends Object
implements JavaSpaceFilter

TODO document


Constructor Summary
PojoTypeTemplateFilter()
           
 
Method Summary
 boolean accept(UMOMessage message)
          Check a given message against this filter.
 Entry getEntry()
           
 String getExpectedType()
           
 void setExpectedType(String expectedType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PojoTypeTemplateFilter

public PojoTypeTemplateFilter()
Method Detail

getEntry

public Entry getEntry()
               throws IllegalAccessException,
                      NoSuchMethodException,
                      InvocationTargetException,
                      InstantiationException,
                      ClassNotFoundException
Specified by:
getEntry in interface JavaSpaceFilter
Throws:
IllegalAccessException
NoSuchMethodException
InvocationTargetException
InstantiationException
ClassNotFoundException

accept

public boolean accept(UMOMessage message)
Check a given message against this filter.

Specified by:
accept in interface UMOFilter
Parameters:
message - a non null message to filter.
Returns:
true if the message matches the filter

getExpectedType

public String getExpectedType()

setExpectedType

public void setExpectedType(String expectedType)


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.