org.glassfish.jersey.grizzly2.httpserver
Class GrizzlyHttpContainerProvider

java.lang.Object
  extended by org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainerProvider
All Implemented Interfaces:
ContainerProvider

public class GrizzlyHttpContainerProvider
extends java.lang.Object
implements ContainerProvider

Author:
Jakub Podlesak (jakub.podlesak at oracle.com)

Constructor Summary
GrizzlyHttpContainerProvider()
           
 
Method Summary
<T> T
createContainer(java.lang.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

GrizzlyHttpContainerProvider

public GrizzlyHttpContainerProvider()
Method Detail

createContainer

public <T> T createContainer(java.lang.Class<T> type,
                             ApplicationHandler application)
                  throws ProcessingException
Specified by:
createContainer in interface ContainerProvider
Throws:
ProcessingException


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.