|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface WorkContextOutput
WorkConectOutput is a primitive stream used for marshaling WorkContext implementations. It is necessary to limit the types that can be marshaled as part of a WorkArea so that efficient representations can be implemented in a variety of protocols. This representation can also be transparent, enabling runtime filtering in SOAP and other protocols.
WorkContextInput| Method Summary | |
|---|---|
abstract void |
writeASCII(String s)Writes an 8-bit, variable-length, string to the underlying data stream. |
abstract void |
writeContext(WorkContext ctx)Writes the implementation of WorkContext to the underlying data stream. |
| Methods inherited from interface java.io.DataOutput |
|---|
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF |
| Method Detail |
|---|
void writeASCII(String s)
throws IOException
DataOutput.writeBytes(java.lang.String) but the length of the string is also encoded.IOException
void writeContext(WorkContext ctx)
throws IOException
WorkContext to the underlying data stream. The actual class is encoded in the stream so that remote java implementations can decode it.IOException
|
Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||