public class InterceptorStack extends Object
| Constructor and Description |
|---|
InterceptorStack(Object beanInstance,
Method targetMethod,
Operation operation,
List<InterceptorData> interceptorDatas,
Map<String,Object> interceptorInstances) |
| Modifier and Type | Method and Description |
|---|---|
javax.interceptor.InvocationContext |
createInvocationContext(Object... parameters) |
Object |
invoke(MessageContext messageContext,
Object... parameters) |
Object |
invoke(javax.xml.rpc.handler.MessageContext messageContext,
Object... parameters) |
Object |
invoke(Object... parameters) |
public javax.interceptor.InvocationContext createInvocationContext(Object... parameters)
public Object invoke(MessageContext messageContext, Object... parameters) throws Exception
Exceptionpublic Object invoke(javax.xml.rpc.handler.MessageContext messageContext, Object... parameters) throws Exception
ExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.