org.mule.providers.gs.filters
Interface JavaSpaceFilter

All Superinterfaces:
UMOFilter
All Known Implementing Classes:
JavaSpaceTemplateFilter, PojoTypeTemplateFilter

public interface JavaSpaceFilter
extends UMOFilter

TODO document


Method Summary
 Entry getEntry()
           
 
Methods inherited from interface org.mule.umo.UMOFilter
accept
 

Method Detail

getEntry

public Entry getEntry()
               throws IllegalAccessException,
                      NoSuchMethodException,
                      InvocationTargetException,
                      InstantiationException,
                      ClassNotFoundException
Throws:
IllegalAccessException
NoSuchMethodException
InvocationTargetException
InstantiationException
ClassNotFoundException


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