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, List<Interceptor> interceptors, Object target, Method method, javax.xml.ws.handler.MessageContext messageContext, Object... parameters)
           
 
Method Summary
 Map<String,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,
                              List<Interceptor> interceptors,
                              Object target,
                              Method method,
                              javax.xml.ws.handler.MessageContext messageContext,
                              Object... parameters)
Method Detail

getContextData

public Map<String,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.