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: 1153797 $ $Date: 2011-08-04 11:09:44 +0200 (Jeu, 04 aoĆ» 2011) $

Constructor Summary
JaxWsInvocationContext(Operation operation, List<Interceptor> interceptors, Object target, Method method, MessageContext messageContext, Object... parameters)
           
 
Method Summary
 Map<String,Object> getContextData()
           
 
Methods inherited from class org.apache.openejb.core.interceptor.ReflectionInvocationContext
getMethod, getParameters, getTarget, getTimer, 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,
                              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-2012 The Apache Software Foundation. All Rights Reserved.