Package org.rribbit
Class Response<T>
java.lang.Object
org.rribbit.Response<T>
- Type Parameters:
T- The type of the return values
- All Implemented Interfaces:
Serializable
This class represents a response to a
Request that is given back by the RequestProcessor to the RequestDispatcher.
The Collections in this object should never be null, but may be empty.
This class implements Serializable, but in order to be truly serializable, the user should make sure that the Objects in the returnValues are also Serializable.- Author:
- G.J. Schouten
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
Response
-
-
Method Details
-
getReturnValues
-
getThrowables
-