public static interface SerializableContextFactory.WLSContext
Modifier and Type | Interface and Description |
---|---|
static interface |
SerializableContextFactory.WLSContext.WLSContextHelper |
Modifier and Type | Field and Description |
---|---|
static SerializableContextFactory.WLSContext.WLSContextHelper |
HELPER
HELPER is used internally to facilitate work with WLSContexts
|
Modifier and Type | Method and Description |
---|---|
void |
readContext(ObjectInput in)
Reads the implementation of
Context from the
ContextInput data stream. |
void |
writeContext(ObjectOutput out)
Writes the implementation of
Context to the
ContextOutput data stream. |
static final SerializableContextFactory.WLSContext.WLSContextHelper HELPER
void writeContext(ObjectOutput out) throws IOException
Context
to the
ContextOutput
data stream.IOException
void readContext(ObjectInput in) throws IOException
Context
from the
ContextInput
data stream.IOException
Copyright © 2019. All rights reserved.