@Path(value="/service") public class TraceableService extends Object
| Constructor and Description |
|---|
TraceableService() |
| Modifier and Type | Method and Description |
|---|---|
String |
aaaaEndpoint() |
String |
bbbbEndpoint() |
String |
ccccEndpoint() |
String |
ddddEndpoint() |
String |
eeeeEndpoint() |
String |
ffffEndpoint() |
String |
ggggEndpoint() |
@GET @Path(value="/aaaa") public String aaaaEndpoint() throws InterruptedException
InterruptedException@GET @Path(value="/bbbb") public String bbbbEndpoint() throws InterruptedException
InterruptedException@GET @Path(value="/cccc") public String ccccEndpoint() throws InterruptedException
InterruptedException@GET @Path(value="/dddd") public String ddddEndpoint() throws InterruptedException
InterruptedException@GET @Path(value="/eeee") public String eeeeEndpoint() throws InterruptedException
InterruptedException@GET @Path(value="/ffff") public String ffffEndpoint() throws InterruptedException
InterruptedException@GET @Path(value="/gggg") public String ggggEndpoint() throws InterruptedException
InterruptedExceptionCopyright © 2025 WSO2. All rights reserved.