public class WSDLContext extends Object
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)
Modifier and Type | Field and Description |
---|---|
ErrorReporter |
errorReporter |
ExtensionRegistry |
extensionRegistry |
URIResolver |
uriResolver |
WSDLFactory |
wsdlFactory |
public final WSDLFactory wsdlFactory
public final ErrorReporter errorReporter
public final ExtensionRegistry extensionRegistry
public final URIResolver uriResolver
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.