fr.opensagres.xdocreport.remoting.converter.server
Class ConverterApplication

java.lang.Object
  extended by javax.ws.rs.core.Application
      extended by fr.opensagres.xdocreport.remoting.converter.server.ConverterApplication

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

JAX-RS Application to register the ConverterServiceImpl.


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

ConverterApplication

public ConverterApplication()
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 © 2013. All rights reserved.