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