Uses of Interface
com.sun.ws.rest.spi.container.WebApplication

Packages that use WebApplication
com.sun.ws.rest.spi.container Classes that define the contract that a container adaptor must implement in order to host API classes. 
com.sun.ws.rest.spi.container.servlet   
 

Uses of WebApplication in com.sun.ws.rest.spi.container
 

Methods in com.sun.ws.rest.spi.container that return WebApplication
 WebApplication WebApplication.clone()
          Clone the WebApplication instance.
static WebApplication WebApplicationFactory.createWebApplication()
          Create a Web application instance.
 WebApplication WebApplicationProvider.createWebApplication()
          Instantiate a new WebApplication.
 

Methods in com.sun.ws.rest.spi.container with parameters of type WebApplication
 T ContainerProvider.createContainer(java.lang.Class<T> type, ResourceConfig resourceConfig, WebApplication application)
          Create an container of type T.
 

Uses of WebApplication in com.sun.ws.rest.spi.container.servlet
 

Methods in com.sun.ws.rest.spi.container.servlet that return WebApplication
protected  WebApplication ServletContainer.create()
          Create a new instance of a WebApplication.
 

Methods in com.sun.ws.rest.spi.container.servlet with parameters of type WebApplication
protected  void ServletContainer.configure(javax.servlet.ServletConfig sc, ResourceConfig rc, WebApplication wa)
          Configure the WebApplication.
protected  void ServletContainer.initiate(ResourceConfig rc, WebApplication wa)
          Initiate the WebApplication.