Package com.sun.ejb.base.io
Class EJBObjectInputStreamHandler
- java.lang.Object
-
- com.sun.ejb.base.io.EJBObjectInputStreamHandler
-
- All Implemented Interfaces:
GlassFishInputStreamHandler
public class EJBObjectInputStreamHandler extends Object implements GlassFishInputStreamHandler
A class that is used to restore SFSB conversational state- Author:
- Mahesh Kannan
-
-
Field Summary
-
Fields inherited from interface com.sun.enterprise.container.common.spi.util.GlassFishInputStreamHandler
NULL_OBJECT
-
-
Constructor Summary
Constructors Constructor Description EJBObjectInputStreamHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectresolveObject(Object obj)Called from JavaEEIOUtils' replaceObject.
-
-
-
Method Detail
-
resolveObject
public Object resolveObject(Object obj) throws IOException
Description copied from interface:GlassFishInputStreamHandlerCalled from JavaEEIOUtils' replaceObject. The implementation must return the object that needs to be written out to the stream OR null if it cannot handle the serialization of this object- Specified by:
resolveObjectin interfaceGlassFishInputStreamHandler- Throws:
IOException
-
-