org.glassfish.jersey.examples.osgi.helloworld
Class AnotherResource

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

@Path(value="/another")
public class AnotherResource
extends Object


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

Constructor Detail

AnotherResource

public AnotherResource()
Method Detail

getAnotherMessage

public String getAnotherMessage()


Copyright © 2012. All Rights Reserved.