com.sun.jersey.server.impl.container
Class WebApplicationProviderImpl

java.lang.Object
  extended by com.sun.jersey.server.impl.container.WebApplicationProviderImpl
All Implemented Interfaces:
WebApplicationProvider

public class WebApplicationProviderImpl
extends Object
implements WebApplicationProvider

Author:
Paul.Sandoz@Sun.Com

Constructor Summary
WebApplicationProviderImpl()
           
 
Method Summary
 WebApplication createWebApplication()
          Instantiate a new WebApplication.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebApplicationProviderImpl

public WebApplicationProviderImpl()
Method Detail

createWebApplication

public WebApplication createWebApplication()
                                    throws ContainerException
Description copied from interface: WebApplicationProvider
Instantiate a new WebApplication.

Specified by:
createWebApplication in interface WebApplicationProvider
Returns:
the Web application.
Throws:
ContainerException - if there is an error creating the Web application.


Copyright © 2013 Oracle Corporation. All Rights Reserved.