Interface SerializableContextFactory


  • public interface SerializableContextFactory
    The purpose of this factory is to support legacy custom work contexts from WebLogic Server (WLS). This is for the case where a custom work context is NOT wrapped into a weblogic.workarea.SerializableWorkContext. It is also used when Glassfish uses a different class than WLS. In that case a factory can be registered to replace a WLS class with a Glassfish class. This will work as long as the Glassfish and WLS classes have the same serialization profile.