|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
org.omg.CORBA.portable.OutputStream
org.omg.CORBA_2_3.portable.OutputStream
org.jacorb.orb.CDROutputStream
org.jacorb.orb.giop.MessageOutputStream
org.jacorb.orb.giop.ServiceContextTransportingOutputStream
ServiceContextTransportingOutputStream.java Created: Sat Aug 18 12:12:22 2002
Field Summary |
Fields inherited from class org.jacorb.orb.CDROutputStream |
buffer, giop_minor |
Constructor Summary | |
ServiceContextTransportingOutputStream()
|
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)
|
Methods inherited from class org.jacorb.orb.giop.MessageOutputStream |
insertMsgSize, writeGIOPMsgHeader |
Methods inherited from class org.omg.CORBA.portable.OutputStream |
write_Context, write_fixed, write |
Methods inherited from class java.io.OutputStream |
flush, write, write |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServiceContextTransportingOutputStream()
Method Detail |
protected void markHeaderEnd()
public void insertMsgSize()
insertMsgSize
in class MessageOutputStream
public void write_to(GIOPConnection conn) throws java.io.IOException
write_to
in class MessageOutputStream
java.io.IOException
public void addServiceContext(ServiceContext ctx)
public byte[] getBody()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |