|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
org.omg.CORBA.portable.InputStream
org.omg.CORBA_2_3.portable.InputStream
org.jacorb.orb.CDRInputStream
org.jacorb.orb.giop.MessageInputStream
org.jacorb.orb.giop.ServiceContextTransportingInputStream
org.jacorb.orb.giop.ReplyInputStream
Field Summary | |
---|---|
ReplyHeader_1_2 |
rep_hdr
|
Fields inherited from class org.jacorb.orb.giop.MessageInputStream |
---|
msg_size |
Fields inherited from class org.jacorb.orb.CDRInputStream |
---|
buffer, giop_minor, index, littleEndian, pos |
Constructor Summary | |
---|---|
ReplyInputStream(ORB orb,
byte[] buffer)
|
Method Summary | |
---|---|
protected void |
finalize()
|
byte[] |
getBody()
Returns a copy of the body of this reply. |
java.lang.Exception |
getException()
Returns any exception that is indicated by this reply. |
ServiceContext |
getServiceContext(int id)
Returns the ServiceContext with the given id, if one is present. |
ReplyStatusType_1_2 |
getStatus()
Returns the reply status of this reply. |
Methods inherited from class org.jacorb.orb.giop.ServiceContextTransportingInputStream |
---|
skipHeaderPadding |
Methods inherited from class org.omg.CORBA.portable.InputStream |
---|
read_Context, read_fixed |
Methods inherited from class java.io.InputStream |
---|
skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public ReplyHeader_1_2 rep_hdr
Constructor Detail |
public ReplyInputStream(ORB orb, byte[] buffer)
Method Detail |
public ReplyStatusType_1_2 getStatus()
public java.lang.Exception getException()
public ServiceContext getServiceContext(int id)
public byte[] getBody()
protected void finalize() throws java.lang.Throwable
java.lang.Throwable
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |