com.ooit.jotunnel
Class JOResponse
java.lang.Object
|
+--com.ooit.jotunnel.JOResponse
- public class JOResponse
- extends java.lang.Object
- implements java.io.Serializable
The JOTunnel response object.
This response class is build according to the return value of a method. It contains
single object, the response object.
- See Also:
- Serialized Form
|
Constructor Summary |
JOResponse(java.io.Serializable responseObject)
Constructor with the response object. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
serialVersionID
public static final long serialVersionID
JOResponse
public JOResponse(java.io.Serializable responseObject)
- Constructor with the response object.
- Parameters:
responseObject - the response object.
getResponseObject
public java.io.Serializable getResponseObject()
- Getting the response object.
- Returns:
- the response object.