Providers properties
"Jacques-Olivier Goussard" <[email protected]>
| Newsgroups | gmane.comp.apache.webservices.wsif.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi
I recently realized that WSIF does not provide any
non-AXISProvider specific way to set the timeout on the
Call.
I would like to know what's the opinion here about having
a generic way to set properties on providers. Like
a setContext(HashMap) kind of thing.
This would be used to propagate AXIS specific settings
(the timeout), but could also be used to set properties
of the created instance in a Java binding case.
I would be willing to implement this of course.
/jog