org.glassfish.jersey.examples.jackson
Class MyApplication

java.lang.Object
  extended by javax.ws.rs.core.Application
      extended by org.glassfish.jersey.examples.jackson.MyApplication

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

Application descendant. Used to set resource and providers classes.

Author:
Jakub Podlesak

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

MyApplication

public MyApplication()
Method Detail

getClasses

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


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.