org.jacorb.orb.giop
public class MessageOutputStream extends CDROutputStream
Version: $Id: MessageOutputStream.java,v 1.15 2006/05/12 14:39:53 alphonse.bendt Exp $
| Constructor Summary | |
|---|---|
| MessageOutputStream() | |
| MessageOutputStream(ORB orb) | |
| Method Summary | |
|---|---|
| void | insertMsgSize(int size) |
| void | insertMsgSize() |
| void | writeGIOPMsgHeader(int message_type, int minor_version)
Writes a GIOPMessageHeader of the required type to the beginning of
the buffer and sets the start position and index. |
| void | write_to(GIOPConnection conn) |