org.apache.openejb.core.interceptor
Class JaxRpcInvocationContext

java.lang.Object
  extended by org.apache.openejb.core.interceptor.ReflectionInvocationContext
      extended by org.apache.openejb.core.interceptor.JaxRpcInvocationContext
All Implemented Interfaces:
javax.interceptor.InvocationContext

public class JaxRpcInvocationContext
extends ReflectionInvocationContext

We could really get by with usinga plain ReflectionInvocationContext but just in case we need to or want to add something special, we can use this subclass. At the very least it matches JaxWsInvocationContext

Version:
$Rev: 602704 $ $Date: 2007-12-09 18:58:22 +0100 (So, 09. Dez 2007) $

Constructor Summary
JaxRpcInvocationContext(Operation operation, List<Interceptor> interceptors, Object target, Method method, javax.xml.rpc.handler.MessageContext messageContext, Object... parameters)
           
 
Method Summary
 
Methods inherited from class org.apache.openejb.core.interceptor.ReflectionInvocationContext
getContextData, getMethod, getParameters, getTarget, proceed, setParameters, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JaxRpcInvocationContext

public JaxRpcInvocationContext(Operation operation,
                               List<Interceptor> interceptors,
                               Object target,
                               Method method,
                               javax.xml.rpc.handler.MessageContext messageContext,
                               Object... parameters)


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