@Path(value="time") public interface TimeService extends org.wildfly.swarm.client.jaxrs.ServiceClient<TimeService>
| Modifier and Type | Method and Description |
|---|---|
String |
addMessage(String time) |
String |
getTime() |
String |
getTimeForZone(String zoneId) |
String |
hello(String name) |
@GET @Path(value="default") @Produces(value="text/plain") String getTime()
@GET @Path(value="tz") @Produces(value="text/plain") String getTimeForZone(@QueryParam(value="zoneId") String zoneId)
@GET @Path(value="message") @Produces(value="text/plain") String addMessage(@QueryParam(value="time") String time)
Copyright © 2017 JBoss by Red Hat. All rights reserved.