Uses of Class
org.apache.axis.ConfigurationException
Packages that use ConfigurationException
Package
Description
-
Uses of ConfigurationException in org.apache.axis
Methods in org.apache.axis that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoid
EngineConfiguration.configureEngine
(AxisEngine engine) Configure this AxisEngine using whatever data source we have.EngineConfiguration.getDeployedServices()
Get an enumeration of the services deployed to this engine.EngineConfiguration.getGlobalOptions()
Returns the global configuration options.AxisEngine.getGlobalRequest()
Get the global requestHandler
.EngineConfiguration.getGlobalRequest()
Returns a global request handler.AxisEngine.getGlobalResponse()
Get the global responesHandler
.EngineConfiguration.getGlobalResponse()
Returns a global response handler.EngineConfiguration.getHandler
(QName qname) Retrieve an instance of the named handler.EngineConfiguration.getService
(QName qname) Retrieve an instance of the named service.EngineConfiguration.getServiceByNamespaceURI
(String namespace) Get a service which has been mapped to a particular namespace.EngineConfiguration.getTransport
(QName qname) Retrieve an instance of the named transport.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 ConfigurationExceptionModifier and TypeMethodDescriptionvoid
DirProvider.configureEngine
(AxisEngine engine) void
FileProvider.configureEngine
(AxisEngine engine) void
NullProvider.configureEngine
(AxisEngine engine) void
SimpleProvider.configureEngine
(AxisEngine engine) Configure an AxisEngine.void
XMLStringProvider.configureEngine
(AxisEngine engine) DirProvider.getDeployedServices()
Get an enumeration of the services deployed to this engineFileProvider.getDeployedServices()
Get an enumeration of the services deployed to this engineNullProvider.getDeployedServices()
Get an enumeration of the services deployed to this engineSimpleProvider.getDeployedServices()
Get an enumeration of the services deployed to this engineDirProvider.getGlobalOptions()
Returns the global configuration options.FileProvider.getGlobalOptions()
Returns the global configuration options.NullProvider.getGlobalOptions()
SimpleProvider.getGlobalOptions()
Returns the global configuration options.DirProvider.getGlobalRequest()
Returns a global request handler.FileProvider.getGlobalRequest()
Returns a global request handler.NullProvider.getGlobalRequest()
SimpleProvider.getGlobalRequest()
Returns a global request handler.DirProvider.getGlobalResponse()
Returns a global response handler.FileProvider.getGlobalResponse()
Returns a global response handler.NullProvider.getGlobalResponse()
SimpleProvider.getGlobalResponse()
Returns a global response handler.DirProvider.getHandler
(QName qname) retrieve an instance of the named handlerFileProvider.getHandler
(QName qname) retrieve an instance of the named handlerNullProvider.getHandler
(QName qname) SimpleProvider.getHandler
(QName qname) DirProvider.getService
(QName qname) retrieve an instance of the named serviceFileProvider.getService
(QName qname) retrieve an instance of the named serviceNullProvider.getService
(QName qname) SimpleProvider.getService
(QName qname) DirProvider.getServiceByNamespaceURI
(String namespace) Get a service which has been mapped to a particular namespaceFileProvider.getServiceByNamespaceURI
(String namespace) Get a service which has been mapped to a particular namespaceNullProvider.getServiceByNamespaceURI
(String namespace) SimpleProvider.getServiceByNamespaceURI
(String namespace) Get a service which has been mapped to a particular namespaceDirProvider.getTransport
(QName qname) retrieve an instance of the named transportFileProvider.getTransport
(QName qname) retrieve an instance of the named transportNullProvider.getTransport
(QName qname) SimpleProvider.getTransport
(QName qname) NullProvider.getTypeMapping
(String encodingStyle) SimpleProvider.getTypeMapping
(String encodingStyle) DirProvider.getTypeMappingRegistry()
FileProvider.getTypeMappingRegistry()
NullProvider.getTypeMappingRegistry()
SimpleProvider.getTypeMappingRegistry()
Get our TypeMappingRegistry.void
DirProvider.writeEngineConfig
(AxisEngine engine) Save the engine configuration.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.apache.axis.configuration that throw ConfigurationExceptionModifierConstructorDescriptionDirProvider
(String basepath) DirProvider
(String basepath, String configFile) FileProvider
(String basepath, 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.wsddMethods in org.apache.axis.deployment.wsdd that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoid
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) WSDDDeployment.getDeployedServices()
Get an enumeration of the services deployed to this engineWSDDDocument.getDOMDocument()
get the deployment as a DOM.WSDDDeployment.getGlobalOptions()
WSDDDeployment.getGlobalRequest()
WSDDDeployment.getGlobalResponse()
WSDDDeployment.getHandler
(QName name) Return an instance of the named handler.final Handler
WSDDDeployableItem.getInstance
(EngineConfiguration registry) WSDDDeployment.getService
(QName name) Retrieve an instance of the named service.WSDDDeployment.getServiceByNamespaceURI
(String namespace) WSDDDeployment.getTransport
(QName name) Retrieve an instance of the named transport.WSDDDeployment.getTypeMapping
(String encodingStyle) WSDDDeployment.getTypeMappingRegistry()
WSDDChain.makeNewInstance
(EngineConfiguration registry) Creates a new instance of this Chainprotected Handler
WSDDDeployableItem.makeNewInstance
(EngineConfiguration registry) Creates a new instance of this deployable.WSDDService.makeNewInstance
(EngineConfiguration registry) WSDDTargetedChain.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 ConfigurationExceptionModifier and TypeMethodDescriptionstatic String[]
ServiceAdmin.listServices()
List all registered servicesstatic void
ServiceAdmin.startService
(String serviceName) Start the Servicestatic void
ServiceAdmin.stopService
(String serviceName) Stop the Service -
Uses of ConfigurationException in org.apache.axis.management.jmx
Methods in org.apache.axis.management.jmx that throw ConfigurationExceptionModifier and TypeMethodDescriptionString[]
DeploymentQuery.listServices()
List all registered servicesString[]
DeploymentQueryMBean.listServices()
List all registered servicesvoid
ServiceAdministrator.startService
(String serviceName) Start the Servicevoid
ServiceAdministratorMBean.startService
(String serviceName) Start the Servicevoid
ServiceAdministrator.stopService
(String serviceName) Stop the Servicevoid
ServiceAdministratorMBean.stopService
(String serviceName) Stop the Service -
Uses of ConfigurationException in org.apache.axis.transport.http
Methods in org.apache.axis.transport.http that throw ConfigurationExceptionModifier and TypeMethodDescriptionprotected void
AutoRegisterServlet.applyAndSaveSettings()
actually update the engine and save the settingsprotected 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