Interface JavaEEIOUtils

All Known Implementing Classes:
JavaEEIOUtilsImpl

@Contract public interface JavaEEIOUtils
A contract that defines a set of methods to serialize / deserialize Java EE objects (even if they are not directly serializable). Some of the objects that are expected to be serialized / deserialized are
  1. Local EJB references
  2. EJB Handles
  3. JNDI (sub) contexts
  4. (Non serializable) StatefulSessionBeans
Author:
Mahesh Kannan