org.glassfish.jersey.simple
Class SimpleContainerProvider
java.lang.Object
org.glassfish.jersey.simple.SimpleContainerProvider
- All Implemented Interfaces:
- ContainerProvider
public final class SimpleContainerProvider
- extends Object
- implements ContainerProvider
Container Service Provider which provides Simple Container.
- Author:
- Marc.Hadley@Sun.Com, Arul Dhesiaseelan (aruld@acm.org)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleContainerProvider
public SimpleContainerProvider()
createContainer
public <T> T createContainer(Class<T> type,
ApplicationHandler application)
throws javax.ws.rs.ProcessingException
- Specified by:
createContainer in interface ContainerProvider
- Throws:
javax.ws.rs.ProcessingException
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.