| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of ConfigurationException in org.apache.axis | 
| Methods in org.apache.axis that throw ConfigurationException | |
|  Handler | AxisEngine.getGlobalRequest()Get the global request Handler. | 
|  Handler | AxisEngine.getGlobalResponse()Get the global respones Handler. | 
|  void | AxisEngine.refreshGlobalOptions()(Re-)load the global options from the registry. | 
|  void | EngineConfiguration.configureEngine(AxisEngine engine)Configure this AxisEngine using whatever data source we have. | 
|  void | EngineConfiguration.writeEngineConfig(AxisEngine engine)Read the configuration from an engine, and store it somehow. | 
|  Handler | EngineConfiguration.getHandler(QName qname)Retrieve an instance of the named handler. | 
|  SOAPService | EngineConfiguration.getService(QName qname)Retrieve an instance of the named service. | 
|  SOAPService | EngineConfiguration.getServiceByNamespaceURI(java.lang.String namespace)Get a service which has been mapped to a particular namespace. | 
|  Handler | EngineConfiguration.getTransport(QName qname)Retrieve an instance of the named transport. | 
|  TypeMappingRegistry | EngineConfiguration.getTypeMappingRegistry()Retrieve the TypeMappingRegistry for this engine. | 
|  Handler | EngineConfiguration.getGlobalRequest()Returns a global request handler. | 
|  Handler | EngineConfiguration.getGlobalResponse()Returns a global response handler. | 
|  java.util.Hashtable | EngineConfiguration.getGlobalOptions()Returns the global configuration options. | 
|  java.util.Iterator | EngineConfiguration.getDeployedServices()Get an enumeration of the services deployed to this engine. | 
| Uses of ConfigurationException in org.apache.axis.configuration | 
| Methods in org.apache.axis.configuration that throw ConfigurationException | |
|  void | NullProvider.configureEngine(AxisEngine engine) | 
|  void | NullProvider.writeEngineConfig(AxisEngine engine) | 
|  java.util.Hashtable | NullProvider.getGlobalOptions() | 
|  Handler | NullProvider.getGlobalResponse() | 
|  Handler | NullProvider.getGlobalRequest() | 
|  TypeMappingRegistry | NullProvider.getTypeMappingRegistry() | 
|  TypeMapping | NullProvider.getTypeMapping(java.lang.String encodingStyle) | 
|  Handler | NullProvider.getTransport(QName qname) | 
|  SOAPService | NullProvider.getService(QName qname) | 
|  SOAPService | NullProvider.getServiceByNamespaceURI(java.lang.String namespace) | 
|  Handler | NullProvider.getHandler(QName qname) | 
|  java.util.Iterator | NullProvider.getDeployedServices()Get an enumeration of the services deployed to this engine | 
|  void | DirProvider.configureEngine(AxisEngine engine) | 
|  void | DirProvider.writeEngineConfig(AxisEngine engine)Save the engine configuration. | 
|  Handler | DirProvider.getHandler(QName qname)retrieve an instance of the named handler | 
|  SOAPService | DirProvider.getService(QName qname)retrieve an instance of the named service | 
|  SOAPService | DirProvider.getServiceByNamespaceURI(java.lang.String namespace)Get a service which has been mapped to a particular namespace | 
|  Handler | DirProvider.getTransport(QName qname)retrieve an instance of the named transport | 
|  TypeMappingRegistry | DirProvider.getTypeMappingRegistry() | 
|  Handler | DirProvider.getGlobalRequest()Returns a global request handler. | 
|  Handler | DirProvider.getGlobalResponse()Returns a global response handler. | 
|  java.util.Hashtable | DirProvider.getGlobalOptions()Returns the global configuration options. | 
|  java.util.Iterator | DirProvider.getDeployedServices()Get an enumeration of the services deployed to this engine | 
|  void | FileProvider.configureEngine(AxisEngine engine) | 
|  void | FileProvider.writeEngineConfig(AxisEngine engine)Save the engine configuration. | 
|  Handler | FileProvider.getHandler(QName qname)retrieve an instance of the named handler | 
|  SOAPService | FileProvider.getService(QName qname)retrieve an instance of the named service | 
|  SOAPService | FileProvider.getServiceByNamespaceURI(java.lang.String namespace)Get a service which has been mapped to a particular namespace | 
|  Handler | FileProvider.getTransport(QName qname)retrieve an instance of the named transport | 
|  TypeMappingRegistry | FileProvider.getTypeMappingRegistry() | 
|  Handler | FileProvider.getGlobalRequest()Returns a global request handler. | 
|  Handler | FileProvider.getGlobalResponse()Returns a global response handler. | 
|  java.util.Hashtable | FileProvider.getGlobalOptions()Returns the global configuration options. | 
|  java.util.Iterator | FileProvider.getDeployedServices()Get an enumeration of the services deployed to this engine | 
|  void | XMLStringProvider.writeEngineConfig(AxisEngine engine) | 
|  void | XMLStringProvider.configureEngine(AxisEngine engine) | 
|  void | SimpleProvider.configureEngine(AxisEngine engine)Configure an AxisEngine. | 
|  void | SimpleProvider.writeEngineConfig(AxisEngine engine)We don't write ourselves out, so this is a noop. | 
|  java.util.Hashtable | SimpleProvider.getGlobalOptions()Returns the global configuration options. | 
|  Handler | SimpleProvider.getGlobalRequest()Returns a global request handler. | 
|  Handler | SimpleProvider.getGlobalResponse()Returns a global response handler. | 
|  TypeMappingRegistry | SimpleProvider.getTypeMappingRegistry()Get our TypeMappingRegistry. | 
|  TypeMapping | SimpleProvider.getTypeMapping(java.lang.String encodingStyle) | 
|  Handler | SimpleProvider.getTransport(QName qname) | 
|  SOAPService | SimpleProvider.getService(QName qname) | 
|  SOAPService | SimpleProvider.getServiceByNamespaceURI(java.lang.String namespace)Get a service which has been mapped to a particular namespace | 
|  Handler | SimpleProvider.getHandler(QName qname) | 
|  java.util.Iterator | SimpleProvider.getDeployedServices()Get an enumeration of the services deployed to this engine | 
| Constructors in org.apache.axis.configuration that throw ConfigurationException | |
| DirProvider(java.lang.String basepath) | |
| DirProvider(java.lang.String basepath,
            java.lang.String configFile) | |
| FileProvider(java.lang.String basepath,
             java.lang.String filename)Constructor which accesses a file relative to a specific base path. | |
| Uses of ConfigurationException in org.apache.axis.deployment.wsdd | 
| Subclasses of ConfigurationException in org.apache.axis.deployment.wsdd | |
|  class | WSDDException | 
|  class | WSDDNonFatalException | 
| Methods in org.apache.axis.deployment.wsdd that throw ConfigurationException | |
|  Handler | WSDDTargetedChain.makeNewInstance(EngineConfiguration registry) | 
|  Handler | WSDDChain.makeNewInstance(EngineConfiguration registry)Creates a new instance of this Chain | 
|  Handler | WSDDDeployableItem.getInstance(EngineConfiguration registry) | 
| protected  Handler | WSDDDeployableItem.makeNewInstance(EngineConfiguration registry)Creates a new instance of this deployable. | 
|  void | WSDDDeployment.deployToRegistry(WSDDDeployment target) | 
|  Handler | WSDDDeployment.getHandler(QName name)Return an instance of the named handler. | 
|  Handler | WSDDDeployment.getTransport(QName name)Retrieve an instance of the named transport. | 
|  SOAPService | WSDDDeployment.getService(QName name)Retrieve an instance of the named service. | 
|  SOAPService | WSDDDeployment.getServiceByNamespaceURI(java.lang.String namespace) | 
|  void | WSDDDeployment.configureEngine(AxisEngine engine) | 
|  void | WSDDDeployment.writeEngineConfig(AxisEngine engine) | 
|  TypeMapping | WSDDDeployment.getTypeMapping(java.lang.String encodingStyle) | 
|  TypeMappingRegistry | WSDDDeployment.getTypeMappingRegistry() | 
|  Handler | WSDDDeployment.getGlobalRequest() | 
|  Handler | WSDDDeployment.getGlobalResponse() | 
|  java.util.Hashtable | WSDDDeployment.getGlobalOptions() | 
|  java.util.Iterator | WSDDDeployment.getDeployedServices()Get an enumeration of the services deployed to this engine | 
|  Handler | WSDDService.makeNewInstance(EngineConfiguration registry) | 
|  void | WSDDUndeployment.undeployFromRegistry(WSDDDeployment registry) | 
|  org.w3c.dom.Document | WSDDDocument.getDOMDocument()get the deployment as a DOM. | 
|  void | WSDDDocument.deploy(WSDDDeployment registry)do a deploy and/or undeploy, depending on what is in the document. | 
|  void | WSDDGlobalConfiguration.deployToRegistry(WSDDDeployment registry) | 
| Uses of ConfigurationException in org.apache.axis.management | 
| Methods in org.apache.axis.management that throw ConfigurationException | |
| static void | ServiceAdmin.startService(java.lang.String serviceName)Start the Service | 
| static void | ServiceAdmin.stopService(java.lang.String serviceName)Stop the Service | 
| static java.lang.String[] | ServiceAdmin.listServices()List all registered services | 
| Uses of ConfigurationException in org.apache.axis.management.jmx | 
| Methods in org.apache.axis.management.jmx that throw ConfigurationException | |
|  void | ServiceAdministrator.startService(java.lang.String serviceName)Start the Service | 
|  void | ServiceAdministrator.stopService(java.lang.String serviceName)Stop the Service | 
|  java.lang.String[] | DeploymentQueryMBean.listServices()List all registered services | 
|  java.lang.String[] | DeploymentQuery.listServices()List all registered services | 
|  void | ServiceAdministratorMBean.startService(java.lang.String serviceName)Start the Service | 
|  void | ServiceAdministratorMBean.stopService(java.lang.String serviceName)Stop the Service | 
| Uses of ConfigurationException in org.apache.axis.transport.http | 
| Methods in org.apache.axis.transport.http that throw ConfigurationException | |
| protected  void | AutoRegisterServlet.applyAndSaveSettings()actually update the engine and save the settings | 
| protected  void | AxisServlet.reportAvailableServices(javax.servlet.http.HttpServletResponse response,
                        java.io.PrintWriter writer,
                        javax.servlet.http.HttpServletRequest request)This method lists the available services; it is called when there is nothing to execute on a GET | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||