public class JaxWsInvocationContext extends ReflectionInvocationContext
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getContextData() |
getConstructor, getMethod, getParameters, getTarget, getTimer, proceed, setParameters, toStringpublic 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)
public java.util.Map<java.lang.String,java.lang.Object> getContextData()
getContextData in class ReflectionInvocationContext