org.chromattic.core.mapper
Class MethodMapper<C extends ObjectContext>
java.lang.Object
org.chromattic.core.mapper.MethodMapper<C>
- All Implemented Interfaces:
- MethodInvoker<C>
- Direct Known Subclasses:
- MethodMapper.Create, MethodMapper.Destroy, MethodMapper.FindById
public class MethodMapper<C extends ObjectContext>
- extends Object
- implements MethodInvoker<C>
- Version:
- $Revision$
- Author:
- Julien Viet
MethodMapper
public MethodMapper(Method method)
invoke
public Object invoke(C context,
Object[] args)
throws Throwable
- Throws:
Throwable
getMethod
public Method getMethod()
invoke
public Object invoke(C ctx,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke in interface MethodInvoker<C extends ObjectContext>
- Throws:
Throwable
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010 eXo Platform SAS. All Rights Reserved.