|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectFileProvider
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.
| 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 | |
SOAPService |
getService(QName qname)
retrieve an instance of the named service |
| 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 ConfigurationException
| Method Detail |
public SOAPService getService(QName qname)
throws ConfigurationException
qname - the name of the service
org.apache.axis.ConfigurationException
ConfigurationException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||