站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

ServerResponseFactory - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.junit
Class ServerResponseFactory

java.lang.Object
  extended byorg.jboss.portal.junit.ServerResponseFactory

public class ServerResponseFactory
extends java.lang.Object

Create a server response with the result of the http response.


Constructor Summary
ServerResponseFactory()
           
 
Method Summary
static ServerResponse create(org.apache.commons.httpclient.HttpMethod method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerResponseFactory

public ServerResponseFactory()
Method Detail

create

public static ServerResponse create(org.apache.commons.httpclient.HttpMethod method)
                             throws java.io.IOException
Throws:
java.io.IOException