Package org.jboss.weld.bean.proxy
Interface ProxyObject
public interface ProxyObject
The interface implemented by proxy classes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGet the handler.voidSets a handler.
-
Method Details
-
weld_setHandler
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.
-