javassist.util.proxy
Interface ProxyObject


public interface ProxyObject

The interface implemented by proxy classes.

See Also:
ProxyFactory

Method Summary
 MethodHandler getHandler()
          Get the handler.
 void setHandler(MethodHandler mi)
          Sets a handler.
 

Method Detail

setHandler

void setHandler(MethodHandler mi)
Sets a handler. It can be used for changing handlers during runtime.


getHandler

MethodHandler getHandler()
Get the handler. This can be used to access values of the underlying MethodHandler or to serialize it properly.



Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2010 Shigeru Chiba. All Rights Reserved.