org.apache.openejb.core.interceptor
Class JaxRpcInvocationContext
java.lang.Object
org.apache.openejb.core.interceptor.ReflectionInvocationContext
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,
java.util.List<Interceptor> interceptors,
java.lang.Object target,
java.lang.reflect.Method method,
javax.xml.rpc.handler.MessageContext messageContext,
java.lang.Object... parameters)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JaxRpcInvocationContext
public JaxRpcInvocationContext(Operation operation,
java.util.List<Interceptor> interceptors,
java.lang.Object target,
java.lang.reflect.Method method,
javax.xml.rpc.handler.MessageContext messageContext,
java.lang.Object... parameters)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.