Uses of Class
org.exolab.jms.net.connector.Response

Packages that use Response
org.exolab.jms.net.connector Connector framework 
org.exolab.jms.net.multiplexer Abstract connector that multiplexes data over a physical connection 
 

Uses of Response in org.exolab.jms.net.connector
 

Methods in org.exolab.jms.net.connector that return Response
static Response Response.read(java.io.ObjectInput in, java.lang.reflect.Method method)
          Read a response from a stream
 Response Connection.invoke(Request request)
          Invoke a method on a remote object
 Response MarshalledInvocation.getResponse()
          Returns the result of the invocation.
 

Methods in org.exolab.jms.net.connector with parameters of type Response
 void Invocation.setResponse(Response response)
          Sets the result of the invocation.
 void MarshalledInvocation.setResponse(Response response)
          Sets the result of the invocation.
 

Uses of Response in org.exolab.jms.net.multiplexer
 

Methods in org.exolab.jms.net.multiplexer that return Response
protected  Response MultiplexedManagedConnection.invoke(Connection connection, Request request)
          Invoke a method on a remote object.
 



Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.