Re: Able to read Swagger schema model from a json file instead of creating a POJO.

2016-01-28 Thread Erukala Uttam
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"

Able to read Swagger schema model from a json file instead of creating a POJO.

2016-01-28 Thread Erukala Uttam
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)

Automatically reading Cache-Control and other Header from the HTTP Component .

2016-01-21 Thread Erukala Uttam
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.

ResponseModel Method in RestOperationResponseMsgDefinition of Apache camel

2015-12-23 Thread Erukala Uttam
http://stackoverflow.com/questions/34410649/responsemodel-method-in-restoperationresponsemsgdefinition-of-apache-camel

How to write a param with query values of enum type in camel 2.16

2015-12-22 Thread Erukala Uttam
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