Re: cxfrs: GET and POST handling in bean

2012-08-15 Thread Sergey Beryozkin
ntric components may offer something too Cheers, Sergey -- View this message in context: http://camel.465427.n5.nabble.com/cxfrs-GET-and-POST-handling-in-bean-tp5717342p5717362.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: cxfrs: GET and POST handling in bean

2012-08-14 Thread paramjyotsingh
similar thing when i expose restful service using camel route and have multiple service methods defined/declared. -- View this message in context: http://camel.465427.n5.nabble.com/cxfrs-GET-and-POST-handling-in-bean-tp5717342p5717362.html Sent from the Camel - Users mailing list archive at

Re: cxfrs: GET and POST handling in bean

2012-08-14 Thread Willem jiang
quot;) int id, String name){ > // logic to update name > } > } > > Now, in this case camel only uses these methods to expose service, these are > not actually invoked. > > In ServiceBean class how should i write methods corresponding for GET and > POST methods. > >

cxfrs: GET and POST handling in bean

2012-08-14 Thread paramjyotsingh
ed. In ServiceBean class how should i write methods corresponding for GET and POST methods. Please help. -- View this message in context: http://camel.465427.n5.nabble.com/cxfrs-GET-and-POST-handling-in-bean-tp5717342.html Sent from the Camel - Users mailing list archive at Nabble.com.