javax.ws.rs.core
Class Application

java.lang.Object
  extended by javax.ws.rs.core.Application

public class Application
extends Object


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

Constructor Detail

Application

public Application()
Method Detail

getClasses

public Set<Class<?>> getClasses()

getSingletons

public Set<Object> getSingletons()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.