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

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 WSDDDeployment.deployToRegistry(WSDDDeployment target)
           
 void WSDDGlobalConfiguration.deployToRegistry(WSDDDeployment registry)
           
 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 WSDDChain.makeNewInstance(EngineConfiguration registry)
          Creates a new instance of this Chain
protected  Handler WSDDDeployableItem.makeNewInstance(EngineConfiguration registry)
          Creates a new instance of this deployable.
 Handler WSDDService.makeNewInstance(EngineConfiguration registry)
           
 Handler WSDDTargetedChain.makeNewInstance(EngineConfiguration registry)
           
 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.