public class InvokingInvocationHandler extends Object
| Constructor and Description |
|---|
InvokingInvocationHandler(CXFInvocationHandlerData data) |
| Modifier and Type | Method and Description |
|---|---|
CXFInvocationHandlerData |
getData() |
protected Throwable |
getExceptionToThrow(InvocationTargetException ex,
Method targetMethod) |
CXFInvocationHandler |
getNext() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
protected Object |
invokeNext(Object proxy,
Method method,
Object[] args) |
void |
setNext(CXFInvocationHandler cih) |
public InvokingInvocationHandler(CXFInvocationHandlerData data)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
Throwablepublic void setNext(CXFInvocationHandler cih)
setNext in interface CXFInvocationHandlerpublic CXFInvocationHandler getNext()
getNext in interface CXFInvocationHandlerpublic CXFInvocationHandlerData getData()
getData in interface CXFInvocationHandlerprotected Object invokeNext(Object proxy, Method method, Object[] args) throws Throwable
Throwableprotected Throwable getExceptionToThrow(InvocationTargetException ex, Method targetMethod) throws Throwable
ThrowableApache CXF