public class WLSWireAdapter extends AbstractWireAdapter
WireAdapter.WireAdapterHelper
key, ois, READ_LIMIT
HELPER
Constructor and Description |
---|
WLSWireAdapter() |
Modifier and Type | Method and Description |
---|---|
Entry |
nextEntry() |
String |
nextKey() |
protected void |
read(boolean mandatory,
ObjectInputStream ois,
Catalog catalog) |
String |
readAscii() |
protected void |
readHeader(ObjectInputStream ois,
Catalog catalog) |
static EnumSet<PropagationMode> |
toPropagationMode(int mode) |
static int |
toWlsPropagationMode(EnumSet<PropagationMode> propagationModes) |
protected void |
write(ObjectOutputStream oos,
Catalog catalog) |
void |
write(ObjectOutputStream oos,
String key,
Object value,
Entry.ContextType contextType,
EnumSet<PropagationMode> propagationModes,
String className) |
protected void |
writeFooter(ObjectOutputStream objectOutputStream) |
protected void |
writeHeader(ObjectOutputStream oos) |
flush, prepareToReadFrom, prepareToWriteTo, readEntry, readKey, write
public void write(ObjectOutputStream oos, String key, Object value, Entry.ContextType contextType, EnumSet<PropagationMode> propagationModes, String className) throws IOException
write
in class AbstractWireAdapter
IOException
public static int toWlsPropagationMode(EnumSet<PropagationMode> propagationModes)
public static EnumSet<PropagationMode> toPropagationMode(int mode)
protected void writeFooter(ObjectOutputStream objectOutputStream) throws IOException
writeFooter
in class AbstractWireAdapter
IOException
public String nextKey() throws IOException
nextKey
in class AbstractWireAdapter
IOException
public Entry nextEntry() throws IOException
nextEntry
in class AbstractWireAdapter
IOException
public String readAscii() throws IOException
IOException
protected void writeHeader(ObjectOutputStream oos) throws IOException
writeHeader
in class AbstractWireAdapter
IOException
protected void readHeader(ObjectInputStream ois, Catalog catalog) throws IOException
readHeader
in class AbstractWireAdapter
IOException
protected void write(ObjectOutputStream oos, Catalog catalog) throws IOException
write
in class AbstractWireAdapter
IOException
protected void read(boolean mandatory, ObjectInputStream ois, Catalog catalog) throws IOException
read
in class AbstractWireAdapter
IOException
Copyright © 2020. All rights reserved.