Uses of Class
org.jacorb.orb.giop.RequestOutputStream

Packages that use RequestOutputStream
org.jacorb.orb   
org.jacorb.orb.giop   
org.jacorb.orb.portableInterceptor   
 

Uses of RequestOutputStream in org.jacorb.orb
 

Constructors in org.jacorb.orb with parameters of type RequestOutputStream
ClientInterceptorHandler(ClientInterceptorHandler original, ORB orb, RequestOutputStream ros, Object self, Delegate delegate, ParsedIOR piorOriginal, ClientConnection connection)
          Constructs an interceptor handler for the given parameters.
 

Uses of RequestOutputStream in org.jacorb.orb.giop
 

Constructors in org.jacorb.orb.giop with parameters of type RequestOutputStream
RequestOutputStream(RequestOutputStream other)
          Copy constructor for RequestOutputStream used for SYNC_SCOPE NONE.
 

Uses of RequestOutputStream in org.jacorb.orb.portableInterceptor
 

Fields in org.jacorb.orb.portableInterceptor declared as RequestOutputStream
 RequestOutputStream ClientRequestInfoImpl.request_os
           
 

Constructors in org.jacorb.orb.portableInterceptor with parameters of type RequestOutputStream
ClientRequestInfoImpl(ORB orb, ClientRequestInfoImpl original, RequestOutputStream ros, Object self, Delegate delegate, ParsedIOR piorOriginal, ClientConnection connection)