users@jersey.java.net

Re: [Jersey] Hello World! and Welcome to jersey-multipart

From: Gili <cowwoc_at_bbs.darktech.org>
Date: Thu, 20 Nov 2008 15:07:33 -0800 (PST)

Craig McClanahan wrote:
>
> ClientConfig config = new DefaultClientConfig();
> config.getClasses().add(MultiPartReader.class);
> config.getClasses().add(MultiPartWriter.class);
> config.getClasses().add(MultiPartBeanProvider.class);
> config.getClasses().add(MultiPartConfigProvider.class);
> client = Client.create(config);
>

Hi,

I'm curious, do I still need to manually wire the ClientConfig to use
jersey-multipart on the client?

Gili
-- 
View this message in context: http://n2.nabble.com/Hello-World%21-and-Welcome-to-jersey-multipart-tp1343189p1559405.html
Sent from the Jersey mailing list archive at Nabble.com.