Re: svn commit: r1343446

2012-05-29 Thread Sergey Beryozkin
Hi Willem I'd really prefer us discussing updates like this one to the public client API that the CXF JAX-RS runtime offers. I can see you just added 5 or so new JAXRSClientFactory methods. I consider most of them redundant. JAXRSClientFactory is a *utility* factory and is already a bit

Re: svn commit: r1343446

2012-05-29 Thread Sergey Beryozkin
By the way, Willem, if you have any specific preference on how such a single method would like then lets work on it, ping me here or IRC I'm thinking of having the one or max two methods which can take an address, class, and the list of features. JAXRSClientFactory can not take all the

Re: svn commit: r1343446

2012-05-29 Thread Sergey Beryozkin
11 new methods have been introduced, with 3 of the existing methods made to loop by mistake. I have replaced them with a single one that should catch most of the typical cases where setting a features is also required. Also added a similar WebClient factory method. Lets chat next time

Re: svn commit: r1343446

2012-05-29 Thread Willem Jiang
Hi Sergey, JAXRSClientFactory provides the static method to create the proxy or the client. I didn't find a better way to apply the features to all these method by just changing a single method. If you have a better idea, please share it with me. BTW, I just found my commit introduced a

Re: svn commit: r1343446

2012-05-29 Thread Sergey Beryozkin
On 29/05/12 14:07, Willem Jiang wrote: Hi Sergey, JAXRSClientFactory provides the static method to create the proxy or the client. I didn't find a better way to apply the features to all these method by just changing a single method. If you have a better idea, please share it with me. BTW, I