|
Oracle | ||||||||||
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 | |
---|---|
void |
writeASCII(String s)
Writes an 8-bit, variable-length, string to the underlying data stream. |
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
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |