Class WLSWireAdapter

  • All Implemented Interfaces:
    WireAdapter

    public class WLSWireAdapter
    extends AbstractWireAdapter
    This WireAdapter implementation is compatible with the wire format from Web Logic Server 12.2 and earlier. It provides limited support for primitive types other than Long, String, and ASCII String. These other primitive types are wrapped inside weblogic.workarea.SerializableWorkContext$Carrier. A catalog is also wrapped inside a SerializableContext. This catalog may not be of any use to a WLS process, however it may be of use to another Glassfish process which may receive it directly or through a WLS process. The catalog is useful to interpret contexts that may not have been written by WLS or if the catalog is read by glassfish (we can use the WLS wire format between two glassfish instances as well as between glassfish and WLS instances).