Class JavaEEIOUtilsImpl

  • All Implemented Interfaces:
    JavaEEIOUtils

    @Service
    public class JavaEEIOUtilsImpl
    extends Object
    implements JavaEEIOUtils
    A contract that defines a set of methods to serialize / deserialze Java EE objects (even if they are not directly serializable). Some of the objects that are expected to be serialized / de-serialized are a) Local EJB references b) EJB Handles c) JNDI (sub) contexts d) (Non serializable) StatefulSessionBeans
    Author:
    Mahesh Kannan