org.glassfish.jersey.examples.osgihttpservice
Class JerseyApplication

java.lang.Object
  extended by javax.ws.rs.core.Application
      extended by org.glassfish.jersey.examples.osgihttpservice.JerseyApplication

public class JerseyApplication
extends Application


Constructor Summary
JerseyApplication()
           
 
Method Summary
 Set<Class<?>> getClasses()
           
 
Methods inherited from class javax.ws.rs.core.Application
getProperties, getSingletons
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JerseyApplication

public JerseyApplication()
Method Detail

getClasses

public Set<Class<?>> getClasses()
Overrides:
getClasses in class Application


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