[ http://issues.apache.org/jira/browse/AXIS2-182?page=all ]
Ajith Harshana Ranabahu resolved AXIS2-182:
-------------------------------------------
Resolution: Fixed
Now one can use the _set and _get methods of the stubs to set parameters. These
parameters will be copied to the call (through call.set(...)).
> Setting properties to be available in the context hierarchy by the generated
> stubs
> ----------------------------------------------------------------------------------
>
> Key: AXIS2-182
> URL: http://issues.apache.org/jira/browse/AXIS2-182
> Project: Apache Axis 2.0 (Axis2)
> Type: Improvement
> Components: wsdl
> Reporter: Ruchith Udayanga Fernando
> Assignee: Ajith Harshana Ranabahu
>
> We shoulld be able to set properties at the generated stubs where those
> properties can be used in the handlers of modules. Handlers can access them
> through the message context. Hence the setting of the properties by the stub
> should add them to the context hierarchy.
> org.apache.axis2.clientapi.Call already does this as follows:
> public void set(String key, Object value) {
> serviceContext.getEngineContext().setProperty(key, value);
> }
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira