JOtunnel by OOIT.com

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

Field Summary
static long serialVersionID
           
 
Constructor Summary
JOResponse(java.io.Serializable responseObject)
          Constructor with the response object.
 
Method Summary
 java.io.Serializable getResponseObject()
          Getting the response object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionID

public static final long serialVersionID
Constructor Detail

JOResponse

public JOResponse(java.io.Serializable responseObject)
Constructor with the response object.
Parameters:
responseObject - the response object.
Method Detail

getResponseObject

public java.io.Serializable getResponseObject()
Getting the response object.
Returns:
the response object.

JOtunnel by OOIT.com