@Path(value="/EchoService") public class EchoService extends Object
| Constructor and Description |
|---|
EchoService() |
@POST @Path(value="echo") @Consumes(value="text/plain") @Produces(value="text/plain") public String echo(String body)
@POST @Path(value="fileecho") @Consumes(value="text/plain") @Produces(value="text/plain") public String fileWrite(String body) throws InterruptedException, IOException
InterruptedExceptionIOExceptionCopyright © 2017 WSO2. All rights reserved.