Uses of Class
org.apache.axis.ConfigurationException
-
-
Uses of ConfigurationException in org.apache.axis
Methods in org.apache.axis that throw ConfigurationException Modifier and Type Method Description voidEngineConfiguration. configureEngine(AxisEngine engine)Configure this AxisEngine using whatever data source we have.java.util.IteratorEngineConfiguration. getDeployedServices()Get an enumeration of the services deployed to this engine.java.util.HashtableEngineConfiguration. getGlobalOptions()Returns the global configuration options.HandlerAxisEngine. getGlobalRequest()Get the global requestHandler.HandlerEngineConfiguration. getGlobalRequest()Returns a global request handler.HandlerAxisEngine. getGlobalResponse()Get the global responesHandler.HandlerEngineConfiguration. getGlobalResponse()Returns a global response handler.HandlerEngineConfiguration. getHandler(QName qname)Retrieve an instance of the named handler.SOAPServiceEngineConfiguration. getService(QName qname)Retrieve an instance of the named service.SOAPServiceEngineConfiguration. getServiceByNamespaceURI(java.lang.String namespace)Get a service which has been mapped to a particular namespace.HandlerEngineConfiguration. getTransport(QName qname)Retrieve an instance of the named transport.TypeMappingRegistryEngineConfiguration. getTypeMappingRegistry()Retrieve the TypeMappingRegistry for this engine.voidAxisEngine. refreshGlobalOptions()(Re-)load the global options from the registry.voidEngineConfiguration. 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 Modifier and Type Method Description voidDirProvider. configureEngine(AxisEngine engine)voidFileProvider. configureEngine(AxisEngine engine)voidNullProvider. configureEngine(AxisEngine engine)voidSimpleProvider. configureEngine(AxisEngine engine)Configure an AxisEngine.voidXMLStringProvider. configureEngine(AxisEngine engine)java.util.IteratorDirProvider. getDeployedServices()Get an enumeration of the services deployed to this enginejava.util.IteratorFileProvider. getDeployedServices()Get an enumeration of the services deployed to this enginejava.util.IteratorNullProvider. getDeployedServices()Get an enumeration of the services deployed to this enginejava.util.IteratorSimpleProvider. getDeployedServices()Get an enumeration of the services deployed to this enginejava.util.HashtableDirProvider. getGlobalOptions()Returns the global configuration options.java.util.HashtableFileProvider. getGlobalOptions()Returns the global configuration options.java.util.HashtableNullProvider. getGlobalOptions()java.util.HashtableSimpleProvider. getGlobalOptions()Returns the global configuration options.HandlerDirProvider. getGlobalRequest()Returns a global request handler.HandlerFileProvider. getGlobalRequest()Returns a global request handler.HandlerNullProvider. getGlobalRequest()HandlerSimpleProvider. getGlobalRequest()Returns a global request handler.HandlerDirProvider. getGlobalResponse()Returns a global response handler.HandlerFileProvider. getGlobalResponse()Returns a global response handler.HandlerNullProvider. getGlobalResponse()HandlerSimpleProvider. getGlobalResponse()Returns a global response handler.HandlerDirProvider. getHandler(QName qname)retrieve an instance of the named handlerHandlerFileProvider. getHandler(QName qname)retrieve an instance of the named handlerHandlerNullProvider. getHandler(QName qname)HandlerSimpleProvider. getHandler(QName qname)SOAPServiceDirProvider. getService(QName qname)retrieve an instance of the named serviceSOAPServiceFileProvider. getService(QName qname)retrieve an instance of the named serviceSOAPServiceNullProvider. getService(QName qname)SOAPServiceSimpleProvider. getService(QName qname)SOAPServiceDirProvider. getServiceByNamespaceURI(java.lang.String namespace)Get a service which has been mapped to a particular namespaceSOAPServiceFileProvider. getServiceByNamespaceURI(java.lang.String namespace)Get a service which has been mapped to a particular namespaceSOAPServiceNullProvider. getServiceByNamespaceURI(java.lang.String namespace)SOAPServiceSimpleProvider. getServiceByNamespaceURI(java.lang.String namespace)Get a service which has been mapped to a particular namespaceHandlerDirProvider. getTransport(QName qname)retrieve an instance of the named transportHandlerFileProvider. getTransport(QName qname)retrieve an instance of the named transportHandlerNullProvider. getTransport(QName qname)HandlerSimpleProvider. getTransport(QName qname)TypeMappingNullProvider. getTypeMapping(java.lang.String encodingStyle)TypeMappingSimpleProvider. getTypeMapping(java.lang.String encodingStyle)TypeMappingRegistryDirProvider. getTypeMappingRegistry()TypeMappingRegistryFileProvider. getTypeMappingRegistry()TypeMappingRegistryNullProvider. getTypeMappingRegistry()TypeMappingRegistrySimpleProvider. getTypeMappingRegistry()Get our TypeMappingRegistry.voidDirProvider. writeEngineConfig(AxisEngine engine)Save the engine configuration.voidFileProvider. writeEngineConfig(AxisEngine engine)Save the engine configuration.voidNullProvider. writeEngineConfig(AxisEngine engine)voidSimpleProvider. writeEngineConfig(AxisEngine engine)We don't write ourselves out, so this is a noop.voidXMLStringProvider. writeEngineConfig(AxisEngine engine)Constructors in org.apache.axis.configuration that throw ConfigurationException Constructor Description 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 Modifier and Type Class Description classWSDDExceptionclassWSDDNonFatalExceptionMethods in org.apache.axis.deployment.wsdd that throw ConfigurationException Modifier and Type Method Description voidWSDDDeployment. configureEngine(AxisEngine engine)voidWSDDDocument. deploy(WSDDDeployment registry)do a deploy and/or undeploy, depending on what is in the document.voidWSDDDeployment. deployToRegistry(WSDDDeployment target)voidWSDDGlobalConfiguration. deployToRegistry(WSDDDeployment registry)java.util.IteratorWSDDDeployment. getDeployedServices()Get an enumeration of the services deployed to this engineorg.w3c.dom.DocumentWSDDDocument. getDOMDocument()get the deployment as a DOM.java.util.HashtableWSDDDeployment. getGlobalOptions()HandlerWSDDDeployment. getGlobalRequest()HandlerWSDDDeployment. getGlobalResponse()HandlerWSDDDeployment. getHandler(QName name)Return an instance of the named handler.HandlerWSDDDeployableItem. getInstance(EngineConfiguration registry)SOAPServiceWSDDDeployment. getService(QName name)Retrieve an instance of the named service.SOAPServiceWSDDDeployment. getServiceByNamespaceURI(java.lang.String namespace)HandlerWSDDDeployment. getTransport(QName name)Retrieve an instance of the named transport.TypeMappingWSDDDeployment. getTypeMapping(java.lang.String encodingStyle)TypeMappingRegistryWSDDDeployment. getTypeMappingRegistry()HandlerWSDDChain. makeNewInstance(EngineConfiguration registry)Creates a new instance of this Chainprotected HandlerWSDDDeployableItem. makeNewInstance(EngineConfiguration registry)Creates a new instance of this deployable.HandlerWSDDService. makeNewInstance(EngineConfiguration registry)HandlerWSDDTargetedChain. makeNewInstance(EngineConfiguration registry)voidWSDDUndeployment. undeployFromRegistry(WSDDDeployment registry)voidWSDDDeployment. writeEngineConfig(AxisEngine engine) -
Uses of ConfigurationException in org.apache.axis.management
Methods in org.apache.axis.management that throw ConfigurationException Modifier and Type Method Description static java.lang.String[]ServiceAdmin. listServices()List all registered servicesstatic voidServiceAdmin. startService(java.lang.String serviceName)Start the Servicestatic voidServiceAdmin. 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 Modifier and Type Method Description java.lang.String[]DeploymentQuery. listServices()List all registered servicesjava.lang.String[]DeploymentQueryMBean. listServices()List all registered servicesvoidServiceAdministrator. startService(java.lang.String serviceName)Start the ServicevoidServiceAdministratorMBean. startService(java.lang.String serviceName)Start the ServicevoidServiceAdministrator. stopService(java.lang.String serviceName)Stop the ServicevoidServiceAdministratorMBean. 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 Modifier and Type Method Description protected voidAutoRegisterServlet. applyAndSaveSettings()actually update the engine and save the settingsprotected voidAxisServlet. 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
-