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 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
AxisEngine. getGlobalRequest()
Get the global requestHandler
.Handler
EngineConfiguration. getGlobalRequest()
Returns a global request handler.Handler
AxisEngine. getGlobalResponse()
Get the global responesHandler
.Handler
EngineConfiguration. getGlobalResponse()
Returns a global response 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 Modifier and Type Method Description void
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)
java.util.Iterator
DirProvider. getDeployedServices()
Get an enumeration of the services deployed to this enginejava.util.Iterator
FileProvider. getDeployedServices()
Get an enumeration of the services deployed to this enginejava.util.Iterator
NullProvider. getDeployedServices()
Get an enumeration of the services deployed to this enginejava.util.Iterator
SimpleProvider. getDeployedServices()
Get an enumeration of the services deployed to this enginejava.util.Hashtable
DirProvider. getGlobalOptions()
Returns the global configuration options.java.util.Hashtable
FileProvider. getGlobalOptions()
Returns the global configuration options.java.util.Hashtable
NullProvider. getGlobalOptions()
java.util.Hashtable
SimpleProvider. getGlobalOptions()
Returns the global configuration options.Handler
DirProvider. getGlobalRequest()
Returns a global request handler.Handler
FileProvider. getGlobalRequest()
Returns a global request handler.Handler
NullProvider. getGlobalRequest()
Handler
SimpleProvider. getGlobalRequest()
Returns a global request handler.Handler
DirProvider. getGlobalResponse()
Returns a global response handler.Handler
FileProvider. getGlobalResponse()
Returns a global response handler.Handler
NullProvider. getGlobalResponse()
Handler
SimpleProvider. getGlobalResponse()
Returns a global response handler.Handler
DirProvider. getHandler(QName qname)
retrieve an instance of the named handlerHandler
FileProvider. getHandler(QName qname)
retrieve an instance of the named handlerHandler
NullProvider. getHandler(QName qname)
Handler
SimpleProvider. getHandler(QName qname)
SOAPService
DirProvider. getService(QName qname)
retrieve an instance of the named serviceSOAPService
FileProvider. getService(QName qname)
retrieve an instance of the named serviceSOAPService
NullProvider. getService(QName qname)
SOAPService
SimpleProvider. getService(QName qname)
SOAPService
DirProvider. getServiceByNamespaceURI(java.lang.String namespace)
Get a service which has been mapped to a particular namespaceSOAPService
FileProvider. getServiceByNamespaceURI(java.lang.String namespace)
Get a service which has been mapped to a particular namespaceSOAPService
NullProvider. getServiceByNamespaceURI(java.lang.String namespace)
SOAPService
SimpleProvider. getServiceByNamespaceURI(java.lang.String namespace)
Get a service which has been mapped to a particular namespaceHandler
DirProvider. getTransport(QName qname)
retrieve an instance of the named transportHandler
FileProvider. getTransport(QName qname)
retrieve an instance of the named transportHandler
NullProvider. getTransport(QName qname)
Handler
SimpleProvider. getTransport(QName qname)
TypeMapping
NullProvider. getTypeMapping(java.lang.String encodingStyle)
TypeMapping
SimpleProvider. getTypeMapping(java.lang.String encodingStyle)
TypeMappingRegistry
DirProvider. getTypeMappingRegistry()
TypeMappingRegistry
FileProvider. getTypeMappingRegistry()
TypeMappingRegistry
NullProvider. getTypeMappingRegistry()
TypeMappingRegistry
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 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 class
WSDDException
class
WSDDNonFatalException
Methods in org.apache.axis.deployment.wsdd that throw ConfigurationException Modifier and Type Method Description 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 engineorg.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()
Handler
WSDDChain. makeNewInstance(EngineConfiguration registry)
Creates a new instance of this Chainprotected 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.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 void
ServiceAdmin. startService(java.lang.String serviceName)
Start the Servicestatic 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 Modifier and Type Method Description java.lang.String[]
DeploymentQuery. listServices()
List all registered servicesjava.lang.String[]
DeploymentQueryMBean. listServices()
List all registered servicesvoid
ServiceAdministrator. startService(java.lang.String serviceName)
Start the Servicevoid
ServiceAdministratorMBean. startService(java.lang.String serviceName)
Start the Servicevoid
ServiceAdministrator. stopService(java.lang.String serviceName)
Stop the Servicevoid
ServiceAdministratorMBean. 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 void
AutoRegisterServlet. applyAndSaveSettings()
actually update the engine and save the settingsprotected 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
-