com.sun.jersey.server.impl.container
Class WebApplicationProviderImpl
java.lang.Object
com.sun.jersey.server.impl.container.WebApplicationProviderImpl
- All Implemented Interfaces:
- WebApplicationProvider
public class WebApplicationProviderImpl
- extends Object
- implements WebApplicationProvider
- Author:
- Paul.Sandoz@Sun.Com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebApplicationProviderImpl
public WebApplicationProviderImpl()
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.