blob: bba2d83f1524eb79335041ad28fd9a84c1d6b2a7 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.apache.axis.ConfigurationException (Apache Axis)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.axis.ConfigurationException (Apache Axis)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../org/apache/axis/ConfigurationException.html" title="class in org.apache.axis">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/axis/class-use/ConfigurationException.html" target="_top">Frames</a></li>
<li><a href="ConfigurationException.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.axis.ConfigurationException" class="title">Uses of Class<br>org.apache.axis.ConfigurationException</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../org/apache/axis/ConfigurationException.html" title="class in org.apache.axis">ConfigurationException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.axis">org.apache.axis</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.axis.configuration">org.apache.axis.configuration</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.axis.deployment.wsdd">org.apache.axis.deployment.wsdd</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.axis.management">org.apache.axis.management</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.axis.management.jmx">org.apache.axis.management.jmx</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.axis.transport.http">org.apache.axis.transport.http</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.axis">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/apache/axis/ConfigurationException.html" title="class in org.apache.axis">ConfigurationException</a> in <a href="../../../../org/apache/axis/package-summary.html">org.apache.axis</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/apache/axis/package-summary.html">org.apache.axis</a> that throw <a href="../../../../org/apache/axis/ConfigurationException.html" title="class in org.apache.axis">ConfigurationException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">EngineConfiguration.</span><code><strong><a href="../../../../org/apache/axis/EngineConfiguration.html#configureEngine(org.apache.axis.AxisEngine)">configureEngine</a></strong>(<a href="../../../../org/apache/axis/AxisEngine.html" title="class in org.apache.axis">AxisEngine</a>&nbsp;engine)</code>
<div class="block">Configure this AxisEngine using whatever data source we have.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a></code></td>
<td class="colLast"><span class="strong">EngineConfiguration.</span><code><strong><a href="../../../../org/apache/axis/EngineConfiguration.html#getDeployedServices()">getDeployedServices</a></strong>()</code>
<div class="block">Get an enumeration of the services deployed to this engine.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Hashtable.html?is-external=true" title="class or interface in java.util">Hashtable</a></code></td>
<td class="colLast"><span class="strong">EngineConfiguration.</span><code><strong><a href="../../../../org/apache/axis/EngineConfiguration.html#getGlobalOptions()">getGlobalOptions</a></strong>()</code>
<div class="block">Returns the global configuration options.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">EngineConfiguration.</span><code><strong><a href="../../../../org/apache/axis/EngineConfiguration.html#getGlobalRequest()">getGlobalRequest</a></strong>()</code>
<div class="block">Returns a global request handler.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">AxisEngine.</span><code><strong><a href="../../../../org/apache/axis/AxisEngine.html#getGlobalRequest()">getGlobalRequest</a></strong>()</code>
<div class="block">Get the global request <code>Handler</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">EngineConfiguration.</span><code><strong><a href="../../../../org/apache/axis/EngineConfiguration.html#getGlobalResponse()">getGlobalResponse</a></strong>()</code>
<div class="block">Returns a global response handler.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">AxisEngine.</span><code><strong><a href="../../../../org/apache/axis/AxisEngine.html#getGlobalResponse()">getGlobalResponse</a></strong>()</code>
<div class="block">Get the global respones <code>Handler</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">EngineConfiguration.</span><code><strong><a href="../../../../org/apache/axis/EngineConfiguration.html#getHandler(javax.xml.namespace.QName)">getHandler</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</code>
<div class="block">Retrieve an instance of the named handler.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/handlers/soap/SOAPService.html" title="class in org.apache.axis.handlers.soap">SOAPService</a></code></td>
<td class="colLast"><span class="strong">EngineConfiguration.</span><code><strong><a href="../../../../org/apache/axis/EngineConfiguration.html#getService(javax.xml.namespace.QName)">getService</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</code>
<div class="block">Retrieve an instance of the named service.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/handlers/soap/SOAPService.html" title="class in org.apache.axis.handlers.soap">SOAPService</a></code></td>
<td class="colLast"><span class="strong">EngineConfiguration.</span><code><strong><a href="../../../../org/apache/axis/EngineConfiguration.html#getServiceByNamespaceURI(java.lang.String)">getServiceByNamespaceURI</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace)</code>
<div class="block">Get a service which has been mapped to a particular namespace.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">EngineConfiguration.</span><code><strong><a href="../../../../org/apache/axis/EngineConfiguration.html#getTransport(javax.xml.namespace.QName)">getTransport</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</code>
<div class="block">Retrieve an instance of the named transport.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/encoding/TypeMappingRegistry.html" title="interface in org.apache.axis.encoding">TypeMappingRegistry</a></code></td>
<td class="colLast"><span class="strong">EngineConfiguration.</span><code><strong><a href="../../../../org/apache/axis/EngineConfiguration.html#getTypeMappingRegistry()">getTypeMappingRegistry</a></strong>()</code>
<div class="block">Retrieve the TypeMappingRegistry for this engine.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">AxisEngine.</span><code><strong><a href="../../../../org/apache/axis/AxisEngine.html#refreshGlobalOptions()">refreshGlobalOptions</a></strong>()</code>
<div class="block">(Re-)load the global options from the registry.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">EngineConfiguration.</span><code><strong><a href="../../../../org/apache/axis/EngineConfiguration.html#writeEngineConfig(org.apache.axis.AxisEngine)">writeEngineConfig</a></strong>(<a href="../../../../org/apache/axis/AxisEngine.html" title="class in org.apache.axis">AxisEngine</a>&nbsp;engine)</code>
<div class="block">Read the configuration from an engine, and store it somehow.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.axis.configuration">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/apache/axis/ConfigurationException.html" title="class in org.apache.axis">ConfigurationException</a> in <a href="../../../../org/apache/axis/configuration/package-summary.html">org.apache.axis.configuration</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/apache/axis/configuration/package-summary.html">org.apache.axis.configuration</a> that throw <a href="../../../../org/apache/axis/ConfigurationException.html" title="class in org.apache.axis">ConfigurationException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">XMLStringProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/XMLStringProvider.html#configureEngine(org.apache.axis.AxisEngine)">configureEngine</a></strong>(<a href="../../../../org/apache/axis/AxisEngine.html" title="class in org.apache.axis">AxisEngine</a>&nbsp;engine)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">SimpleProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/SimpleProvider.html#configureEngine(org.apache.axis.AxisEngine)">configureEngine</a></strong>(<a href="../../../../org/apache/axis/AxisEngine.html" title="class in org.apache.axis">AxisEngine</a>&nbsp;engine)</code>
<div class="block">Configure an AxisEngine.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">NullProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/NullProvider.html#configureEngine(org.apache.axis.AxisEngine)">configureEngine</a></strong>(<a href="../../../../org/apache/axis/AxisEngine.html" title="class in org.apache.axis">AxisEngine</a>&nbsp;engine)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">FileProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/FileProvider.html#configureEngine(org.apache.axis.AxisEngine)">configureEngine</a></strong>(<a href="../../../../org/apache/axis/AxisEngine.html" title="class in org.apache.axis">AxisEngine</a>&nbsp;engine)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">DirProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/DirProvider.html#configureEngine(org.apache.axis.AxisEngine)">configureEngine</a></strong>(<a href="../../../../org/apache/axis/AxisEngine.html" title="class in org.apache.axis">AxisEngine</a>&nbsp;engine)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">DefaultConfiguration.</span><code><strong><a href="../../../../org/apache/axis/configuration/DefaultConfiguration.html#configureEngine(org.apache.axis.AxisEngine)">configureEngine</a></strong>(<a href="../../../../org/apache/axis/AxisEngine.html" title="class in org.apache.axis">AxisEngine</a>&nbsp;engine)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a></code></td>
<td class="colLast"><span class="strong">SimpleProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/SimpleProvider.html#getDeployedServices()">getDeployedServices</a></strong>()</code>
<div class="block">Get an enumeration of the services deployed to this engine</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a></code></td>
<td class="colLast"><span class="strong">NullProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/NullProvider.html#getDeployedServices()">getDeployedServices</a></strong>()</code>
<div class="block">Get an enumeration of the services deployed to this engine</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a></code></td>
<td class="colLast"><span class="strong">DelegatingWSDDEngineConfiguration.</span><code><strong><a href="../../../../org/apache/axis/configuration/DelegatingWSDDEngineConfiguration.html#getDeployedServices()">getDeployedServices</a></strong>()</code>
<div class="block">Get an enumeration of the services deployed to this engine</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Hashtable.html?is-external=true" title="class or interface in java.util">Hashtable</a></code></td>
<td class="colLast"><span class="strong">SimpleProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/SimpleProvider.html#getGlobalOptions()">getGlobalOptions</a></strong>()</code>
<div class="block">Returns the global configuration options.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Hashtable.html?is-external=true" title="class or interface in java.util">Hashtable</a></code></td>
<td class="colLast"><span class="strong">NullProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/NullProvider.html#getGlobalOptions()">getGlobalOptions</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Hashtable.html?is-external=true" title="class or interface in java.util">Hashtable</a></code></td>
<td class="colLast"><span class="strong">DelegatingWSDDEngineConfiguration.</span><code><strong><a href="../../../../org/apache/axis/configuration/DelegatingWSDDEngineConfiguration.html#getGlobalOptions()">getGlobalOptions</a></strong>()</code>
<div class="block">Returns the global configuration options.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">SimpleProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/SimpleProvider.html#getGlobalRequest()">getGlobalRequest</a></strong>()</code>
<div class="block">Returns a global request handler.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">NullProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/NullProvider.html#getGlobalRequest()">getGlobalRequest</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">DelegatingWSDDEngineConfiguration.</span><code><strong><a href="../../../../org/apache/axis/configuration/DelegatingWSDDEngineConfiguration.html#getGlobalRequest()">getGlobalRequest</a></strong>()</code>
<div class="block">Returns a global request handler.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">SimpleProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/SimpleProvider.html#getGlobalResponse()">getGlobalResponse</a></strong>()</code>
<div class="block">Returns a global response handler.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">NullProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/NullProvider.html#getGlobalResponse()">getGlobalResponse</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">DelegatingWSDDEngineConfiguration.</span><code><strong><a href="../../../../org/apache/axis/configuration/DelegatingWSDDEngineConfiguration.html#getGlobalResponse()">getGlobalResponse</a></strong>()</code>
<div class="block">Returns a global response handler.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">SimpleProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/SimpleProvider.html#getHandler(javax.xml.namespace.QName)">getHandler</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">NullProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/NullProvider.html#getHandler(javax.xml.namespace.QName)">getHandler</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">DelegatingWSDDEngineConfiguration.</span><code><strong><a href="../../../../org/apache/axis/configuration/DelegatingWSDDEngineConfiguration.html#getHandler(javax.xml.namespace.QName)">getHandler</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</code>
<div class="block">retrieve an instance of the named handler</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/handlers/soap/SOAPService.html" title="class in org.apache.axis.handlers.soap">SOAPService</a></code></td>
<td class="colLast"><span class="strong">SimpleProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/SimpleProvider.html#getService(javax.xml.namespace.QName)">getService</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/handlers/soap/SOAPService.html" title="class in org.apache.axis.handlers.soap">SOAPService</a></code></td>
<td class="colLast"><span class="strong">NullProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/NullProvider.html#getService(javax.xml.namespace.QName)">getService</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/handlers/soap/SOAPService.html" title="class in org.apache.axis.handlers.soap">SOAPService</a></code></td>
<td class="colLast"><span class="strong">DelegatingWSDDEngineConfiguration.</span><code><strong><a href="../../../../org/apache/axis/configuration/DelegatingWSDDEngineConfiguration.html#getService(javax.xml.namespace.QName)">getService</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</code>
<div class="block">retrieve an instance of the named service</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/handlers/soap/SOAPService.html" title="class in org.apache.axis.handlers.soap">SOAPService</a></code></td>
<td class="colLast"><span class="strong">SimpleProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/SimpleProvider.html#getServiceByNamespaceURI(java.lang.String)">getServiceByNamespaceURI</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace)</code>
<div class="block">Get a service which has been mapped to a particular namespace</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/handlers/soap/SOAPService.html" title="class in org.apache.axis.handlers.soap">SOAPService</a></code></td>
<td class="colLast"><span class="strong">NullProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/NullProvider.html#getServiceByNamespaceURI(java.lang.String)">getServiceByNamespaceURI</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/handlers/soap/SOAPService.html" title="class in org.apache.axis.handlers.soap">SOAPService</a></code></td>
<td class="colLast"><span class="strong">DelegatingWSDDEngineConfiguration.</span><code><strong><a href="../../../../org/apache/axis/configuration/DelegatingWSDDEngineConfiguration.html#getServiceByNamespaceURI(java.lang.String)">getServiceByNamespaceURI</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace)</code>
<div class="block">Get a service which has been mapped to a particular namespace</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">SimpleProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/SimpleProvider.html#getTransport(javax.xml.namespace.QName)">getTransport</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">NullProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/NullProvider.html#getTransport(javax.xml.namespace.QName)">getTransport</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">DelegatingWSDDEngineConfiguration.</span><code><strong><a href="../../../../org/apache/axis/configuration/DelegatingWSDDEngineConfiguration.html#getTransport(javax.xml.namespace.QName)">getTransport</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</code>
<div class="block">retrieve an instance of the named transport</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/encoding/TypeMapping.html" title="interface in org.apache.axis.encoding">TypeMapping</a></code></td>
<td class="colLast"><span class="strong">SimpleProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/SimpleProvider.html#getTypeMapping(java.lang.String)">getTypeMapping</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encodingStyle)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/encoding/TypeMapping.html" title="interface in org.apache.axis.encoding">TypeMapping</a></code></td>
<td class="colLast"><span class="strong">NullProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/NullProvider.html#getTypeMapping(java.lang.String)">getTypeMapping</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encodingStyle)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/encoding/TypeMappingRegistry.html" title="interface in org.apache.axis.encoding">TypeMappingRegistry</a></code></td>
<td class="colLast"><span class="strong">SimpleProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/SimpleProvider.html#getTypeMappingRegistry()">getTypeMappingRegistry</a></strong>()</code>
<div class="block">Get our TypeMappingRegistry.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/encoding/TypeMappingRegistry.html" title="interface in org.apache.axis.encoding">TypeMappingRegistry</a></code></td>
<td class="colLast"><span class="strong">NullProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/NullProvider.html#getTypeMappingRegistry()">getTypeMappingRegistry</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/encoding/TypeMappingRegistry.html" title="interface in org.apache.axis.encoding">TypeMappingRegistry</a></code></td>
<td class="colLast"><span class="strong">DelegatingWSDDEngineConfiguration.</span><code><strong><a href="../../../../org/apache/axis/configuration/DelegatingWSDDEngineConfiguration.html#getTypeMappingRegistry()">getTypeMappingRegistry</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">XMLStringProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/XMLStringProvider.html#writeEngineConfig(org.apache.axis.AxisEngine)">writeEngineConfig</a></strong>(<a href="../../../../org/apache/axis/AxisEngine.html" title="class in org.apache.axis">AxisEngine</a>&nbsp;engine)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">SimpleProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/SimpleProvider.html#writeEngineConfig(org.apache.axis.AxisEngine)">writeEngineConfig</a></strong>(<a href="../../../../org/apache/axis/AxisEngine.html" title="class in org.apache.axis">AxisEngine</a>&nbsp;engine)</code>
<div class="block">We don't write ourselves out, so this is a noop.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">NullProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/NullProvider.html#writeEngineConfig(org.apache.axis.AxisEngine)">writeEngineConfig</a></strong>(<a href="../../../../org/apache/axis/AxisEngine.html" title="class in org.apache.axis">AxisEngine</a>&nbsp;engine)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">FileProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/FileProvider.html#writeEngineConfig(org.apache.axis.AxisEngine)">writeEngineConfig</a></strong>(<a href="../../../../org/apache/axis/AxisEngine.html" title="class in org.apache.axis">AxisEngine</a>&nbsp;engine)</code>
<div class="block">Save the engine configuration.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">DirProvider.</span><code><strong><a href="../../../../org/apache/axis/configuration/DirProvider.html#writeEngineConfig(org.apache.axis.AxisEngine)">writeEngineConfig</a></strong>(<a href="../../../../org/apache/axis/AxisEngine.html" title="class in org.apache.axis">AxisEngine</a>&nbsp;engine)</code>
<div class="block">Save the engine configuration.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">DefaultConfiguration.</span><code><strong><a href="../../../../org/apache/axis/configuration/DefaultConfiguration.html#writeEngineConfig(org.apache.axis.AxisEngine)">writeEngineConfig</a></strong>(<a href="../../../../org/apache/axis/AxisEngine.html" title="class in org.apache.axis">AxisEngine</a>&nbsp;engine)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../org/apache/axis/configuration/package-summary.html">org.apache.axis.configuration</a> that throw <a href="../../../../org/apache/axis/ConfigurationException.html" title="class in org.apache.axis">ConfigurationException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/configuration/DirProvider.html#DirProvider(java.lang.String)">DirProvider</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;basepath)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/configuration/DirProvider.html#DirProvider(java.lang.String,%20java.lang.String)">DirProvider</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;basepath,
<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;configFile)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/configuration/FileProvider.html#FileProvider(java.lang.String,%20java.lang.String)">FileProvider</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;basepath,
<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;filename)</code>
<div class="block">Constructor which accesses a file relative to a specific base
path.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.axis.deployment.wsdd">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/apache/axis/ConfigurationException.html" title="class in org.apache.axis">ConfigurationException</a> in <a href="../../../../org/apache/axis/deployment/wsdd/package-summary.html">org.apache.axis.deployment.wsdd</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../org/apache/axis/ConfigurationException.html" title="class in org.apache.axis">ConfigurationException</a> in <a href="../../../../org/apache/axis/deployment/wsdd/package-summary.html">org.apache.axis.deployment.wsdd</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/deployment/wsdd/WSDDException.html" title="class in org.apache.axis.deployment.wsdd">WSDDException</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/deployment/wsdd/WSDDNonFatalException.html" title="class in org.apache.axis.deployment.wsdd">WSDDNonFatalException</a></strong></code>&nbsp;</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/apache/axis/deployment/wsdd/package-summary.html">org.apache.axis.deployment.wsdd</a> that throw <a href="../../../../org/apache/axis/ConfigurationException.html" title="class in org.apache.axis">ConfigurationException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">WSDDDeployment.</span><code><strong><a href="../../../../org/apache/axis/deployment/wsdd/WSDDDeployment.html#configureEngine(org.apache.axis.AxisEngine)">configureEngine</a></strong>(<a href="../../../../org/apache/axis/AxisEngine.html" title="class in org.apache.axis">AxisEngine</a>&nbsp;engine)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">WSDDDocument.</span><code><strong><a href="../../../../org/apache/axis/deployment/wsdd/WSDDDocument.html#deploy(org.apache.axis.deployment.wsdd.WSDDDeployment)">deploy</a></strong>(<a href="../../../../org/apache/axis/deployment/wsdd/WSDDDeployment.html" title="class in org.apache.axis.deployment.wsdd">WSDDDeployment</a>&nbsp;registry)</code>
<div class="block">do a deploy and/or undeploy, depending on what is in the document.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">WSDDGlobalConfiguration.</span><code><strong><a href="../../../../org/apache/axis/deployment/wsdd/WSDDGlobalConfiguration.html#deployToRegistry(org.apache.axis.deployment.wsdd.WSDDDeployment)">deployToRegistry</a></strong>(<a href="../../../../org/apache/axis/deployment/wsdd/WSDDDeployment.html" title="class in org.apache.axis.deployment.wsdd">WSDDDeployment</a>&nbsp;registry)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">WSDDDeployment.</span><code><strong><a href="../../../../org/apache/axis/deployment/wsdd/WSDDDeployment.html#deployToRegistry(org.apache.axis.deployment.wsdd.WSDDDeployment)">deployToRegistry</a></strong>(<a href="../../../../org/apache/axis/deployment/wsdd/WSDDDeployment.html" title="class in org.apache.axis.deployment.wsdd">WSDDDeployment</a>&nbsp;target)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a></code></td>
<td class="colLast"><span class="strong">WSDDDeployment.</span><code><strong><a href="../../../../org/apache/axis/deployment/wsdd/WSDDDeployment.html#getDeployedServices()">getDeployedServices</a></strong>()</code>
<div class="block">Get an enumeration of the services deployed to this engine</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/org/w3c/dom/Document.html?is-external=true" title="class or interface in org.w3c.dom">Document</a></code></td>
<td class="colLast"><span class="strong">WSDDDocument.</span><code><strong><a href="../../../../org/apache/axis/deployment/wsdd/WSDDDocument.html#getDOMDocument()">getDOMDocument</a></strong>()</code>
<div class="block">get the deployment as a DOM.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Hashtable.html?is-external=true" title="class or interface in java.util">Hashtable</a></code></td>
<td class="colLast"><span class="strong">WSDDDeployment.</span><code><strong><a href="../../../../org/apache/axis/deployment/wsdd/WSDDDeployment.html#getGlobalOptions()">getGlobalOptions</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">WSDDDeployment.</span><code><strong><a href="../../../../org/apache/axis/deployment/wsdd/WSDDDeployment.html#getGlobalRequest()">getGlobalRequest</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">WSDDDeployment.</span><code><strong><a href="../../../../org/apache/axis/deployment/wsdd/WSDDDeployment.html#getGlobalResponse()">getGlobalResponse</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">WSDDDeployment.</span><code><strong><a href="../../../../org/apache/axis/deployment/wsdd/WSDDDeployment.html#getHandler(javax.xml.namespace.QName)">getHandler</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;name)</code>
<div class="block">Return an instance of the named handler.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">WSDDDeployableItem.</span><code><strong><a href="../../../../org/apache/axis/deployment/wsdd/WSDDDeployableItem.html#getInstance(org.apache.axis.EngineConfiguration)">getInstance</a></strong>(<a href="../../../../org/apache/axis/EngineConfiguration.html" title="interface in org.apache.axis">EngineConfiguration</a>&nbsp;registry)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/handlers/soap/SOAPService.html" title="class in org.apache.axis.handlers.soap">SOAPService</a></code></td>
<td class="colLast"><span class="strong">WSDDDeployment.</span><code><strong><a href="../../../../org/apache/axis/deployment/wsdd/WSDDDeployment.html#getService(javax.xml.namespace.QName)">getService</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;name)</code>
<div class="block">Retrieve an instance of the named service.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/handlers/soap/SOAPService.html" title="class in org.apache.axis.handlers.soap">SOAPService</a></code></td>
<td class="colLast"><span class="strong">WSDDDeployment.</span><code><strong><a href="../../../../org/apache/axis/deployment/wsdd/WSDDDeployment.html#getServiceByNamespaceURI(java.lang.String)">getServiceByNamespaceURI</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">WSDDDeployment.</span><code><strong><a href="../../../../org/apache/axis/deployment/wsdd/WSDDDeployment.html#getTransport(javax.xml.namespace.QName)">getTransport</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;name)</code>
<div class="block">Retrieve an instance of the named transport.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/encoding/TypeMapping.html" title="interface in org.apache.axis.encoding">TypeMapping</a></code></td>
<td class="colLast"><span class="strong">WSDDDeployment.</span><code><strong><a href="../../../../org/apache/axis/deployment/wsdd/WSDDDeployment.html#getTypeMapping(java.lang.String)">getTypeMapping</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encodingStyle)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/encoding/TypeMappingRegistry.html" title="interface in org.apache.axis.encoding">TypeMappingRegistry</a></code></td>
<td class="colLast"><span class="strong">WSDDDeployment.</span><code><strong><a href="../../../../org/apache/axis/deployment/wsdd/WSDDDeployment.html#getTypeMappingRegistry()">getTypeMappingRegistry</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">WSDDTargetedChain.</span><code><strong><a href="../../../../org/apache/axis/deployment/wsdd/WSDDTargetedChain.html#makeNewInstance(org.apache.axis.EngineConfiguration)">makeNewInstance</a></strong>(<a href="../../../../org/apache/axis/EngineConfiguration.html" title="interface in org.apache.axis">EngineConfiguration</a>&nbsp;registry)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">WSDDService.</span><code><strong><a href="../../../../org/apache/axis/deployment/wsdd/WSDDService.html#makeNewInstance(org.apache.axis.EngineConfiguration)">makeNewInstance</a></strong>(<a href="../../../../org/apache/axis/EngineConfiguration.html" title="interface in org.apache.axis">EngineConfiguration</a>&nbsp;registry)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">WSDDDeployableItem.</span><code><strong><a href="../../../../org/apache/axis/deployment/wsdd/WSDDDeployableItem.html#makeNewInstance(org.apache.axis.EngineConfiguration)">makeNewInstance</a></strong>(<a href="../../../../org/apache/axis/EngineConfiguration.html" title="interface in org.apache.axis">EngineConfiguration</a>&nbsp;registry)</code>
<div class="block">Creates a new instance of this deployable.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></td>
<td class="colLast"><span class="strong">WSDDChain.</span><code><strong><a href="../../../../org/apache/axis/deployment/wsdd/WSDDChain.html#makeNewInstance(org.apache.axis.EngineConfiguration)">makeNewInstance</a></strong>(<a href="../../../../org/apache/axis/EngineConfiguration.html" title="interface in org.apache.axis">EngineConfiguration</a>&nbsp;registry)</code>
<div class="block">Creates a new instance of this Chain</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">WSDDUndeployment.</span><code><strong><a href="../../../../org/apache/axis/deployment/wsdd/WSDDUndeployment.html#undeployFromRegistry(org.apache.axis.deployment.wsdd.WSDDDeployment)">undeployFromRegistry</a></strong>(<a href="../../../../org/apache/axis/deployment/wsdd/WSDDDeployment.html" title="class in org.apache.axis.deployment.wsdd">WSDDDeployment</a>&nbsp;registry)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">WSDDDeployment.</span><code><strong><a href="../../../../org/apache/axis/deployment/wsdd/WSDDDeployment.html#writeEngineConfig(org.apache.axis.AxisEngine)">writeEngineConfig</a></strong>(<a href="../../../../org/apache/axis/AxisEngine.html" title="class in org.apache.axis">AxisEngine</a>&nbsp;engine)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.axis.management">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/apache/axis/ConfigurationException.html" title="class in org.apache.axis">ConfigurationException</a> in <a href="../../../../org/apache/axis/management/package-summary.html">org.apache.axis.management</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/apache/axis/management/package-summary.html">org.apache.axis.management</a> that throw <a href="../../../../org/apache/axis/ConfigurationException.html" title="class in org.apache.axis">ConfigurationException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
<td class="colLast"><span class="strong">ServiceAdmin.</span><code><strong><a href="../../../../org/apache/axis/management/ServiceAdmin.html#listServices()">listServices</a></strong>()</code>
<div class="block">List all registered services</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="strong">ServiceAdmin.</span><code><strong><a href="../../../../org/apache/axis/management/ServiceAdmin.html#startService(java.lang.String)">startService</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;serviceName)</code>
<div class="block">Start the Service</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="strong">ServiceAdmin.</span><code><strong><a href="../../../../org/apache/axis/management/ServiceAdmin.html#stopService(java.lang.String)">stopService</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;serviceName)</code>
<div class="block">Stop the Service</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.axis.management.jmx">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/apache/axis/ConfigurationException.html" title="class in org.apache.axis">ConfigurationException</a> in <a href="../../../../org/apache/axis/management/jmx/package-summary.html">org.apache.axis.management.jmx</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/apache/axis/management/jmx/package-summary.html">org.apache.axis.management.jmx</a> that throw <a href="../../../../org/apache/axis/ConfigurationException.html" title="class in org.apache.axis">ConfigurationException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
<td class="colLast"><span class="strong">DeploymentQueryMBean.</span><code><strong><a href="../../../../org/apache/axis/management/jmx/DeploymentQueryMBean.html#listServices()">listServices</a></strong>()</code>
<div class="block">List all registered services</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
<td class="colLast"><span class="strong">DeploymentQuery.</span><code><strong><a href="../../../../org/apache/axis/management/jmx/DeploymentQuery.html#listServices()">listServices</a></strong>()</code>
<div class="block">List all registered services</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ServiceAdministratorMBean.</span><code><strong><a href="../../../../org/apache/axis/management/jmx/ServiceAdministratorMBean.html#startService(java.lang.String)">startService</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;serviceName)</code>
<div class="block">Start the Service</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ServiceAdministrator.</span><code><strong><a href="../../../../org/apache/axis/management/jmx/ServiceAdministrator.html#startService(java.lang.String)">startService</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;serviceName)</code>
<div class="block">Start the Service</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ServiceAdministratorMBean.</span><code><strong><a href="../../../../org/apache/axis/management/jmx/ServiceAdministratorMBean.html#stopService(java.lang.String)">stopService</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;serviceName)</code>
<div class="block">Stop the Service</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ServiceAdministrator.</span><code><strong><a href="../../../../org/apache/axis/management/jmx/ServiceAdministrator.html#stopService(java.lang.String)">stopService</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;serviceName)</code>
<div class="block">Stop the Service</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.axis.transport.http">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/apache/axis/ConfigurationException.html" title="class in org.apache.axis">ConfigurationException</a> in <a href="../../../../org/apache/axis/transport/http/package-summary.html">org.apache.axis.transport.http</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/apache/axis/transport/http/package-summary.html">org.apache.axis.transport.http</a> that throw <a href="../../../../org/apache/axis/ConfigurationException.html" title="class in org.apache.axis">ConfigurationException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">AutoRegisterServlet.</span><code><strong><a href="../../../../org/apache/axis/transport/http/AutoRegisterServlet.html#applyAndSaveSettings()">applyAndSaveSettings</a></strong>()</code>
<div class="block">actually update the engine and save the settings</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">AxisServlet.</span><code><strong><a href="../../../../org/apache/axis/transport/http/AxisServlet.html#reportAvailableServices(javax.servlet.http.HttpServletResponse,%20java.io.PrintWriter,%20javax.servlet.http.HttpServletRequest)">reportAvailableServices</a></strong>(<a href="http://download.oracle.com/javaee/1.4/api/javax/servlet/http/HttpServletResponse.html?is-external=true" title="class or interface in javax.servlet.http">HttpServletResponse</a>&nbsp;response,
<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/PrintWriter.html?is-external=true" title="class or interface in java.io">PrintWriter</a>&nbsp;writer,
<a href="http://download.oracle.com/javaee/1.4/api/javax/servlet/http/HttpServletRequest.html?is-external=true" title="class or interface in javax.servlet.http">HttpServletRequest</a>&nbsp;request)</code>
<div class="block">This method lists the available services; it is called when there is
nothing to execute on a GET</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../org/apache/axis/ConfigurationException.html" title="class in org.apache.axis">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/axis/class-use/ConfigurationException.html" target="_top">Frames</a></li>
<li><a href="ConfigurationException.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>