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

Packages that use Application
org.glassfish.jersey.server Jersey server-side 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
<A> A
ContainerFactory.createContainer(Class<A> type, Application application)
          Create a container according to the class requested.
 T ContainerProvider.createContainer(Class<T> type, Application application)
          Create an container of type T.
 



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