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