Package org.apache.cxf.jca.cxf.handlers
Class ProxyInvocationHandler
java.lang.Object
org.apache.cxf.jca.cxf.handlers.ProxyInvocationHandler
- All Implemented Interfaces:
InvocationHandler,CXFInvocationHandler
The object returned to the application
implement close and equals for the proxy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()protected ThrowablegetExceptionToThrow(InvocationTargetException ex, Method targetMethod) getNext()final Objectprotected ObjectinvokeNext(Object proxy, Method method, Object[] args) void
-
Constructor Details
-
ProxyInvocationHandler
-
-
Method Details
-
invoke
- Throws:
Throwable
-
setNext
- Specified by:
setNextin interfaceCXFInvocationHandler
-
getNext
- Specified by:
getNextin interfaceCXFInvocationHandler
-
getData
- Specified by:
getDatain interfaceCXFInvocationHandler
-
invokeNext
- Throws:
Throwable
-
getExceptionToThrow
protected Throwable getExceptionToThrow(InvocationTargetException ex, Method targetMethod) throws Throwable - Throws:
Throwable
-