@Path("/class")
public class ClassResource
extends Object
-
Field Summary
Fields
(package private) org.apache.camel.ProducerTemplate
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
template
@Inject
org.apache.camel.ProducerTemplate template
-
Constructor Details
-
ClassResource
public ClassResource()
-
Method Details
-
firstName
@Path("/firstName")
@POST
@Consumes("application/json")
public String firstName(Employee employee)
-
greet
@Path("/greet/{greeting}")
@POST
@Consumes("application/json")
public String greet(Employee employee,
@PathParam("greeting")
String greeting)