bexee.axis
Class BexeeWSDDProvider
java.lang.Object
org.apache.axis.deployment.wsdd.WSDDProvider
bexee.axis.BexeeWSDDProvider
- public class BexeeWSDDProvider
- extends org.apache.axis.deployment.wsdd.WSDDProvider
Provides a mean of how this provider can be referenced in a wsdd.
Example:
<service name="provider" provider="java:BexeeProvider">
- Version:
- $Revision: 1.1 $, $Date: 2004/12/15 14:18:15 $
- Author:
- Patric Fornasier, Pawel Kowalski
Fields inherited from class org.apache.axis.deployment.wsdd.WSDDProvider |
log |
Method Summary |
java.lang.String |
getName()
The name of this provider. |
org.apache.axis.Handler |
newProviderInstance(org.apache.axis.deployment.wsdd.WSDDService service,
org.apache.axis.EngineConfiguration registry)
Creates a new instance of this provider. |
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 |
BexeeWSDDProvider
public BexeeWSDDProvider()
newProviderInstance
public org.apache.axis.Handler newProviderInstance(org.apache.axis.deployment.wsdd.WSDDService service,
org.apache.axis.EngineConfiguration registry)
throws java.lang.Exception
- Creates a new instance of this provider.
- Throws:
java.lang.Exception
getName
public java.lang.String getName()
- The name of this provider.
- Returns:
- returns a String "
BexeeProvider
"
Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.