|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.glassfish.jersey.examples.managedclient.InternalResource
@Path(value="internal") public class InternalResource
Internal resource accessed from the managed client resource.
| Constructor Summary | |
|---|---|
InternalResource()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getA()
|
java.lang.String |
getB()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InternalResource()
| Method Detail |
|---|
@GET
@Path(value="a")
@CustomHeaderFeature.Require(headerName="custom-header",
headerValue="a")
public java.lang.String getA()
@GET
@Path(value="b")
@CustomHeaderFeature.Require(headerName="custom-header",
headerValue="b")
public java.lang.String getB()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||