org.glassfish.jersey.examples.managedclient
Class App

java.lang.Object
  extended by org.glassfish.jersey.examples.managedclient.App

public class App
extends java.lang.Object

Jersey programmatic managed client example application.

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

Nested Class Summary
static class App.MyClientAConfig
           
static class App.MyClientBConfig
           
 
Constructor Summary
App()
           
 
Method Summary
static ResourceConfig create()
          Create JAX-RS application for the example.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

App

public App()
Method Detail

main

public static void main(java.lang.String[] args)

create

public static ResourceConfig create()
Create JAX-RS application for the example.

Returns:
create JAX-RS application for the example.


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