org.jacorb.orb.giop

Class RequestInputStream


public class RequestInputStream
extends ServiceContextTransportingInputStream

Version:
$Id: RequestInputStream.java,v 1.18 2004/05/06 12:40:00 nicolas 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, getBufferCopy, getGIOPMinor, get_pos, mark, markSupported, openEncapsulatedArray, openEncapsulation, orb, read, read, read, read_Object, read_Object, read_Principal, read_TypeCode, read_abstract_interface, read_abstract_interface, read_any, read_boolean, read_boolean_array, read_char, read_char_array, read_double, read_double_array, read_fixed, read_float, read_float_array, read_long, read_long_array, read_longlong, read_longlong_array, read_octet, read_octet_array, read_short, read_short_array, read_string, read_ulong, read_ulong_array, read_ulonglong, read_ulonglong_array, read_ushort, read_ushort_array, read_value, read_value, read_value, read_value, read_value, read_wchar, read_wchar_array, read_wstring, register_value, reset, setCodeSet, setGIOPMinor, setLittleEndian, skip

Methods inherited from class org.omg.CORBA_2_3.portable.InputStream

read_abstract_interface, read_abstract_interface, read_value, read_value, read_value, read_value, read_value

Methods inherited from class org.omg.CORBA.portable.InputStream

orb, read, read_Context, read_Object, read_Object, read_Principal, read_TypeCode, read_any, read_boolean, read_boolean_array, read_char, read_char_array, read_double, read_double_array, read_fixed, read_fixed, read_float, read_float_array, read_long, read_long_array, read_longlong, read_longlong_array, read_octet, read_octet_array, read_short, read_short_array, read_string, read_ulong, read_ulong_array, read_ulonglong, read_ulonglong_array, read_ushort, read_ushort_array, read_wchar, read_wchar_array, read_wstring

Field Details

req_hdr

public RequestHeader_1_2 req_hdr

Constructor Details

RequestInputStream

public RequestInputStream(ORB orb,
                          byte[] buf)

Method Details

finalize

protected void finalize()
            throws Throwable


getServiceContext

public ServiceContext getServiceContext(int id)


isLocateRequest

public boolean isLocateRequest()