com.sun.jersey.server.impl.container.grizzly2
Class GrizzlyContainerProvider

java.lang.Object
  extended by com.sun.jersey.server.impl.container.grizzly2.GrizzlyContainerProvider
All Implemented Interfaces:
ContainerProvider<org.glassfish.grizzly.http.server.HttpHandler>

public class GrizzlyContainerProvider
extends Object
implements ContainerProvider<org.glassfish.grizzly.http.server.HttpHandler>

Grizzly 2.0 Jersey container provider.

Author:
Matt Swift

Constructor Summary
GrizzlyContainerProvider()
          Default constructor ensures that HttpRequestProcessor class is loaded.
 
Method Summary
 GrizzlyContainer createContainer(Class<org.glassfish.grizzly.http.server.HttpHandler> type, ResourceConfig resourceConfig, WebApplication application)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrizzlyContainerProvider

public GrizzlyContainerProvider()
Default constructor ensures that HttpRequestProcessor class is loaded.

Method Detail

createContainer

public GrizzlyContainer createContainer(Class<org.glassfish.grizzly.http.server.HttpHandler> type,
                                        ResourceConfig resourceConfig,
                                        WebApplication application)
                                 throws ContainerException

Specified by:
createContainer in interface ContainerProvider<org.glassfish.grizzly.http.server.HttpHandler>
Throws:
ContainerException


Copyright © 2011 Oracle Corporation. All Rights Reserved.