eu.scape_project.watch.rest
Class WatchApplication

java.lang.Object
  extended by javax.ws.rs.core.Application
      extended by eu.scape_project.watch.rest.WatchApplication

public class WatchApplication
extends javax.ws.rs.core.Application

JAX-RS Application that lists all the resources. This is necessary for the Jersey Test Framework.

Author:
Luis Faria

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

Constructor Detail

WatchApplication

public WatchApplication()
Method Detail

getClasses

public Set<Class<?>> getClasses()
Overrides:
getClasses in class javax.ws.rs.core.Application


Copyright © 2012 SCAPE. All Rights Reserved.