public class ServiceHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ERR_PERSON_X_NOT_FOUND |
| Constructor and Description |
|---|
ServiceHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
deletePerson(String id,
org.apache.camel.Exchange exchange) |
void |
getPerson(String id,
org.apache.camel.Exchange exchange) |
void |
init() |
Person |
putPerson(Person person) |
public static final String ERR_PERSON_X_NOT_FOUND
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.