org.mule.providers.gs.filters
Class PojoTypeTemplateFilter
java.lang.Object
org.mule.providers.gs.filters.PojoTypeTemplateFilter
- All Implemented Interfaces:
- JavaSpaceFilter, UMOFilter
- public class PojoTypeTemplateFilter
- extends Object
- implements JavaSpaceFilter
TODO document
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PojoTypeTemplateFilter
public PojoTypeTemplateFilter()
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.