org.apache.openejb.core.interceptor
Class InterceptorStack
java.lang.Object
org.apache.openejb.core.interceptor.InterceptorStack
public class InterceptorStack
- extends Object
- Version:
- $Rev: 530344 $ $Date: 2007-04-19 11:15:16 +0200 (Do, 19. Apr 2007) $
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(javax.xml.ws.handler.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-2011 The Apache OpenEJB development community. All Rights Reserved.