public class WLSWireAdapter extends AbstractWireAdapter
WireAdapter.WireAdapterHelperkey, ois, READ_LIMITHELPER| 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, writepublic void write(ObjectOutputStream oos, String key, Object value, Entry.ContextType contextType, EnumSet<PropagationMode> propagationModes, String className) throws IOException
write in class AbstractWireAdapterIOExceptionpublic static int toWlsPropagationMode(EnumSet<PropagationMode> propagationModes)
public static EnumSet<PropagationMode> toPropagationMode(int mode)
protected void writeFooter(ObjectOutputStream objectOutputStream) throws IOException
writeFooter in class AbstractWireAdapterIOExceptionpublic String nextKey() throws IOException
nextKey in class AbstractWireAdapterIOExceptionpublic Entry nextEntry() throws IOException
nextEntry in class AbstractWireAdapterIOExceptionpublic String readAscii() throws IOException
IOExceptionprotected void writeHeader(ObjectOutputStream oos) throws IOException
writeHeader in class AbstractWireAdapterIOExceptionprotected void readHeader(ObjectInputStream ois, Catalog catalog) throws IOException
readHeader in class AbstractWireAdapterIOExceptionprotected void write(ObjectOutputStream oos, Catalog catalog) throws IOException
write in class AbstractWireAdapterIOExceptionprotected void read(boolean mandatory,
ObjectInputStream ois,
Catalog catalog)
throws IOException
read in class AbstractWireAdapterIOExceptionCopyright © 2017. All rights reserved.