Package org.jboss.weld.bean.proxy.util
Class SerializableClientProxy
java.lang.Object
org.jboss.weld.bean.proxy.util.SerializableClientProxy
- All Implemented Interfaces:
Serializable
A wrapper mostly for client proxies which provides header information useful
to generate the client proxy class in a VM before the proxy object is
deserialized. Only client proxies really need this extra step for
serialization and deserialization since the other proxy classes are generated
during bean archive deployment.
- Author:
- David Allen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSerializableClientProxy(org.jboss.weld.serialization.spi.BeanIdentifier beanId, String contextId) -
Method Summary
-
Constructor Details
-
SerializableClientProxy
public SerializableClientProxy(org.jboss.weld.serialization.spi.BeanIdentifier beanId, String contextId)
-