com.sun.ejb.containers
Class JavaEEObjectStreamHandlerForEJBs
java.lang.Object
com.sun.ejb.containers.JavaEEObjectStreamHandlerForEJBs
- All Implemented Interfaces:
- JavaEEObjectStreamHandler
@Service
public class JavaEEObjectStreamHandlerForEJBs
- extends Object
- implements JavaEEObjectStreamHandler
A small JavaEEObjectStreamHandler that wraps the old IndirectlySerializable
AND SerializableObjectFactory
- Author:
- Mahesh Kannan
Date: Sep 3, 2008
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaEEObjectStreamHandlerForEJBs
public JavaEEObjectStreamHandlerForEJBs()
replaceObject
public Object replaceObject(Object obj)
throws IOException
- Specified by:
replaceObject in interface JavaEEObjectStreamHandler
- Throws:
IOException
resolveObject
public Object resolveObject(Object obj)
throws IOException
- Specified by:
resolveObject in interface JavaEEObjectStreamHandler
- Throws:
IOException
Copyright © 2012 GlassFish Community. All Rights Reserved.