org.glassfish.jersey.examples.managedclient
Class InternalResource
java.lang.Object
org.glassfish.jersey.examples.managedclient.InternalResource
@Path(value="internal")
public class InternalResource
- extends Object
Internal resource accessed from the managed client resource.
- Author:
- Marek Potociar (marek.potociar at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InternalResource
public InternalResource()
getA
@Path(value="a")
@CustomHeaderFeature.Require(headerName="custom-header",
headerValue="a")
public String getA()
getB
@Path(value="b")
@CustomHeaderFeature.Require(headerName="custom-header",
headerValue="b")
public String getB()
Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.