Class App
- java.lang.Object
-
- org.glassfish.jersey.examples.managedclient.App
-
public class App extends Object
Jersey programmatic managed client example application.- Author:
- Marek Potociar
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApp.MyClientAConfigstatic classApp.MyClientBConfig
-
Constructor Summary
Constructors Constructor Description App()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.glassfish.jersey.server.ResourceConfigcreate()Create JAX-RS application for the example.static voidmain(String[] args)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
create
public static org.glassfish.jersey.server.ResourceConfig create()
Create JAX-RS application for the example.- Returns:
- create JAX-RS application for the example.
-
-