com.sun.jersey.test.framework.spi.container.http
Class HTTPContainerFactory
java.lang.Object
com.sun.jersey.test.framework.spi.container.http.HTTPContainerFactory
- All Implemented Interfaces:
- TestContainerFactory
public class HTTPContainerFactory
- extends 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTPContainerFactory
public HTTPContainerFactory()
supports
public Class<LowLevelAppDescriptor> supports()
- Description copied from interface:
TestContainerFactory
- Get the application descriptor class supported by this test container
factory.
- Specified by:
supports
in interface TestContainerFactory
- Returns:
- the application descriptor class supported by this test container
factory.
create
public TestContainer create(URI baseUri,
AppDescriptor ad)
- Description copied from interface:
TestContainerFactory
- Create a test container.
- Specified by:
create
in interface TestContainerFactory
- Parameters:
baseUri
- the base URI of the application.ad
- the application descriptor.
- Returns:
- the test container.
Copyright © 2013 Oracle Corporation. All Rights Reserved.