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

Packages that use ReplyInputStream
org.jacorb.orb   
org.jacorb.orb.portableInterceptor   
 

Uses of ReplyInputStream in org.jacorb.orb
 

Methods in org.jacorb.orb that return ReplyInputStream
 ReplyInputStream ReplyReceiver.getReply()
          This method blocks until a reply becomes available.
 

Methods in org.jacorb.orb with parameters of type ReplyInputStream
 void ClientInterceptorHandler.handle_location_forward(ReplyInputStream reply, Object forward_reference)
           
 void ClientInterceptorHandler.handle_receive_reply(ReplyInputStream reply)
           
 void ClientInterceptorHandler.handle_receive_exception(SystemException ex, ReplyInputStream reply)
           
 void ClientInterceptorHandler.handle_receive_exception(ApplicationException ex, ReplyInputStream reply)
           
 

Constructors in org.jacorb.orb with parameters of type ReplyInputStream
ExceptionHolderImpl(ReplyInputStream is)
          Constructs an ExceptionHolderImpl object from an input stream.
 

Uses of ReplyInputStream in org.jacorb.orb.portableInterceptor
 

Fields in org.jacorb.orb.portableInterceptor declared as ReplyInputStream
 ReplyInputStream ClientRequestInfoImpl.reply_is