I'm using this context with function in axis2 services, and services are at 
"application" level. Do they thread-safe ?

serviceContext.setProperty("property", propertyValue);


ServiceContext serviceContext = 
MessageContext.getCurrentMessageContext().getServiceContext();
String  property= (String) serviceContext.getProperty("property");
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to