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
LOG-DONE
A WSRF Wsdd Provider Factory for use in Axis.
WSDDProvider
- Author:
- Sal Campana
Field Summary |
static java.lang.String |
PROVIDER_WSRF
Provider Name for use in the servier-config.wsdd file (i.e. |
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_WSRF
public static final java.lang.String PROVIDER_WSRF
- Provider Name for use in the servier-config.wsdd file (i.e. 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.