Package org.glassfish.contextpropagation
Interface SerializableContextFactory.WLSContext.WLSContextHelper
-
- Enclosing interface:
- SerializableContextFactory.WLSContext
public static interface SerializableContextFactory.WLSContext.WLSContextHelper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SerializablereadFromBytes(byte[] bytes)SerializableContextFactory.WLSContextreadFromBytes(SerializableContextFactory.WLSContext ctx, byte[] bytes)byte[]toBytes(Serializable object)byte[]toBytes(SerializableContextFactory.WLSContext ctx)
-
-
-
Method Detail
-
toBytes
byte[] toBytes(SerializableContextFactory.WLSContext ctx) throws IOException
- Throws:
IOException
-
toBytes
byte[] toBytes(Serializable object) throws IOException
- Throws:
IOException
-
readFromBytes
SerializableContextFactory.WLSContext readFromBytes(SerializableContextFactory.WLSContext ctx, byte[] bytes) throws IOException
- Throws:
IOException
-
readFromBytes
Serializable readFromBytes(byte[] bytes) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-