com.sun.jersey.test.framework.spi.container.http
Class HTTPContainerFactory

java.lang.Object
  extended by com.sun.jersey.test.framework.spi.container.http.HTTPContainerFactory
All Implemented Interfaces:
TestContainerFactory

public class HTTPContainerFactory
extends java.lang.Object
implements TestContainerFactory

A low-level test container factory for creating test container instances using the Light Weight HTTP server.

Author:
Srinivas.Bhimisetty@Sun.COM

Constructor Summary
HTTPContainerFactory()
           
 
Method Summary
 TestContainer create(java.net.URI baseUri, AppDescriptor ad)
           
 java.lang.Class<LowLevelAppDescriptor> supports()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPContainerFactory

public HTTPContainerFactory()
Method Detail

supports

public java.lang.Class<LowLevelAppDescriptor> supports()
Specified by:
supports in interface TestContainerFactory

create

public TestContainer create(java.net.URI baseUri,
                            AppDescriptor ad)
Specified by:
create in interface TestContainerFactory


Copyright © 2010 Sun Microsystems, Inc. All Rights Reserved.