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<ResourceConfig>, Configuration, ApplicationSupplier, ExtendedConfig, ServerConfig

public class MyApplication extends ResourceConfig
Jersey managed client example application.
Author:
Marek Potociar
  • Constructor Details

    • MyApplication

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