Save This Page
Home » openejb-3.0-src » org.apache » openejb » core » interceptor » [javadoc | source]
org.apache.openejb.core.interceptor
public class: ReflectionInvocationContext [javadoc | source]
java.lang.Object
   org.apache.openejb.core.interceptor.ReflectionInvocationContext

All Implemented Interfaces:
    javax.interceptor.InvocationContext

Direct Known Subclasses:
    JaxRpcInvocationContext, JaxWsInvocationContext

Constructor:
 public ReflectionInvocationContext(Operation operation,
    List interceptors,
    Object target,
    Method method,
    Object parameters) 
Method from org.apache.openejb.core.interceptor.ReflectionInvocationContext Summary:
getContextData,   getMethod,   getParameters,   getTarget,   proceed,   setParameters,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.openejb.core.interceptor.ReflectionInvocationContext Detail:
 public Map getContextData() 
 public Method getMethod() 
 public Object[] getParameters() 
 public Object getTarget() 
 public Object proceed() throws Exception 
 public  void setParameters(Object[] parameters) 
 public String toString()