Uses of Class
org.apache.axis.ConfigurationException

Packages that use ConfigurationException
org.apache.axis   
org.apache.axis.configuration   
org.apache.axis.deployment.wsdd   
org.apache.axis.management   
org.apache.axis.management.jmx   
org.apache.axis.transport.http   
 

Uses of ConfigurationException in org.apache.axis
 

Methods in org.apache.axis that throw ConfigurationException
 void EngineConfiguration.configureEngine(AxisEngine engine)
          Configure this AxisEngine using whatever data source we have.
 java.util.Iterator EngineConfiguration.getDeployedServices()
          Get an enumeration of the services deployed to this engine.
 java.util.Hashtable EngineConfiguration.getGlobalOptions()
          Returns the global configuration options.
 Handler EngineConfiguration.getGlobalRequest()
          Returns a global request handler.
 Handler AxisEngine.getGlobalRequest()
          Get the global request Handler.
 Handler EngineConfiguration.getGlobalResponse()
          Returns a global response handler.
 Handler AxisEngine.getGlobalResponse()
          Get the global respones Handler.
 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.
 void AxisEngine.refreshGlobalOptions()
          (Re-)load the global options from the registry.
 void EngineConfiguration.writeEngineConfig(AxisEngine engine)
          Read the configuration from an engine, and store it somehow.
 

Uses of ConfigurationException in org.apache.axis.configuration
 

Methods in org.apache.axis.configuration that throw ConfigurationException
 void DirProvider.configureEngine(AxisEngine engine)
           
 void SimpleProvider.configureEngine(AxisEngine engine)
          Configure an AxisEngine.
 void XMLStringProvider.configureEngine(AxisEngine engine)
           
 void NullProvider.configureEngine(AxisEngine engine)
           
 void FileProvider.configureEngine(AxisEngine engine)
           
 java.util.Iterator DirProvider.getDeployedServices()
          Get an enumeration of the services deployed to this engine
 java.util.Iterator SimpleProvider.getDeployedServices()
          Get an enumeration of the services deployed to this engine
 java.util.Iterator NullProvider.getDeployedServices()
          Get an enumeration of the services deployed to this engine
 java.util.Iterator FileProvider.getDeployedServices()
          Get an enumeration of the services deployed to this engine
 java.util.Hashtable DirProvider.getGlobalOptions()
          Returns the global configuration options.
 java.util.Hashtable SimpleProvider.getGlobalOptions()
          Returns the global configuration options.
 java.util.Hashtable NullProvider.getGlobalOptions()
           
 java.util.Hashtable FileProvider.getGlobalOptions()
          Returns the global configuration options.
 Handler DirProvider.getGlobalRequest()
          Returns a global request handler.
 Handler SimpleProvider.getGlobalRequest()
          Returns a global request handler.
 Handler NullProvider.getGlobalRequest()
           
 Handler FileProvider.getGlobalRequest()
          Returns a global request handler.
 Handler DirProvider.getGlobalResponse()
          Returns a global response handler.
 Handler SimpleProvider.getGlobalResponse()
          Returns a global response handler.
 Handler NullProvider.getGlobalResponse()
           
 Handler FileProvider.getGlobalResponse()
          Returns a global response handler.
 Handler DirProvider.getHandler(QName qname)
          retrieve an instance of the named handler
 Handler SimpleProvider.getHandler(QName qname)
           
 Handler NullProvider.getHandler(QName qname)
           
 Handler FileProvider.getHandler(QName qname)
          retrieve an instance of the named handler
 SOAPService DirProvider.getService(QName qname)
          retrieve an instance of the named service
 SOAPService SimpleProvider.getService(QName qname)
           
 SOAPService NullProvider.getService(QName qname)
           
 SOAPService FileProvider.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
 SOAPService SimpleProvider.getServiceByNamespaceURI(java.lang.String namespace)
          Get a service which has been mapped to a particular namespace
 SOAPService NullProvider.getServiceByNamespaceURI(java.lang.String namespace)
           
 SOAPService FileProvider.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
 Handler SimpleProvider.getTransport(QName qname)
           
 Handler NullProvider.getTransport(QName qname)
           
 Handler FileProvider.getTransport(QName qname)
          retrieve an instance of the named transport
 TypeMapping SimpleProvider.getTypeMapping(java.lang.String encodingStyle)
           
 TypeMapping NullProvider.getTypeMapping(java.lang.String encodingStyle)
           
 TypeMappingRegistry DirProvider.getTypeMappingRegistry()
           
 TypeMappingRegistry SimpleProvider.getTypeMappingRegistry()
          Get our TypeMappingRegistry.
 TypeMappingRegistry NullProvider.getTypeMappingRegistry()
           
 TypeMappingRegistry FileProvider.getTypeMappingRegistry()
           
 void DirProvider.writeEngineConfig(AxisEngine engine)
          Save the engine configuration.
 void SimpleProvider.writeEngineConfig(AxisEngine engine)
          We don't write ourselves out, so this is a noop.
 void XMLStringProvider.writeEngineConfig(AxisEngine engine)
           
 void NullProvider.writeEngineConfig(AxisEngine engine)
           
 void FileProvider.writeEngineConfig(AxisEngine engine)
          Save the engine configuration.
 

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
 void WSDDDeployment.configureEngine(AxisEngine engine)
           
 void WSDDDocument.deploy(WSDDDeployment registry)
          do a deploy and/or undeploy, depending on what is in the document.
 void WSDDDeployment.deployToRegistry(WSDDDeployment target)
           
 void WSDDGlobalConfiguration.deployToRegistry(WSDDDeployment registry)
           
 java.util.Iterator WSDDDeployment.getDeployedServices()
          Get an enumeration of the services deployed to this engine
 org.w3c.dom.Document WSDDDocument.getDOMDocument()
          get the deployment as a DOM.
 java.util.Hashtable WSDDDeployment.getGlobalOptions()
           
 Handler WSDDDeployment.getGlobalRequest()
           
 Handler WSDDDeployment.getGlobalResponse()
           
 Handler WSDDDeployment.getHandler(QName name)
          Return an instance of the named handler.
 Handler WSDDDeployableItem.getInstance(EngineConfiguration registry)
           
 SOAPService WSDDDeployment.getService(QName name)
          Retrieve an instance of the named service.
 SOAPService WSDDDeployment.getServiceByNamespaceURI(java.lang.String namespace)
           
 Handler WSDDDeployment.getTransport(QName name)
          Retrieve an instance of the named transport.
 TypeMapping WSDDDeployment.getTypeMapping(java.lang.String encodingStyle)
           
 TypeMappingRegistry WSDDDeployment.getTypeMappingRegistry()
           
protected  Handler WSDDDeployableItem.makeNewInstance(EngineConfiguration registry)
          Creates a new instance of this deployable.
 Handler WSDDTargetedChain.makeNewInstance(EngineConfiguration registry)
           
 Handler WSDDChain.makeNewInstance(EngineConfiguration registry)
          Creates a new instance of this Chain
 Handler WSDDService.makeNewInstance(EngineConfiguration registry)
           
 void WSDDUndeployment.undeployFromRegistry(WSDDDeployment registry)
           
 void WSDDDeployment.writeEngineConfig(AxisEngine engine)
           
 

Uses of ConfigurationException in org.apache.axis.management
 

Methods in org.apache.axis.management that throw ConfigurationException
static java.lang.String[] ServiceAdmin.listServices()
          List all registered services
static void ServiceAdmin.startService(java.lang.String serviceName)
          Start the Service
static void ServiceAdmin.stopService(java.lang.String serviceName)
          Stop the Service
 

Uses of ConfigurationException in org.apache.axis.management.jmx
 

Methods in org.apache.axis.management.jmx that throw ConfigurationException
 java.lang.String[] DeploymentQuery.listServices()
          List all registered services
 java.lang.String[] DeploymentQueryMBean.listServices()
          List all registered services
 void ServiceAdministratorMBean.startService(java.lang.String serviceName)
          Start the Service
 void ServiceAdministrator.startService(java.lang.String serviceName)
          Start the Service
 void ServiceAdministratorMBean.stopService(java.lang.String serviceName)
          Stop the Service
 void ServiceAdministrator.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
 



Copyright ? 2005 Apache Web Services Project. All Rights Reserved.