org.glassfish.jersey.simple
Class SimpleContainer

java.lang.Object
  extended by org.glassfish.jersey.simple.SimpleContainer
All Implemented Interfaces:
Container

public final class SimpleContainer
extends Object
implements org.simpleframework.http.core.Container, Container

Simple Jersey HTTP Container.

Author:
Arul Dhesiaseelan (aruld@acm.org)

Method Summary
 ResourceConfig getConfiguration()
           
 void handle(org.simpleframework.http.Request request, org.simpleframework.http.Response response)
           
 void reload()
           
 void reload(ResourceConfig configuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

handle

public void handle(org.simpleframework.http.Request request,
                   org.simpleframework.http.Response response)

getConfiguration

public ResourceConfig getConfiguration()
Specified by:
getConfiguration in interface Container

reload

public void reload()
Specified by:
reload in interface Container

reload

public void reload(ResourceConfig configuration)
Specified by:
reload in interface Container


Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.