org.mycore.services.webservices
Class MCRWSDDProvider
java.lang.Object
org.apache.axis.deployment.wsdd.WSDDProvider
org.mycore.services.webservices.MCRWSDDProvider
public class MCRWSDDProvider
- extends org.apache.axis.deployment.wsdd.WSDDProvider
WSDDProvider that returns a MCRRPCProvider with name MCRRPC
- Author:
- Frank Lützenkirchen
| Fields inherited from class org.apache.axis.deployment.wsdd.WSDDProvider |
log |
|
Method Summary |
String |
getName()
|
org.apache.axis.Handler |
newProviderInstance(org.apache.axis.deployment.wsdd.WSDDService arg0,
org.apache.axis.EngineConfiguration arg1)
|
| Methods inherited from class org.apache.axis.deployment.wsdd.WSDDProvider |
getInstance, getOperation, getOperations, registerProvider |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MCRWSDDProvider
public MCRWSDDProvider()
getName
public String getName()
- Specified by:
getName in class org.apache.axis.deployment.wsdd.WSDDProvider
newProviderInstance
public org.apache.axis.Handler newProviderInstance(org.apache.axis.deployment.wsdd.WSDDService arg0,
org.apache.axis.EngineConfiguration arg1)
throws Exception
- Specified by:
newProviderInstance in class org.apache.axis.deployment.wsdd.WSDDProvider
- Throws:
Exception