com.kenai.jaffl.mapper
Class MethodResultContext

java.lang.Object
  extended by com.kenai.jaffl.mapper.MethodResultContext
All Implemented Interfaces:
FromNativeContext

public class MethodResultContext
extends java.lang.Object
implements FromNativeContext


Constructor Summary
MethodResultContext(java.lang.reflect.Method method)
           
 
Method Summary
 java.lang.reflect.Method getMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodResultContext

public MethodResultContext(java.lang.reflect.Method method)
Method Detail

getMethod

public java.lang.reflect.Method getMethod()