@Path(value="/hr")
public interface Hr
| Modifier and Type | Interface and Description |
|---|---|
static class |
Hr.GetHrResponse |
| Modifier and Type | Method and Description |
|---|---|
Hr.GetHrResponse |
getHr() |
void |
putHr(Person entity) |
@GET @Produces(value="application/xml") Hr.GetHrResponse getHr()
@PUT @Consumes(value="application/xml") void putHr(Person entity)
Copyright © 2019 Mulesoft. All rights reserved.