protected static class MeridioWrapper.ResourceProvider extends Object implements org.apache.axis.WSDDEngineConfiguration
Constructor and Description |
---|
MeridioWrapper.ResourceProvider(Class resourceClass,
String resourceName)
Constructor setting the resource name.
|
Modifier and Type | Method and Description |
---|---|
void |
configureEngine(org.apache.axis.AxisEngine engine) |
Iterator |
getDeployedServices()
Get an enumeration of the services deployed to this engine
|
org.apache.axis.deployment.wsdd.WSDDDeployment |
getDeployment() |
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(QName qname)
retrieve an instance of the named handler
|
List |
getRoles()
Get a list of roles that this engine plays globally.
|
org.apache.axis.handlers.soap.SOAPService |
getService(QName qname)
retrieve an instance of the named service
|
org.apache.axis.handlers.soap.SOAPService |
getServiceByNamespaceURI(String namespace)
Get a service which has been mapped to a particular namespace
|
org.apache.axis.Handler |
getTransport(QName qname)
retrieve an instance of the named transport
|
org.apache.axis.encoding.TypeMappingRegistry |
getTypeMappingRegistry() |
void |
writeEngineConfig(org.apache.axis.AxisEngine engine) |
public org.apache.axis.deployment.wsdd.WSDDDeployment getDeployment()
getDeployment
in interface org.apache.axis.WSDDEngineConfiguration
public void configureEngine(org.apache.axis.AxisEngine engine) throws org.apache.axis.ConfigurationException
configureEngine
in interface org.apache.axis.EngineConfiguration
org.apache.axis.ConfigurationException
public void writeEngineConfig(org.apache.axis.AxisEngine engine) throws org.apache.axis.ConfigurationException
writeEngineConfig
in interface org.apache.axis.EngineConfiguration
org.apache.axis.ConfigurationException
public org.apache.axis.Handler getHandler(QName qname) throws org.apache.axis.ConfigurationException
getHandler
in interface org.apache.axis.EngineConfiguration
qname
- XXXorg.apache.axis.ConfigurationException
- XXXpublic org.apache.axis.handlers.soap.SOAPService getService(QName qname) throws org.apache.axis.ConfigurationException
getService
in interface org.apache.axis.EngineConfiguration
qname
- XXXorg.apache.axis.ConfigurationException
- XXXpublic org.apache.axis.handlers.soap.SOAPService getServiceByNamespaceURI(String namespace) throws org.apache.axis.ConfigurationException
getServiceByNamespaceURI
in interface org.apache.axis.EngineConfiguration
namespace
- a namespace URIorg.apache.axis.ConfigurationException
public org.apache.axis.Handler getTransport(QName qname) throws org.apache.axis.ConfigurationException
getTransport
in interface org.apache.axis.EngineConfiguration
qname
- XXXorg.apache.axis.ConfigurationException
- XXXpublic org.apache.axis.encoding.TypeMappingRegistry getTypeMappingRegistry() throws org.apache.axis.ConfigurationException
getTypeMappingRegistry
in interface org.apache.axis.EngineConfiguration
org.apache.axis.ConfigurationException
public org.apache.axis.Handler getGlobalRequest() throws org.apache.axis.ConfigurationException
getGlobalRequest
in interface org.apache.axis.EngineConfiguration
org.apache.axis.ConfigurationException
public org.apache.axis.Handler getGlobalResponse() throws org.apache.axis.ConfigurationException
getGlobalResponse
in interface org.apache.axis.EngineConfiguration
org.apache.axis.ConfigurationException
public Hashtable getGlobalOptions() throws org.apache.axis.ConfigurationException
getGlobalOptions
in interface org.apache.axis.EngineConfiguration
org.apache.axis.ConfigurationException
public Iterator getDeployedServices() throws org.apache.axis.ConfigurationException
getDeployedServices
in interface org.apache.axis.EngineConfiguration
org.apache.axis.ConfigurationException
public List getRoles()
getRoles
in interface org.apache.axis.EngineConfiguration
List
of the roles for this engine