Class MyApplication
- java.lang.Object
-
- jakarta.ws.rs.core.Application
-
- org.glassfish.jersey.server.ResourceConfig
-
- org.glassfish.jersey.examples.managedclient.MyApplication
-
- All Implemented Interfaces:
Configurable<org.glassfish.jersey.server.ResourceConfig>,Configuration,org.glassfish.jersey.ExtendedConfig,org.glassfish.jersey.server.ServerConfig
public class MyApplication extends org.glassfish.jersey.server.ResourceConfigJersey managed client example application.- Author:
- Marek Potociar
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMyApplication.MyClientAConfigstatic classMyApplication.MyClientBConfig
-
Constructor Summary
Constructors Constructor Description 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, getApplicationName, getApplicationPath, getClasses, getClassLoader, getConfiguration, getContracts, getInstances, getProperties, getProperty, getPropertyNames, getResources, getRuntimeType, getSingletons, hasProperty, isEnabled, isEnabled, isProperty, isRegistered, isRegistered, packages, packages, packages, property, register, register, register, register, register, register, register, register, registerClasses, registerClasses, registerFinder, registerInstances, registerInstances, registerResources, registerResources, setApplicationName, setClassLoader, setProperties
-
-