org.alfresco.repo.webservice.axis
Class WSDDSpringBeanRPCProvider
java.lang.Object
org.apache.axis.deployment.wsdd.WSDDProvider
org.alfresco.repo.webservice.axis.WSDDSpringBeanRPCProvider
public class WSDDSpringBeanRPCProvider
- extends org.apache.axis.deployment.wsdd.WSDDProvider
Provider class loaded by Axis, used to identify and
create an instance of our SpringRPC provider which in
turn loads service endpoints from Spring configured beans
- See Also:
SpringBeanRPCProvider
Fields inherited from class org.apache.axis.deployment.wsdd.WSDDProvider |
log |
Method Summary |
java.lang.String |
getName()
|
org.apache.axis.Handler |
newProviderInstance(org.apache.axis.deployment.wsdd.WSDDService service,
org.apache.axis.EngineConfiguration registry)
|
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 |
WSDDSpringBeanRPCProvider
public WSDDSpringBeanRPCProvider()
newProviderInstance
public org.apache.axis.Handler newProviderInstance(org.apache.axis.deployment.wsdd.WSDDService service,
org.apache.axis.EngineConfiguration registry)
throws java.lang.Exception
- Specified by:
newProviderInstance
in class org.apache.axis.deployment.wsdd.WSDDProvider
- Throws:
java.lang.Exception
- See Also:
WSDDProvider.newProviderInstance(org.apache.axis.deployment.wsdd.WSDDService, org.apache.axis.EngineConfiguration)
getName
public java.lang.String getName()
- Specified by:
getName
in class org.apache.axis.deployment.wsdd.WSDDProvider
- See Also:
WSDDProvider.getName()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.