org.overlord.sramp.server.atom.services
Class SRAMPApplication

java.lang.Object
  extended by javax.ws.rs.core.Application
      extended by 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).


Constructor Summary
SRAMPApplication()
          Constructor.
 
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

SRAMPApplication

public SRAMPApplication()
Constructor.

Method Detail

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.