Package org.apache.cxf.jca.cxf.handlers
Class ProxyInvocationHandler
- java.lang.Object
-
- org.apache.cxf.jca.cxf.handlers.ProxyInvocationHandler
-
- All Implemented Interfaces:
InvocationHandler,CXFInvocationHandler
public class ProxyInvocationHandler extends Object
The object returned to the application implement close and equals for the proxy
-
-
Constructor Summary
Constructors Constructor Description ProxyInvocationHandler(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
-
ProxyInvocationHandler
public ProxyInvocationHandler(CXFInvocationHandlerData data)
-
-
Method Detail
-
invoke
public final 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
-
-