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, writeEngineConfigpublic WSDDFileProvider(String filename)
public org.apache.axis.handlers.soap.SOAPService getService(QName qname) throws org.apache.axis.ConfigurationException
getService in interface org.apache.axis.EngineConfigurationgetService in class org.apache.axis.configuration.FileProviderqname - the name of the serviceorg.apache.axis.ConfigurationExceptionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.