Class WSDDComProvider
- java.lang.Object
-
- org.apache.axis.deployment.wsdd.WSDDProvider
-
- org.apache.axis.deployment.wsdd.providers.WSDDComProvider
-
public class WSDDComProvider extends WSDDProvider
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
OPTION_PROGID
static java.lang.String
OPTION_THREADING_MODEL
-
Fields inherited from class org.apache.axis.deployment.wsdd.WSDDProvider
log
-
-
Constructor Summary
Constructors Constructor Description WSDDComProvider()
-
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
-
-
-
-
Field Detail
-
OPTION_PROGID
public static final java.lang.String OPTION_PROGID
- See Also:
- Constant Field Values
-
OPTION_THREADING_MODEL
public static final java.lang.String OPTION_THREADING_MODEL
- See Also:
- Constant Field Values
-
-
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
-
-