org.apache.openejb.core.interceptor
Class InterceptorStack
java.lang.Object
org.apache.openejb.core.interceptor.InterceptorStack
public class InterceptorStack
- extends Object
- Version:
- $Rev: 1311042 $ $Date: 2012-04-08 18:54:59 +0200 (Dim, 08 avr 2012) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptorStack
public InterceptorStack(Object beanInstance,
Method targetMethod,
Operation operation,
List<InterceptorData> interceptorDatas,
Map<String,Object> interceptorInstances)
createInvocationContext
public javax.interceptor.InvocationContext createInvocationContext(Object... parameters)
invoke
public Object invoke(Object... parameters)
throws Exception
- Throws:
Exception
invoke
public Object invoke(MessageContext messageContext,
Object... parameters)
throws Exception
- Throws:
Exception
invoke
public Object invoke(javax.xml.rpc.handler.MessageContext messageContext,
Object... parameters)
throws Exception
- Throws:
Exception
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.