org.opentox.pol
Class PolWebApp

Package class diagram package PolWebApp
java.lang.Object
  extended by javax.ws.rs.core.Application
      extended by org.opentox.pol.PolWebApp

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


Constructor Summary
PolWebApp()
          Create the singleton service implementation
 
Method Summary
 Set<Class<?>> getClasses()
           
 Set<Object> getSingletons()
          Methods used to discover the JAX-RS service objects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolWebApp

public PolWebApp()
Create the singleton service implementation

Method Detail

getSingletons

public Set<Object> getSingletons()
Methods used to discover the JAX-RS service objects

Overrides:
getSingletons in class javax.ws.rs.core.Application

getClasses

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


Copyright © 2010-2011 OpenTox project. All Rights Reserved.