org.glassfish.jersey.simple
Class SimpleContainerProvider

java.lang.Object
  extended by 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)

Constructor Summary
SimpleContainerProvider()
           
 
Method Summary
<T> T
createContainer(Class<T> type, ApplicationHandler application)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleContainerProvider

public SimpleContainerProvider()
Method Detail

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.