com.stellent.cis.web.axis.provider
Class SCSWSDDJavaRPCProvider

java.lang.Object
  extended by org.apache.axis.deployment.wsdd.WSDDProvider
      extended by org.apache.axis.deployment.wsdd.providers.WSDDJavaRPCProvider
          extended by com.stellent.cis.web.axis.provider.SCSWSDDJavaRPCProvider

public class SCSWSDDJavaRPCProvider
extends org.apache.axis.deployment.wsdd.providers.WSDDJavaRPCProvider

Factory into the Stellent RCP Provider.


Field Summary
static java.lang.String SCS_RPC_PROVIDER
           
 
Fields inherited from class org.apache.axis.deployment.wsdd.WSDDProvider
log
 
Constructor Summary
SCSWSDDJavaRPCProvider()
           
 
Method Summary
 java.lang.String getName()
           
 org.apache.axis.Handler newProviderInstance(org.apache.axis.deployment.wsdd.WSDDService service, org.apache.axis.EngineConfiguration registry)
          Create a new instance of the SCSRCPProvider class
 
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
 

Field Detail

SCS_RPC_PROVIDER

public static final java.lang.String SCS_RPC_PROVIDER
See Also:
Constant Field Values
Constructor Detail

SCSWSDDJavaRPCProvider

public SCSWSDDJavaRPCProvider()
Method Detail

getName

public java.lang.String getName()
Overrides:
getName in class org.apache.axis.deployment.wsdd.providers.WSDDJavaRPCProvider
Returns:
the name of this provider
See Also:
SCS_RPC_PROVIDER

newProviderInstance

public org.apache.axis.Handler newProviderInstance(org.apache.axis.deployment.wsdd.WSDDService service,
                                                   org.apache.axis.EngineConfiguration registry)
                                            throws java.lang.Exception
Create a new instance of the SCSRCPProvider class

Overrides:
newProviderInstance in class org.apache.axis.deployment.wsdd.providers.WSDDJavaRPCProvider
Throws:
java.lang.Exception