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 Options();
   options.setProperty(Constants.Configuration.ENABLE_REST,
   Constants.VALUE_TRUE);
 
 This looks like java; is there a javadoc on class Options (not to mention
 Constants and Configuration)?  Or if it's perl, perldoc?
 
 thanks in advance,
 dave
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 




signature.asc
Description: OpenPGP digital signature


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,
Constants.VALUE_TRUE);

This looks like java; is there a javadoc on class Options (not to mention
Constants and Configuration)?  Or if it's perl, perldoc?

thanks in advance,
dave

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 = new Options();
options.setProperty(Constants.Configuration.ENABLE_REST,
Constants.VALUE_TRUE);

This looks like java; is there a javadoc on class Options (not to  
mention

Constants and Configuration)?  Or if it's perl, perldoc?

thanks in advance,
dave

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]