| java.lang.Object |
| ↳ |
org.mule.modules.workday.api.internal.ClientAdaptorInvocationHandler |
Class Overview
Invocation handler that adds logging and exception wrapping
Summary
| Public Constructors |
|
|
ClientAdaptorInvocationHandler(Logger log, Object client, Class<? extends RuntimeException> exceptionClass, String serviceVersion)
|
| Public Methods |
|
Object
|
invoke(Object proxy, Method method, Object[] args)
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
java.lang.reflect.InvocationHandler
|
abstract
Object
|
invoke(Object arg0, Method arg1, Object[] arg2)
|
|
Fields
private
final
Object
client
private
final
Class<? extends RuntimeException>
exceptionClass
private
String
serviceVersion
Public Constructors
public
ClientAdaptorInvocationHandler
(Logger log, Object client, Class<? extends RuntimeException> exceptionClass, String serviceVersion)
Parameters
| log
| |
| client
| |
| exceptionClass
| |
| serviceVersion
| |
Public Methods
public
Object
invoke
(Object proxy, Method method, Object[] args)