Uses of Class
org.glassfish.jersey.server.Application

Packages that use Application
org.glassfish.jersey.server Jersey server-side classes. 
org.glassfish.jersey.server.spi Jersey server-side service provider contract (SPI) classes. 
 

Uses of Application in org.glassfish.jersey.server
 

Methods in org.glassfish.jersey.server that return Application
 Application Application.Builder.build()
          Build new application based on the defined resource bindings and provider configuration.
 

Methods in org.glassfish.jersey.server with parameters of type Application
static
<T> T
ContainerFactory.createContainer(Class<T> type, Application application)
          Create a container according to the class requested.
 

Uses of Application in org.glassfish.jersey.server.spi
 

Methods in org.glassfish.jersey.server.spi with parameters of type Application
<T> T
ContainerProvider.createContainer(Class<T> type, Application application)
          Create an container of a given type.
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.