org.jacorb.orb.giop
Class RequestInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byorg.omg.CORBA.portable.InputStream
          extended byorg.omg.CORBA_2_3.portable.InputStream
              extended byorg.jacorb.orb.CDRInputStream
                  extended byorg.jacorb.orb.giop.MessageInputStream
                      extended byorg.jacorb.orb.giop.ServiceContextTransportingInputStream
                          extended byorg.jacorb.orb.giop.RequestInputStream

public class RequestInputStream
extends ServiceContextTransportingInputStream

Version:
$Id: RequestInputStream.java,v 1.17 2004/02/05 11:15:30 simon.mcqueen Exp $
Author:
Gerald Brose, FU Berlin

Field Summary
 RequestHeader_1_2 req_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
RequestInputStream(ORB orb, byte[] buf)
           
 
Method Summary
protected  void finalize()
           
 ServiceContext getServiceContext(int id)
           
 boolean isLocateRequest()
           
 
Methods inherited from class org.jacorb.orb.giop.ServiceContextTransportingInputStream
skipHeaderPadding
 
Methods inherited from class org.jacorb.orb.CDRInputStream
available, close, closeEncapsulation, get_pos, getBufferCopy, getGIOPMinor, mark, markSupported, openEncapsulatedArray, openEncapsulation, orb, read_abstract_interface, read_abstract_interface, read_any, read_boolean_array, read_boolean, read_char_array, read_char, read_double_array, read_double, read_fixed, read_float_array, read_float, read_long_array, read_long, read_longlong_array, read_longlong, read_Object, read_Object, read_octet_array, read_octet, read_Principal, read_short_array, read_short, read_string, read_TypeCode, read_ulong_array, read_ulong, read_ulonglong_array, read_ulonglong, read_ushort_array, read_ushort, read_value, read_value, read_value, read_value, read_value, read_wchar_array, read_wchar, read_wstring, read, read, read, register_value, reset, setCodeSet, setGIOPMinor, setLittleEndian, skip
 
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

req_hdr

public RequestHeader_1_2 req_hdr
Constructor Detail

RequestInputStream

public RequestInputStream(ORB orb,
                          byte[] buf)
Method Detail

getServiceContext

public ServiceContext getServiceContext(int id)

isLocateRequest

public boolean isLocateRequest()

finalize

protected void finalize()
                 throws java.lang.Throwable
Throws:
java.lang.Throwable