Package org.apache.cxf.jca.cxf.handlers
Class ObjectMethodInvocationHandler
java.lang.Object
org.apache.cxf.jca.cxf.handlers.ObjectMethodInvocationHandler
- All Implemented Interfaces:
InvocationHandler,CXFInvocationHandler
Handles invocations for methods defined on java.lang.Object, like hashCode,
toString and equals
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()protected ThrowablegetExceptionToThrow(InvocationTargetException ex, Method targetMethod) getNext()protected ObjectinvokeNext(Object proxy, Method method, Object[] args) void
-
Constructor Details
-
ObjectMethodInvocationHandler
-
-
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
-