org.glassfish.jersey.examples.osgi.helloworld.resource
Class HelloWorldResource

java.lang.Object
  extended by org.glassfish.jersey.examples.osgi.helloworld.resource.HelloWorldResource

@Path(value="/helloworld")
public class HelloWorldResource
extends Object


Constructor Summary
HelloWorldResource()
           
 
Method Summary
 String getClichedMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorldResource

public HelloWorldResource()
Method Detail

getClichedMessage

@GET
@Produces(value="text/plain")
public String getClichedMessage()


Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.