org.jboss.weld.bean.proxy.util
Class SerializableClientProxy
java.lang.Object
org.jboss.weld.bean.proxy.util.SerializableClientProxy
- All Implemented Interfaces:
- Serializable
public class SerializableClientProxy
- extends Object
- implements 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:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializableClientProxy
public SerializableClientProxy(String beanId)
Copyright © 2013 Seam Framework. All Rights Reserved.