Uses of Class
org.jboss.axis.ConfigurationException

Packages that use ConfigurationException
org.jboss.axis   
org.jboss.axis.configuration   
org.jboss.axis.deployment.wsdd   
org.jboss.axis.transport.http   
 

Uses of ConfigurationException in org.jboss.axis
 

Methods in org.jboss.axis that throw ConfigurationException
 void EngineConfiguration.configureEngine(AxisEngine engine)
          Configure this AxisEngine using whatever data source we have.
 Iterator EngineConfiguration.getDeployedServices()
          Get an enumeration of the services deployed to this engine, these are represented as ServiceDesc objects
 Hashtable EngineConfiguration.getGlobalOptions()
          Returns the global configuration options.
 Handler EngineConfiguration.getGlobalRequest()
          Returns a global request handler.
 Handler AxisEngine.getGlobalRequest()
           
 Handler EngineConfiguration.getGlobalResponse()
          Returns a global response handler.
 Handler AxisEngine.getGlobalResponse()
           
 Handler EngineConfiguration.getHandler(javax.xml.namespace.QName qname)
          retrieve an instance of the named handler
 SOAPService EngineConfiguration.getService(javax.xml.namespace.QName qname)
          retrieve an instance of the named service
 SOAPService EngineConfiguration.getServiceByNamespaceURI(String namespace)
          Get a service which has been mapped to a particular namespace
 Handler EngineConfiguration.getTransport(javax.xml.namespace.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.jboss.axis.configuration
 

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

Constructors in org.jboss.axis.configuration that throw ConfigurationException
FileProvider(String basepath, String filename)
          Constructor which accesses a file relative to a specific base path.
 

Uses of ConfigurationException in org.jboss.axis.deployment.wsdd
 

Subclasses of ConfigurationException in org.jboss.axis.deployment.wsdd
 class WSDDException
           
 class WSDDNonFatalException
           
 

Methods in org.jboss.axis.deployment.wsdd that throw ConfigurationException
 void WSDDDeployment.configureEngine(AxisEngine engine)
           
 void WSDDDocument.deploy(WSDDDeployment registry)
           
 void WSDDGlobalConfiguration.deployToRegistry(WSDDDeployment registry)
           
 void WSDDDeployment.deployToRegistry(WSDDDeployment target)
           
 Iterator WSDDDeployment.getDeployedServices()
          Get an enumeration of the services deployed to this engine
 Document WSDDDocument.getDOMDocument()
           
 Hashtable WSDDDeployment.getGlobalOptions()
           
 Handler WSDDDeployment.getGlobalRequest()
           
 Handler WSDDDeployment.getGlobalResponse()
           
 Handler WSDDDeployment.getHandler(javax.xml.namespace.QName name)
           
 Handler WSDDDeployableItem.getInstance(EngineConfiguration registry)
           
 SOAPService WSDDDeployment.getService(javax.xml.namespace.QName name)
           
 SOAPService WSDDDeployment.getServiceByNamespaceURI(String namespace)
           
 Handler WSDDDeployment.getTransport(javax.xml.namespace.QName name)
           
 TypeMapping WSDDDeployment.getTypeMapping(String encodingStyle)
           
 TypeMappingRegistry WSDDDeployment.getTypeMappingRegistry()
           
 Handler WSDDTargetedChain.makeNewInstance(EngineConfiguration registry)
           
 Handler WSDDService.makeNewInstance(EngineConfiguration registry)
           
protected  Handler WSDDDeployableItem.makeNewInstance(EngineConfiguration registry)
          Creates a new instance of this deployable.
 Handler WSDDChain.makeNewInstance(EngineConfiguration registry)
          Creates a new instance of this Chain
 void WSDDUndeployment.undeployFromRegistry(WSDDDeployment registry)
           
 void WSDDDeployment.writeEngineConfig(AxisEngine engine)
           
 

Uses of ConfigurationException in org.jboss.axis.transport.http
 

Methods in org.jboss.axis.transport.http that throw ConfigurationException
protected  void AxisServlet.reportAvailableServices(javax.servlet.http.HttpServletResponse response, 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 © 2002 JBoss Group, LLC. All Rights Reserved.