org.apache.ws.resource.handler.axis
Class ResourceProviderFactory
java.lang.Object
org.apache.axis.deployment.wsdd.WSDDProvider
org.apache.ws.resource.handler.axis.ResourceProviderFactory
- public class ResourceProviderFactory
- extends org.apache.axis.deployment.wsdd.WSDDProvider
An Axis WSDDProvider
that acts as a factory for ResourceProvider
instances.
- Author:
- Sal Campana, Ian Springer
Field Summary |
static java.lang.String |
PROVIDER_NAME
Provider Name for use in the server-config.wsdd file (e.g. |
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 |
PROVIDER_NAME
public static final java.lang.String PROVIDER_NAME
- Provider Name for use in the server-config.wsdd file (e.g. provider="java:WSRF").
- See Also:
- Constant Field Values
ResourceProviderFactory
public ResourceProviderFactory()
getName
public java.lang.String getName()
- See Also:
WSDDProvider.getName()
newProviderInstance
public org.apache.axis.Handler newProviderInstance(org.apache.axis.deployment.wsdd.WSDDService service,
org.apache.axis.EngineConfiguration registry)
throws java.lang.Exception
- Throws:
java.lang.Exception
- See Also:
WSDDProvider.newProviderInstance(WSDDService, EngineConfiguration)
Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.