org.apache.openejb.core.interceptor
Class ReflectionInvocationContext

java.lang.Object
  extended by org.apache.openejb.core.interceptor.ReflectionInvocationContext
All Implemented Interfaces:
javax.interceptor.InvocationContext
Direct Known Subclasses:
JaxRpcInvocationContext, JaxWsInvocationContext

public class ReflectionInvocationContext
extends Object
implements javax.interceptor.InvocationContext

Version:
$Rev: 960986 $ $Date: 2010-07-06 21:22:21 +0200 (Di, 06. Jul 2010) $

Constructor Summary
ReflectionInvocationContext(Operation operation, List<Interceptor> interceptors, Object target, Method method, Object... parameters)
           
 
Method Summary
 Map<String,Object> getContextData()
           
 Method getMethod()
           
 Object[] getParameters()
           
 Object getTarget()
           
 Object proceed()
           
 void setParameters(Object[] parameters)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReflectionInvocationContext

public ReflectionInvocationContext(Operation operation,
                                   List<Interceptor> interceptors,
                                   Object target,
                                   Method method,
                                   Object... parameters)
Method Detail

getTarget

public Object getTarget()
Specified by:
getTarget in interface javax.interceptor.InvocationContext

getMethod

public Method getMethod()
Specified by:
getMethod in interface javax.interceptor.InvocationContext

getParameters

public Object[] getParameters()
Specified by:
getParameters in interface javax.interceptor.InvocationContext

setParameters

public void setParameters(Object[] parameters)
Specified by:
setParameters in interface javax.interceptor.InvocationContext

getContextData

public Map<String,Object> getContextData()
Specified by:
getContextData in interface javax.interceptor.InvocationContext

proceed

public Object proceed()
               throws Exception
Specified by:
proceed in interface javax.interceptor.InvocationContext
Throws:
Exception

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.