org.overlord.sramp.server.atom.services
Class SRAMPApplication
java.lang.Object
javax.ws.rs.core.Application
org.overlord.sramp.server.atom.services.SRAMPApplication
public class SRAMPApplication
- extends javax.ws.rs.core.Application
The SRAMP RESTEasy application. This is essentially the main entry point into a
RESTEasy application - it provides the resource implementation as well as any other
providers (mappers, etc).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SRAMPApplication
public SRAMPApplication()
- Constructor.
getClasses
public Set<Class<?>> getClasses()
- Overrides:
getClasses in class javax.ws.rs.core.Application
getSingletons
public Set<Object> getSingletons()
- Overrides:
getSingletons in class javax.ws.rs.core.Application
Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.