public interface UserDefinedWSDLLocator
extends javax.wsdl.xml.WSDLLocator
CustomWSDLLocator
.
Here using WSDLKey, user can perform his/her own mapping between Relativelocation
and Registrypath. User needs to provide a synapse.property call,"synapse.wsdl.resolver"
pointing to the implementation.Modifier and Type | Method and Description |
---|---|
void |
init(InputSource baseInputSource,
String baseURI,
ResourceMap resourceMap,
SynapseConfiguration synCfg,
String wsdlKey)
Initiate the UserDefinedWSDLLocator with the required parameters
|
void init(InputSource baseInputSource, String baseURI, ResourceMap resourceMap, SynapseConfiguration synCfg, String wsdlKey)
baseInputSource
- InputSource "pointed at" the base documentbaseURI
- URI representing the location of the base document.resourceMap
- ResourceMap
objectsynCfg
- SynapseconfigurationwsdlKey
- The registry key of the wsdl fileCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.