org.apache.openejb.core.interceptor
Class InterceptorStack
java.lang.Object
org.apache.openejb.core.interceptor.InterceptorStack
public class InterceptorStack
- extends java.lang.Object
- Version:
- $Rev: 735395 $ $Date: 2009-01-18 08:30:03 +0100 (So, 18. Jan 2009) $
Constructor Summary |
InterceptorStack(java.lang.Object beanInstance,
java.lang.reflect.Method targetMethod,
Operation operation,
java.util.List<InterceptorData> interceptorDatas,
java.util.Map<java.lang.String,java.lang.Object> interceptorInstances)
|
Method Summary |
javax.interceptor.InvocationContext |
createInvocationContext(java.lang.Object... parameters)
|
java.lang.Object |
invoke(javax.xml.ws.handler.MessageContext messageContext,
java.lang.Object... parameters)
|
java.lang.Object |
invoke(javax.xml.rpc.handler.MessageContext messageContext,
java.lang.Object... parameters)
|
java.lang.Object |
invoke(java.lang.Object... parameters)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptorStack
public InterceptorStack(java.lang.Object beanInstance,
java.lang.reflect.Method targetMethod,
Operation operation,
java.util.List<InterceptorData> interceptorDatas,
java.util.Map<java.lang.String,java.lang.Object> interceptorInstances)
createInvocationContext
public javax.interceptor.InvocationContext createInvocationContext(java.lang.Object... parameters)
invoke
public java.lang.Object invoke(java.lang.Object... parameters)
throws java.lang.Exception
- Throws:
java.lang.Exception
invoke
public java.lang.Object invoke(javax.xml.ws.handler.MessageContext messageContext,
java.lang.Object... parameters)
throws java.lang.Exception
- Throws:
java.lang.Exception
invoke
public java.lang.Object invoke(javax.xml.rpc.handler.MessageContext messageContext,
java.lang.Object... parameters)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.