Uses of Class
com.sun.jersey.test.framework.LowLevelAppDescriptor

Packages that use LowLevelAppDescriptor
com.sun.jersey.test.framework Provides support for testing JAX-RS and Jersey-based applications. 
com.sun.jersey.test.framework.spi.container.grizzly Provides low-level support for testing with Grizzly. 
com.sun.jersey.test.framework.spi.container.http Provides low-level support for testing with the Light Weight HTTP server. 
com.sun.jersey.test.framework.spi.container.inmemory Provides low-level support for testing in-memory. 
 

Uses of LowLevelAppDescriptor in com.sun.jersey.test.framework
 

Methods in com.sun.jersey.test.framework that return LowLevelAppDescriptor
 LowLevelAppDescriptor LowLevelAppDescriptor.Builder.build()
          Build the low-level application descriptor.
static LowLevelAppDescriptor LowLevelAppDescriptor.transform(WebAppDescriptor wad)
          Transform a Web-based application descriptor into a low-level application descriptor.
 

Uses of LowLevelAppDescriptor in com.sun.jersey.test.framework.spi.container.grizzly
 

Methods in com.sun.jersey.test.framework.spi.container.grizzly that return types with arguments of type LowLevelAppDescriptor
 Class<LowLevelAppDescriptor> GrizzlyTestContainerFactory.supports()
           
 

Uses of LowLevelAppDescriptor in com.sun.jersey.test.framework.spi.container.http
 

Methods in com.sun.jersey.test.framework.spi.container.http that return types with arguments of type LowLevelAppDescriptor
 Class<LowLevelAppDescriptor> HTTPContainerFactory.supports()
           
 

Uses of LowLevelAppDescriptor in com.sun.jersey.test.framework.spi.container.inmemory
 

Methods in com.sun.jersey.test.framework.spi.container.inmemory that return types with arguments of type LowLevelAppDescriptor
 Class<LowLevelAppDescriptor> InMemoryTestContainerFactory.supports()
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.