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: 634462 $ $Date: 2008-03-07 00:45:47 +0100 (Fr, 07. M��r 2008) $

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-2011 The Apache OpenEJB development community. All Rights Reserved.