Package org.wso2.msf4j.example
Class TraceableService
- java.lang.Object
-
- org.wso2.msf4j.example.TraceableService
-
@Path("/service") public class TraceableService extends java.lang.ObjectTraceableService resource class.
-
-
Constructor Summary
Constructors Constructor Description TraceableService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaaaaEndpoint()java.lang.StringbbbbEndpoint()java.lang.StringccccEndpoint()java.lang.StringddddEndpoint()java.lang.StringeeeeEndpoint()java.lang.StringffffEndpoint()java.lang.StringggggEndpoint()
-
-
-
Method Detail
-
aaaaEndpoint
@GET @Path("/aaaa") public java.lang.String aaaaEndpoint() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
bbbbEndpoint
@GET @Path("/bbbb") public java.lang.String bbbbEndpoint() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
ccccEndpoint
@GET @Path("/cccc") public java.lang.String ccccEndpoint() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
ddddEndpoint
@GET @Path("/dddd") public java.lang.String ddddEndpoint() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
eeeeEndpoint
@GET @Path("/eeee") public java.lang.String eeeeEndpoint() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
ffffEndpoint
@GET @Path("/ffff") public java.lang.String ffffEndpoint() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
ggggEndpoint
@GET @Path("/gggg") public java.lang.String ggggEndpoint() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
-