- All Implemented Interfaces:
- java.lang.reflect.InvocationHandler
public class ClientUnmarshaller
extends ClientProxy
An MBeanServerConnection proxy that performs the setting of the appropriate context classloader
to allow classloading of classes sent by the server but not known to the client, in methods like
MBeanServerConnection.getAttribute(javax.management.ObjectName, java.lang.String)
, MBeanServerConnection.invoke(javax.management.ObjectName, java.lang.String, java.lang.Object[], java.lang.String[])
and so on.
- Version:
- $Revision: 1.4 $