org.jboss.mq.il.http
Class HTTPILResponse

java.lang.Object
  extended by org.jboss.mq.il.http.HTTPILResponse
All Implemented Interfaces:
Serializable

public class HTTPILResponse
extends Object
implements Serializable

This is the date type the HTTPClient expects back from a HTTPILRequest.

Version:
$Revision: 1.2.6.2 $
Author:
Nathan Phelps (nathan@jboss.org)
See Also:
Serialized Form

Constructor Summary
HTTPILResponse()
           
HTTPILResponse(Object value)
           
 
Method Summary
 Object getValue()
           
 void setValue(Object value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTTPILResponse

public HTTPILResponse()

HTTPILResponse

public HTTPILResponse(Object value)
Method Detail

setValue

public void setValue(Object value)

getValue

public Object getValue()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.