|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConfigurationException in org.apache.axis |
---|
Methods in org.apache.axis that throw ConfigurationException | |
---|---|
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 request Handler . |
Handler |
EngineConfiguration.getGlobalRequest()
Returns a global request handler. |
Handler |
AxisEngine.getGlobalResponse()
Get the global respones Handler . |
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 | |
---|---|
void |
FileProvider.configureEngine(AxisEngine engine)
|
void |
NullProvider.configureEngine(AxisEngine engine)
|
void |
SimpleProvider.configureEngine(AxisEngine engine)
Configure an AxisEngine. |
void |
XMLStringProvider.configureEngine(AxisEngine engine)
|
void |
DirProvider.configureEngine(AxisEngine engine)
|
java.util.Iterator |
FileProvider.getDeployedServices()
Get an enumeration of the services deployed to this engine |
java.util.Iterator |
NullProvider.getDeployedServices()
Get an enumeration of the services deployed to this engine |
java.util.Iterator |
SimpleProvider.getDeployedServices()
Get an enumeration of the services deployed to this engine |
java.util.Iterator |
DirProvider.getDeployedServices()
Get an enumeration of the services deployed to this engine |
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. |
java.util.Hashtable |
DirProvider.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 |
DirProvider.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 |
DirProvider.getGlobalResponse()
Returns a global response handler. |
Handler |
FileProvider.getHandler(QName qname)
retrieve an instance of the named handler |
Handler |
NullProvider.getHandler(QName qname)
|
Handler |
SimpleProvider.getHandler(QName qname)
|
Handler |
DirProvider.getHandler(QName qname)
retrieve an instance of the named handler |
SOAPService |
FileProvider.getService(QName qname)
retrieve an instance of the named service |
SOAPService |
NullProvider.getService(QName qname)
|
SOAPService |
SimpleProvider.getService(QName qname)
|
SOAPService |
DirProvider.getService(QName qname)
retrieve an instance of the named service |
SOAPService |
FileProvider.getServiceByNamespaceURI(java.lang.String namespace)
Get a service which has been mapped to a particular namespace |
SOAPService |
NullProvider.getServiceByNamespaceURI(java.lang.String namespace)
|
SOAPService |
SimpleProvider.getServiceByNamespaceURI(java.lang.String namespace)
Get a service which has been mapped to a particular namespace |
SOAPService |
DirProvider.getServiceByNamespaceURI(java.lang.String namespace)
Get a service which has been mapped to a particular namespace |
Handler |
FileProvider.getTransport(QName qname)
retrieve an instance of the named transport |
Handler |
NullProvider.getTransport(QName qname)
|
Handler |
SimpleProvider.getTransport(QName qname)
|
Handler |
DirProvider.getTransport(QName qname)
retrieve an instance of the named transport |
TypeMapping |
NullProvider.getTypeMapping(java.lang.String encodingStyle)
|
TypeMapping |
SimpleProvider.getTypeMapping(java.lang.String encodingStyle)
|
TypeMappingRegistry |
FileProvider.getTypeMappingRegistry()
|
TypeMappingRegistry |
NullProvider.getTypeMappingRegistry()
|
TypeMappingRegistry |
SimpleProvider.getTypeMappingRegistry()
Get our TypeMappingRegistry. |
TypeMappingRegistry |
DirProvider.getTypeMappingRegistry()
|
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)
|
void |
DirProvider.writeEngineConfig(AxisEngine engine)
Save the engine configuration. |
Constructors in org.apache.axis.configuration that throw ConfigurationException | |
---|---|
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 | |
---|---|
class |
WSDDException
|
class |
WSDDNonFatalException
|
Methods in org.apache.axis.deployment.wsdd that throw ConfigurationException | |
---|---|
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 engine |
org.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 |
WSDDService.makeNewInstance(EngineConfiguration registry)
|
Handler |
WSDDTargetedChain.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.apache.axis.management |
---|
Methods in org.apache.axis.management that throw ConfigurationException | |
---|---|
static java.lang.String[] |
ServiceAdmin.listServices()
List all registered services |
static void |
ServiceAdmin.startService(java.lang.String serviceName)
Start the Service |
static 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 | |
---|---|
java.lang.String[] |
DeploymentQuery.listServices()
List all registered services |
java.lang.String[] |
DeploymentQueryMBean.listServices()
List all registered services |
void |
ServiceAdministratorMBean.startService(java.lang.String serviceName)
Start the Service |
void |
ServiceAdministrator.startService(java.lang.String serviceName)
Start the Service |
void |
ServiceAdministratorMBean.stopService(java.lang.String serviceName)
Stop the Service |
void |
ServiceAdministrator.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 | |
---|---|
protected void |
AutoRegisterServlet.applyAndSaveSettings()
actually update the engine and save the settings |
protected 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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |