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

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

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


Constructor Summary
AnotherResource()
           
 
Method Summary
 java.lang.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 java.lang.String getAnotherMessage()


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