| Class | Description |
|---|---|
| InvocationHandlerFactory | |
| InvokingInvocationHandler |
delegates invocations to the target object
|
| ObjectMethodInvocationHandler |
Handles invocations for methods defined on java.lang.Object, like hashCode,
toString and equals
|
| ProxyInvocationHandler |
The object returned to the application
implement close and equals for the proxy
|
Apache CXF