@Path(value="echo") public class EchoService extends Object
EchoService()
Echo
echo(String original)
echoEcho(Echo original)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EchoService()
@Produces(value="application/json") @Path(value="{sound}") @GET public Echo echo(@PathParam(value="sound") String original)
@Consumes(value="application/json") @Produces(value="application/json") @POST @Path(value="echo") public Echo echoEcho(Echo original)
Copyright © 2017–2018 earcam. All rights reserved.