org.apache.axis.configuration
public class DirProvider extends Object implements WSDDEngineConfiguration
| Field Summary | |
|---|---|
| protected static Log | log |
| Constructor Summary | |
|---|---|
| DirProvider(String basepath) | |
| DirProvider(String basepath, String configFile) | |
| Method Summary | |
|---|---|
| void | configureEngine(AxisEngine engine) |
| Iterator | getDeployedServices()
Get an enumeration of the services deployed to this engine |
| WSDDDeployment | getDeployment() |
| Hashtable | getGlobalOptions()
Returns the global configuration options. |
| Handler | getGlobalRequest()
Returns a global request handler. |
| Handler | getGlobalResponse()
Returns a global response handler. |
| Handler | getHandler(QName qname)
retrieve an instance of the named handler |
| List | getRoles()
Get a list of roles that this engine plays globally. |
| SOAPService | getService(QName qname)
retrieve an instance of the named service |
| SOAPService | getServiceByNamespaceURI(String namespace)
Get a service which has been mapped to a particular namespace
|
| Handler | getTransport(QName qname)
retrieve an instance of the named transport |
| TypeMappingRegistry | getTypeMappingRegistry() |
| void | writeEngineConfig(AxisEngine engine)
Save the engine configuration. |
Parameters: qname XXX
Returns: XXX
Throws: ConfigurationException XXX
Returns: a List of the roles for this engine
Parameters: qname XXX
Returns: XXX
Throws: ConfigurationException XXX
Parameters: namespace a namespace URI
Returns: an instance of the appropriate Service, or null
Parameters: qname XXX
Returns: XXX
Throws: ConfigurationException XXX