org.glassfish.jersey.examples.helloworld.jaxrs
Class App
java.lang.Object
org.glassfish.jersey.examples.helloworld.jaxrs.App
public class App
- extends Object
Hello world application using only the standard JAX-RS API and lightweight HTTP server bundled in JDK.
- Author:
- Martin Matula (martin.matula at oracle.com)
|
Constructor Summary |
App()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
App
public App()
main
public static void main(String[] args)
throws IOException
- Throws:
IOException
getBaseURI
public static URI getBaseURI()
- Gets base
URI.
- Returns:
- base
URI.
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.