站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 messaging API Documentation 英文版文档

HTTPILResponse (JBoss Messaging API) - JBoss 3.2.7 messaging API Documentation 英文版文档


org.jboss.mq.il.http
Class HTTPILResponse

java.lang.Object
  extended byorg.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.1.2.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()


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