org.apache.openejb.core.interceptor
Class JaxWsInvocationContext

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

public class JaxWsInvocationContext
extends ReflectionInvocationContext

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

Constructor Summary
JaxWsInvocationContext(Operation operation, java.util.List<Interceptor> interceptors, java.lang.Object target, java.lang.reflect.Method method, javax.xml.ws.handler.MessageContext messageContext, java.lang.Object... parameters)
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Object> getContextData()
           
 
Methods inherited from class org.apache.openejb.core.interceptor.ReflectionInvocationContext
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

JaxWsInvocationContext

public JaxWsInvocationContext(Operation operation,
                              java.util.List<Interceptor> interceptors,
                              java.lang.Object target,
                              java.lang.reflect.Method method,
                              javax.xml.ws.handler.MessageContext messageContext,
                              java.lang.Object... parameters)
Method Detail

getContextData

public java.util.Map<java.lang.String,java.lang.Object> getContextData()
Specified by:
getContextData in interface javax.interceptor.InvocationContext
Overrides:
getContextData in class ReflectionInvocationContext


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