All Known Implementing Classes:
MBeanServerInvocationHandler, EventHandler, CompositeDataInvocationHandler, RemoteObjectInvocationHandler, ForwardIH
Each proxy instance has an associated invocation handler. When a method is invoked on a proxy instance, the method invocation is encoded and dispatched to the {@code invoke} method of its invocation handler.
Peter - Jones1.3 - | Method from java.lang.reflect.InvocationHandler Summary: |
|---|
| invoke |
| Method from java.lang.reflect.InvocationHandler Detail: |
|---|
|