Uses of Class
javax.ws.rs.core.Application

Packages that use Application
javax.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API. 
org.jboss.resteasy.core   
org.jboss.resteasy.plugins.server.embedded   
org.jboss.resteasy.plugins.server.servlet   
org.jboss.resteasy.plugins.server.tjws   
org.jboss.resteasy.spi   
 

Uses of Application in javax.ws.rs.ext
 

Methods in javax.ws.rs.ext with parameters of type Application
abstract
<T> T
RuntimeDelegate.createEndpoint(Application application, java.lang.Class<T> endpointType)
          Create a configured instance of the supplied endpoint type.
 

Uses of Application in org.jboss.resteasy.core
 

Methods in org.jboss.resteasy.core with parameters of type Application
<T> T
ThreadLocalResteasyProviderFactory.createEndpoint(Application applicationConfig, java.lang.Class<T> endpointType)
           
 

Uses of Application in org.jboss.resteasy.plugins.server.embedded
 

Methods in org.jboss.resteasy.plugins.server.embedded with parameters of type Application
 void EmbeddedJaxrsServer.addApplicationConfig(Application config)
           
 

Uses of Application in org.jboss.resteasy.plugins.server.servlet
 

Methods in org.jboss.resteasy.plugins.server.servlet with parameters of type Application
static void ResteasyBootstrap.processApplication(Application config, Registry registry, ResteasyProviderFactory factory)
           
 

Uses of Application in org.jboss.resteasy.plugins.server.tjws
 

Methods in org.jboss.resteasy.plugins.server.tjws with parameters of type Application
 void TJWSEmbeddedJaxrsServer.addApplicationConfig(Application config)
           
 

Uses of Application in org.jboss.resteasy.spi
 

Methods in org.jboss.resteasy.spi with parameters of type Application
<T> T
ResteasyProviderFactory.createEndpoint(Application applicationConfig, java.lang.Class<T> endpointType)
          this is a spec method that is unsupported.
 



Copyright © 2009. All Rights Reserved.