Package org.jboss.weld.bean.proxy
Interface ProxyObject
-
public interface ProxyObjectThe interface implemented by proxy classes.- See Also:
ProxyFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MethodHandlerweld_getHandler()Get the handler.voidweld_setHandler(MethodHandler mi)Sets a handler.
-
-
-
Method Detail
-
weld_setHandler
void weld_setHandler(MethodHandler mi)
Sets a handler. It can be used for changing handlers during runtime.
-
weld_getHandler
MethodHandler weld_getHandler()
Get the handler. This can be used to access values of the underlying MethodHandler or to serialize it properly.
-
-