uriResolver
property (as this is set by the WSDLReader, not the factory). Within the finer grained context of a WSDLReader, the uriResolver
property will reference the resolver used by the reader and if the reader's extension registry reference changes, the extensionRegistry
property will reflect that new reference.
TODO if this needs to be made public on the API, either keep it as an immutable data object as-is, or create an API interface called WSDLContext with getters instead of public variables and create an implementation class called WSDLContextImpl.
TODO check for use cases that break the WSDLFactory context concept (ie WSDLReader.setFactoryImplName).
TODO decide if anything else should be kept here (e.g. woden feats & props, Description factory)
@author John Kaputin (jkaputin@apache.org)
|
|