org.jacorb.orb.giop
public class ServiceContextTransportingOutputStream extends MessageOutputStream
Version: $Id: ServiceContextTransportingOutputStream.java,v 1.21 2006/05/12 14:39:53 alphonse.bendt Exp $
| Constructor Summary | |
|---|---|
| ServiceContextTransportingOutputStream() | |
| ServiceContextTransportingOutputStream(ORB orb) | |
| Method Summary | |
|---|---|
| void | addServiceContext(ServiceContext ctx) |
| byte[] | getBody()
private hack... |
| void | insertMsgSize() |
| protected void | markHeaderEnd()
GIOP 1.2 requires the message body to start on an 8 byte
border, while 1.0/1.1 does not. |
| void | write_to(GIOPConnection conn) |