016 at 11:27 AM, Erukala Uttam <2311ut...@gmail.com>
> wrote:
> > In this route ,
> >
> > rest(“/sample”).post(“/test”) .description("Health Check route").
> > outType(User.class)
> >
> > .produces("application/json"
In this route ,
rest(“/sample”).post(“/test”) .description("Health Check route").
outType(User.class)
.produces("application/json")
.param().dataType("string").name("id").type(RestParamType.query
).description("partnerId of the Service").required(true)
Look into this :
http://stackoverflow.com/questions/34923767/allowing-cache-header-to-passthrough-the-http-component-in-camel
Please,Can some one suggest a way of doing it.
http://stackoverflow.com/questions/34410649/responsemodel-method-in-restoperationresponsemsgdefinition-of-apache-camel
Can Someone helps me with this...
http://stackoverflow.com/questions/34416205/how-to-write-a-param-with-query-values-of-enum-type-in-camel-2-16