Hi every one,

                          How can we pass collections or arrays as query
param , below is my method signature
@GET
        @Path("/getSum")
        public Response getSum(@QueryParam(value="arg1") int [] arg1) {
//}

thanks

--
View this message in context: 
http://cxf.547215.n5.nabble.com/how-to-pass-collection-objects-or-arrays-query-params-in-restfull-tp4506434p4506434.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to