[weld-commits] Weld SVN: r6749 - api/trunk/weld-spi/src/main/java/org/jboss/weld/serialization/spi.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Jul 22 05:50:04 EDT 2010


Author: dallen6
Date: 2010-07-22 05:50:04 -0400 (Thu, 22 Jul 2010)
New Revision: 6749

Modified:
   api/trunk/weld-spi/src/main/java/org/jboss/weld/serialization/spi/ProxyServices.java
Log:
WELD-566 Changed SPI for ProxyServices to remove the wrap method

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/serialization/spi/ProxyServices.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/serialization/spi/ProxyServices.java	2010-07-22 09:47:30 UTC (rev 6748)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/serialization/spi/ProxyServices.java	2010-07-22 09:50:04 UTC (rev 6749)
@@ -68,19 +68,6 @@
    public ProtectionDomain getProtectionDomain(Class<?> proxiedBeanType);
 
    /**
-    * Allows a proxy object to be intercepted before it is serialized to an
-    * object stream. The object may be wrapped or otherwise handled in such a
-    * way to allow it to be serialized and then later deserialized in another
-    * VM. The default Weld implementation uses a wrapper class which contains
-    * enough information to recreate the proxy class and then to deserialize the
-    * proxy object itself.
-    * 
-    * @param proxyObject the proxy object from Weld being serialized
-    * @return a replacement object or the proxy
-    */
-   public Object wrapForSerialization(Object proxyObject);
-
-   /**
     * <p>
     * Loads classes or interfaces extended/implemented by a bean or in
     * particular a proxy class for a bean. This includes application types of



More information about the weld-commits mailing list