@Path(value="/personservice/") public class PersonService extends Object
| Constructor and Description |
|---|
PersonService() |
| Modifier and Type | Method and Description |
|---|---|
void |
deletePerson(String id) |
org.apache.servicemix.examples.camel.rest.model.Person |
getPerson(String id) |
javax.ws.rs.core.Response |
putPerson(org.apache.servicemix.examples.camel.rest.model.Person person) |
@Path(value="/person/get/{id}/")
public org.apache.servicemix.examples.camel.rest.model.Person getPerson(String id)
@Path(value="/person/post") public javax.ws.rs.core.Response putPerson(org.apache.servicemix.examples.camel.rest.model.Person person)
@Path(value="/person/delete/{id}")
public void deletePerson(String id)
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.