Class WSDDJavaRMIProvider
- java.lang.Object
-
- org.apache.axis.deployment.wsdd.WSDDProvider
-
- org.apache.axis.deployment.wsdd.providers.WSDDJavaRMIProvider
-
public class WSDDJavaRMIProvider extends WSDDProvider
A WSDD RMI provider- Author:
- Davanum Srinivas (dims@yahoo.com)
-
-
Field Summary
-
Fields inherited from class org.apache.axis.deployment.wsdd.WSDDProvider
log
-
-
Constructor Summary
Constructors Constructor Description WSDDJavaRMIProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Handler
newProviderInstance(WSDDService service, EngineConfiguration registry)
-
Methods inherited from class org.apache.axis.deployment.wsdd.WSDDProvider
getInstance, getOperation, getOperations, registerProvider
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in classWSDDProvider
-
newProviderInstance
public Handler newProviderInstance(WSDDService service, EngineConfiguration registry) throws java.lang.Exception
- Specified by:
newProviderInstance
in classWSDDProvider
registry
- XXX- Returns:
- XXX
- Throws:
java.lang.Exception
- XXX
-
-