org.jacorb.orb.giop

Class MessageOutputStream

public class MessageOutputStream extends CDROutputStream

MessageOutputStream.java Created: Sat Aug 18 12:12:22 2002

Version: $Id: MessageOutputStream.java,v 1.15 2006/05/12 14:39:53 alphonse.bendt Exp $

Author: Nicolas Noffke

Constructor Summary
MessageOutputStream()
MessageOutputStream(ORB orb)
Method Summary
voidinsertMsgSize(int size)
voidinsertMsgSize()
voidwriteGIOPMsgHeader(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.
voidwrite_to(GIOPConnection conn)

Constructor Detail

MessageOutputStream

public MessageOutputStream()

MessageOutputStream

public MessageOutputStream(ORB orb)

Method Detail

insertMsgSize

public void insertMsgSize(int size)

insertMsgSize

public void insertMsgSize()

writeGIOPMsgHeader

public 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.

write_to

public void write_to(GIOPConnection conn)