org.glassfish.jersey.examples.osgi.helloworld.resource
Class AnotherResource
java.lang.Object
org.glassfish.jersey.examples.osgi.helloworld.resource.AnotherResource
@Path(value="/another")
public class AnotherResource
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnotherResource
public AnotherResource()
getAnotherMessage
@GET
@Produces(value="text/plain")
public String getAnotherMessage()
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.