org.glassfish.jersey.examples.managedclient
Class MyApplication

java.lang.Object
  extended by javax.ws.rs.core.Application
      extended by org.glassfish.jersey.server.ResourceConfig
          extended by org.glassfish.jersey.examples.managedclient.MyApplication
All Implemented Interfaces:
Configurable<ResourceConfig>, Configuration, ExtendedConfig, ServerConfig

public class MyApplication
extends ResourceConfig

Jersey managed client example application.

Author:
Marek Potociar (marek.potociar at oracle.com)

Nested Class Summary
static class MyApplication.MyClientAConfig
           
static class MyApplication.MyClientBConfig
           
 
Constructor Summary
MyApplication()
          Create JAX-RS application for the example.
 
Method Summary
 
Methods inherited from class org.glassfish.jersey.server.ResourceConfig
addProperties, files, files, forApplication, forApplicationClass, forApplicationClass, getApplication, getClasses, getClassLoader, getConfiguration, getContracts, getInstances, getProperties, getProperty, getPropertyNames, getResources, getRuntimeType, getSingletons, isEnabled, isEnabled, isProperty, isRegistered, isRegistered, packages, packages, property, register, register, register, register, register, register, register, register, registerClasses, registerClasses, registerFinder, registerInstances, registerInstances, registerResources, registerResources, replaceWith, setClassLoader, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyApplication

public MyApplication()
Create JAX-RS application for the example.



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