public class RegistryWSDLLocator extends Object implements org.apache.synapse.util.resolver.UserDefinedWSDLLocator
| Constructor and Description |
|---|
RegistryWSDLLocator() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InputSource |
getBaseInputSource() |
String |
getBaseURI() |
InputSource |
getImportInputSource(String parentLocation,
String relativeLocation)
Resolve a schema or WSDL import.
|
String |
getLatestImportURI() |
void |
init(InputSource baseInputSource,
String baseURI,
org.apache.synapse.util.resolver.ResourceMap resourceMap,
org.apache.synapse.config.SynapseConfiguration synCfg,
String wsdlKey) |
public void init(InputSource baseInputSource, String baseURI, org.apache.synapse.util.resolver.ResourceMap resourceMap, org.apache.synapse.config.SynapseConfiguration synCfg, String wsdlKey)
init in interface org.apache.synapse.util.resolver.UserDefinedWSDLLocatorpublic InputSource getImportInputSource(String parentLocation, String relativeLocation)
ResourceMap object. If this fails (because no
ResourceMap is
configured or because
ResourceMap.resolve(SynapseConfiguration, String) returns null,
it will resolve the location using
SynapseConfigUtils.resolveRelativeURI(String, String).getImportInputSource in interface javax.wsdl.xml.WSDLLocatorpublic String getLatestImportURI()
getLatestImportURI in interface javax.wsdl.xml.WSDLLocatorpublic InputSource getBaseInputSource()
getBaseInputSource in interface javax.wsdl.xml.WSDLLocatorpublic String getBaseURI()
getBaseURI in interface javax.wsdl.xml.WSDLLocatorpublic void close()
close in interface javax.wsdl.xml.WSDLLocatorCopyright © 2019 WSO2. All rights reserved.