org.glassfish.jersey.jetty
Class JettyHttpContainerProvider
java.lang.Object
org.glassfish.jersey.jetty.JettyHttpContainerProvider
- All Implemented Interfaces:
- ContainerProvider
public class JettyHttpContainerProvider
- extends Object
- implements ContainerProvider
Container Service Provider which provides Jetty Container.
- Author:
- Arul Dhesiaseelan (aruld@acm.org)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JettyHttpContainerProvider
public JettyHttpContainerProvider()
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-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.