protected static class SPSProxyHelper.ResourceProvider
extends java.lang.Object
implements org.apache.axis.WSDDEngineConfiguration
| Constructor and Description |
|---|
ResourceProvider(java.lang.Class resourceClass,
java.lang.String resourceName)
Constructor setting the resource name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
configureEngine(org.apache.axis.AxisEngine engine) |
java.util.Iterator |
getDeployedServices()
Get an enumeration of the services deployed to this engine
|
org.apache.axis.deployment.wsdd.WSDDDeployment |
getDeployment() |
java.util.Hashtable |
getGlobalOptions()
Returns the global configuration options.
|
org.apache.axis.Handler |
getGlobalRequest()
Returns a global request handler.
|
org.apache.axis.Handler |
getGlobalResponse()
Returns a global response handler.
|
org.apache.axis.Handler |
getHandler(javax.xml.namespace.QName qname)
retrieve an instance of the named handler
|
java.util.List |
getRoles()
Get a list of roles that this engine plays globally.
|
org.apache.axis.handlers.soap.SOAPService |
getService(javax.xml.namespace.QName qname)
retrieve an instance of the named service
|
org.apache.axis.handlers.soap.SOAPService |
getServiceByNamespaceURI(java.lang.String namespace)
Get a service which has been mapped to a particular namespace
|
org.apache.axis.Handler |
getTransport(javax.xml.namespace.QName qname)
retrieve an instance of the named transport
|
org.apache.axis.encoding.TypeMappingRegistry |
getTypeMappingRegistry() |
void |
writeEngineConfig(org.apache.axis.AxisEngine engine) |
public ResourceProvider(java.lang.Class resourceClass,
java.lang.String resourceName)
public org.apache.axis.deployment.wsdd.WSDDDeployment getDeployment()
getDeployment in interface org.apache.axis.WSDDEngineConfigurationpublic void configureEngine(org.apache.axis.AxisEngine engine)
throws org.apache.axis.ConfigurationException
configureEngine in interface org.apache.axis.EngineConfigurationorg.apache.axis.ConfigurationExceptionpublic void writeEngineConfig(org.apache.axis.AxisEngine engine)
throws org.apache.axis.ConfigurationException
writeEngineConfig in interface org.apache.axis.EngineConfigurationorg.apache.axis.ConfigurationExceptionpublic org.apache.axis.Handler getHandler(javax.xml.namespace.QName qname)
throws org.apache.axis.ConfigurationException
getHandler in interface org.apache.axis.EngineConfigurationqname - XXXorg.apache.axis.ConfigurationException - XXXpublic org.apache.axis.handlers.soap.SOAPService getService(javax.xml.namespace.QName qname)
throws org.apache.axis.ConfigurationException
getService in interface org.apache.axis.EngineConfigurationqname - XXXorg.apache.axis.ConfigurationException - XXXpublic org.apache.axis.handlers.soap.SOAPService getServiceByNamespaceURI(java.lang.String namespace)
throws org.apache.axis.ConfigurationException
getServiceByNamespaceURI in interface org.apache.axis.EngineConfigurationnamespace - a namespace URIorg.apache.axis.ConfigurationExceptionpublic org.apache.axis.Handler getTransport(javax.xml.namespace.QName qname)
throws org.apache.axis.ConfigurationException
getTransport in interface org.apache.axis.EngineConfigurationqname - XXXorg.apache.axis.ConfigurationException - XXXpublic org.apache.axis.encoding.TypeMappingRegistry getTypeMappingRegistry()
throws org.apache.axis.ConfigurationException
getTypeMappingRegistry in interface org.apache.axis.EngineConfigurationorg.apache.axis.ConfigurationExceptionpublic org.apache.axis.Handler getGlobalRequest()
throws org.apache.axis.ConfigurationException
getGlobalRequest in interface org.apache.axis.EngineConfigurationorg.apache.axis.ConfigurationExceptionpublic org.apache.axis.Handler getGlobalResponse()
throws org.apache.axis.ConfigurationException
getGlobalResponse in interface org.apache.axis.EngineConfigurationorg.apache.axis.ConfigurationExceptionpublic java.util.Hashtable getGlobalOptions()
throws org.apache.axis.ConfigurationException
getGlobalOptions in interface org.apache.axis.EngineConfigurationorg.apache.axis.ConfigurationExceptionpublic java.util.Iterator getDeployedServices()
throws org.apache.axis.ConfigurationException
getDeployedServices in interface org.apache.axis.EngineConfigurationorg.apache.axis.ConfigurationExceptionpublic java.util.List getRoles()
getRoles in interface org.apache.axis.EngineConfigurationList of the roles for this engine