public class WSDDFileProvider
extends org.apache.axis.configuration.FileProvider
Constructor and Description |
---|
WSDDFileProvider(String filename)
Constructor which accesses a file in the current directory of the engine or at
an absolute path.
|
WSDDFileProvider(String basepath,
String filename)
Constructor which accesses a file relative to a specific base path.
|
Modifier and Type | Method and Description |
---|---|
org.apache.axis.handlers.soap.SOAPService |
getService(QName qname)
retrieve an instance of the named service
|
configureEngine, getDeployedServices, getDeployment, getGlobalOptions, getGlobalRequest, getGlobalResponse, getHandler, getRoles, getServiceByNamespaceURI, getTransport, getTypeMappingRegistry, setDeployment, setInputStream, setSearchClasspath, writeEngineConfig
public WSDDFileProvider(String filename)
public org.apache.axis.handlers.soap.SOAPService getService(QName qname) throws org.apache.axis.ConfigurationException
getService
in interface org.apache.axis.EngineConfiguration
getService
in class org.apache.axis.configuration.FileProvider
qname
- the name of the serviceorg.apache.axis.ConfigurationException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.