Package org.apache.cxf.jca.cxf.handlers
Class InvokingInvocationHandler
- java.lang.Object
-
- org.apache.cxf.jca.cxf.handlers.InvokingInvocationHandler
-
- All Implemented Interfaces:
InvocationHandler,CXFInvocationHandler
public class InvokingInvocationHandler extends Object
delegates invocations to the target object
-
-
Constructor Summary
Constructors Constructor Description InvokingInvocationHandler(CXFInvocationHandlerData data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CXFInvocationHandlerDatagetData()protected ThrowablegetExceptionToThrow(InvocationTargetException ex, Method targetMethod)CXFInvocationHandlergetNext()Objectinvoke(Object proxy, Method method, Object[] args)protected ObjectinvokeNext(Object proxy, Method method, Object[] args)voidsetNext(CXFInvocationHandler cih)
-
-
-
Constructor Detail
-
InvokingInvocationHandler
public InvokingInvocationHandler(CXFInvocationHandlerData data)
-
-
Method Detail
-
invoke
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
- Throws:
Throwable
-
setNext
public void setNext(CXFInvocationHandler cih)
- Specified by:
setNextin interfaceCXFInvocationHandler
-
getNext
public CXFInvocationHandler getNext()
- Specified by:
getNextin interfaceCXFInvocationHandler
-
getData
public CXFInvocationHandlerData getData()
- Specified by:
getDatain interfaceCXFInvocationHandler
-
invokeNext
protected Object invokeNext(Object proxy, Method method, Object[] args) throws Throwable
- Throws:
Throwable
-
getExceptionToThrow
protected Throwable getExceptionToThrow(InvocationTargetException ex, Method targetMethod) throws Throwable
- Throws:
Throwable
-
-