|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.configuration.FileProvider
org.mule.providers.soap.axis.extensions.WSDDFileProvider
Override the File provider to stop exceptions being thrown in Axis if the service does not exist. Mule adds services after the WSDD has been loaded.
Field Summary |
Fields inherited from class org.apache.axis.configuration.FileProvider |
log |
Fields inherited from interface org.apache.axis.EngineConfiguration |
PROPERTY_NAME |
Constructor Summary | |
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. |
Method Summary | |
org.apache.axis.handlers.soap.SOAPService |
getService(javax.xml.namespace.QName qname)
retrieve an instance of the named service |
Methods inherited from class org.apache.axis.configuration.FileProvider |
configureEngine, getDeployedServices, getDeployment, getGlobalOptions, getGlobalRequest, getGlobalResponse, getHandler, getRoles, getServiceByNamespaceURI, getTransport, getTypeMappingRegistry, setDeployment, setInputStream, setSearchClasspath, writeEngineConfig |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WSDDFileProvider(String filename)
public WSDDFileProvider(String basepath, String filename) throws org.apache.axis.ConfigurationException
Method Detail |
public org.apache.axis.handlers.soap.SOAPService getService(javax.xml.namespace.QName qname) throws org.apache.axis.ConfigurationException
qname
- the name of the service
org.apache.axis.ConfigurationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |