Re: options.setProperty() documentation?

2006-08-19 Thread Eran Chinthaka
http://www.wso2.net/articles/axis2/java/2006/08/01/client-api-parameters David C Leung wrote: > I've been perusing the archives for info on turning chunking off, and I > saw these references: > > options.setProperty(MessageContext.CHUNKED, "false") > > and > > Options options = new

Re: options.setProperty() documentation?

2006-08-18 Thread Michele Mazzucco
http://www.wso2.net/kb/209 Hope this will help, Michele On 18 Aug 2006, at 16:02, David C Leung wrote: I've been perusing the archives for info on turning chunking off, and I saw these references: options.setProperty(MessageContext.CHUNKED, "false") and Options options =

options.setProperty() documentation?

2006-08-18 Thread David C Leung
I've been perusing the archives for info on turning chunking off, and I saw these references: options.setProperty(MessageContext.CHUNKED, "false") and Options options = new Options(); options.setProperty(Constants.Configuration.ENABLE_REST, Con