blob: 43bd7b66b84bbc2b7daa1bae89072f79c2745c44 [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>AxisEngine (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="AxisEngine (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 class="navBarCell1Rev">Class</li>
<li><a href="class-use/AxisEngine.html">Use</a></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 Class</li>
<li><a href="../../../org/apache/axis/AxisFault.html" title="class in org.apache.axis"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/apache/axis/AxisEngine.html" target="_top">Frames</a></li>
<li><a href="AxisEngine.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.axis</div>
<h2 title="Class AxisEngine" class="title">Class AxisEngine</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">org.apache.axis.handlers.BasicHandler</a></li>
<li>
<ul class="inheritance">
<li>org.apache.axis.AxisEngine</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../org/apache/axis/client/AxisClient.html" title="class in org.apache.axis.client">AxisClient</a>, <a href="../../../org/apache/axis/server/AxisServer.html" title="class in org.apache.axis.server">AxisServer</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <span class="strong">AxisEngine</span>
extends <a href="../../../org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</a></pre>
<div class="block">An <code>AxisEngine</code> is the base class for AxisClient and
AxisServer. Handles common functionality like dealing with the
handler/service registries and loading properties.</div>
<dl><dt><span class="strong">Author:</span></dt>
<dd>Glen Daniels (gdaniels@apache.org), Glyn Normington (glyn@apache.org)</dd>
<dt><span class="strong">See Also:</span></dt><dd><a href="../../../serialized-form.html#org.apache.axis.AxisEngine">Serialized Form</a></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#_hasSafePassword">_hasSafePassword</a></strong></code>
<div class="block">Has the user changed the password yet?</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../org/apache/axis/utils/cache/ClassCache.html" title="class in org.apache.axis.utils.cache">ClassCache</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#classCache">classCache</a></strong></code>
<div class="block">Java class cache.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../org/apache/axis/EngineConfiguration.html" title="interface in org.apache.axis">EngineConfiguration</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#config">config</a></strong></code>
<div class="block">Our go-to guy for configuration...</div>
</td>
</tr>
<tr class="rowColor">
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#DEFAULT_ATTACHMENT_IMPL">DEFAULT_ATTACHMENT_IMPL</a></strong></code>&nbsp;</td>
</tr>
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#ENV_ATTACHMENT_DIR">ENV_ATTACHMENT_DIR</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#ENV_SERVLET_CONTEXT">ENV_SERVLET_CONTEXT</a></strong></code>&nbsp;</td>
</tr>
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#ENV_SERVLET_REALPATH">ENV_SERVLET_REALPATH</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static org.apache.commons.logging.Log</code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#log">log</a></strong></code>
<div class="block">The <code>Log</code> for all message logging.</div>
</td>
</tr>
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#PROP_ATTACHMENT_CLEANUP">PROP_ATTACHMENT_CLEANUP</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#PROP_ATTACHMENT_DIR">PROP_ATTACHMENT_DIR</a></strong></code>&nbsp;</td>
</tr>
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#PROP_ATTACHMENT_IMPLEMENTATION">PROP_ATTACHMENT_IMPLEMENTATION</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#PROP_BP10_COMPLIANCE">PROP_BP10_COMPLIANCE</a></strong></code>
<div class="block">Compliance with WS-I Basic Profile.</div>
</td>
</tr>
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#PROP_BYTE_BUFFER_BACKING">PROP_BYTE_BUFFER_BACKING</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#PROP_BYTE_BUFFER_CACHE_INCREMENT">PROP_BYTE_BUFFER_CACHE_INCREMENT</a></strong></code>&nbsp;</td>
</tr>
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#PROP_BYTE_BUFFER_RESIDENT_MAX_SIZE">PROP_BYTE_BUFFER_RESIDENT_MAX_SIZE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#PROP_BYTE_BUFFER_WORK_BUFFER_SIZE">PROP_BYTE_BUFFER_WORK_BUFFER_SIZE</a></strong></code>&nbsp;</td>
</tr>
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#PROP_DEBUG_FILE">PROP_DEBUG_FILE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#PROP_DEBUG_LEVEL">PROP_DEBUG_LEVEL</a></strong></code>&nbsp;</td>
</tr>
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#PROP_DEFAULT_CONFIG_CLASS">PROP_DEFAULT_CONFIG_CLASS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#PROP_DISABLE_PRETTY_XML">PROP_DISABLE_PRETTY_XML</a></strong></code>&nbsp;</td>
</tr>
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#PROP_DOMULTIREFS">PROP_DOMULTIREFS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#PROP_DOTNET_SOAPENC_FIX">PROP_DOTNET_SOAPENC_FIX</a></strong></code>
<div class="block">Set this property to 'true' when you want Axis to avoid soap encoded
types to work around a .NET problem where it wont accept soap encoded
types for a (soap encoded!)</div>
</td>
</tr>
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#PROP_EMIT_ALL_TYPES">PROP_EMIT_ALL_TYPES</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#PROP_ENABLE_NAMESPACE_PREFIX_OPTIMIZATION">PROP_ENABLE_NAMESPACE_PREFIX_OPTIMIZATION</a></strong></code>&nbsp;</td>
</tr>
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#PROP_PASSWORD">PROP_PASSWORD</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#PROP_SEND_XSI">PROP_SEND_XSI</a></strong></code>&nbsp;</td>
</tr>
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#PROP_SOAP_ALLOWED_VERSION">PROP_SOAP_ALLOWED_VERSION</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#PROP_SOAP_VERSION">PROP_SOAP_VERSION</a></strong></code>&nbsp;</td>
</tr>
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#PROP_SYNC_CONFIG">PROP_SYNC_CONFIG</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#PROP_TWOD_ARRAY_ENCODING">PROP_TWOD_ARRAY_ENCODING</a></strong></code>&nbsp;</td>
</tr>
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#PROP_XML_DECL">PROP_XML_DECL</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#PROP_XML_ENCODING">PROP_XML_ENCODING</a></strong></code>&nbsp;</td>
</tr>
<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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#PROP_XML_REUSE_SAX_PARSERS">PROP_XML_REUSE_SAX_PARSERS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#shouldSaveConfig">shouldSaveConfig</a></strong></code>
<div class="block">Should we save the engine config each time we modify it?</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.apache.axis.handlers.BasicHandler">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.axis.handlers.<a href="../../../org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</a></h3>
<code><a href="../../../org/apache/axis/handlers/BasicHandler.html#makeLockable">makeLockable</a>, <a href="../../../org/apache/axis/handlers/BasicHandler.html#name">name</a>, <a href="../../../org/apache/axis/handlers/BasicHandler.html#options">options</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#AxisEngine(org.apache.axis.EngineConfiguration)">AxisEngine</a></strong>(<a href="../../../org/apache/axis/EngineConfiguration.html" title="interface in org.apache.axis">EngineConfiguration</a>&nbsp;config)</code>
<div class="block">Construct an AxisEngine using the specified engine configuration.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</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>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#addActorURI(java.lang.String)">addActorURI</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;uri)</code>
<div class="block">Add an actor by uri that will hold for the entire engine.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#cleanup()">cleanup</a></strong>()</code>
<div class="block">Cleanup routine removes application scoped objects.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#getActorURIs()">getActorURIs</a></strong>()</code>
<div class="block">Get a list of actor URIs that hold for the entire engine.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/apache/axis/session/Session.html" title="interface in org.apache.axis.session">Session</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#getApplicationSession()">getApplicationSession</a></strong>()</code>
<div class="block">Get the <code>Session</code> object associated with the application
session.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/apache/axis/utils/cache/ClassCache.html" title="class in org.apache.axis.utils.cache">ClassCache</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#getClassCache()">getClassCache</a></strong>()</code>
<div class="block">Get the <code>ClassCache</code> associated with this engine.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract <a href="../../../org/apache/axis/AxisEngine.html" title="class in org.apache.axis">AxisEngine</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#getClientEngine()">getClientEngine</a></strong>()</code>
<div class="block">Client engine access.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/apache/axis/EngineConfiguration.html" title="interface in org.apache.axis">EngineConfiguration</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#getConfig()">getConfig</a></strong>()</code>
<div class="block">Get the <code>EngineConfiguration</code> used throughout this
<code>AxisEngine</code> instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../org/apache/axis/MessageContext.html" title="class in org.apache.axis">MessageContext</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#getCurrentMessageContext()">getCurrentMessageContext</a></strong>()</code>
<div class="block">Get the active message context.</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"><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"><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="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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#getHandler(java.lang.String)">getHandler</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;name)</code>
<div class="block">Get the <code>Handler</code> for a particular local name.</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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#getService(java.lang.String)">getService</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;name)</code>
<div class="block">Get the <code>SOAPService</code> for a particular local name.</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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#getTransport(java.lang.String)">getTransport</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;name)</code>
<div class="block">Get the <code>Handler</code> that implements the transport for a local
name.</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"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#getTypeMappingRegistry()">getTypeMappingRegistry</a></strong>()</code>
<div class="block">Get the <code>TypeMappingRegistry</code> for this axis engine.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#hasSafePassword()">hasSafePassword</a></strong>()</code>
<div class="block">Discover if this <code>AxisEngine</code> has a safe password.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#init()">init</a></strong>()</code>
<div class="block">Initialize the engine.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#normaliseOptions(org.apache.axis.Handler)">normaliseOptions</a></strong>(<a href="../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a>&nbsp;handler)</code>
<div class="block">Normalise the engine's options.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><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="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#removeActorURI(java.lang.String)">removeActorURI</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;uri)</code>
<div class="block">Remove an actor by uri that will hold for the entire engine.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#saveConfiguration()">saveConfiguration</a></strong>()</code>
<div class="block">Write out our engine configuration.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#setAdminPassword(java.lang.String)">setAdminPassword</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;pw)</code>
<div class="block">Set the administration password.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static void</code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#setCurrentMessageContext(org.apache.axis.MessageContext)">setCurrentMessageContext</a></strong>(<a href="../../../org/apache/axis/MessageContext.html" title="class in org.apache.axis">MessageContext</a>&nbsp;mc)</code>
<div class="block">Set the active message context.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/axis/AxisEngine.html#setShouldSaveConfig(boolean)">setShouldSaveConfig</a></strong>(boolean&nbsp;shouldSaveConfig)</code>
<div class="block">Set the flag that controls if the configuration should be saved.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.axis.handlers.BasicHandler">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.axis.handlers.<a href="../../../org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</a></h3>
<code><a href="../../../org/apache/axis/handlers/BasicHandler.html#canHandleBlock(javax.xml.namespace.QName)">canHandleBlock</a>, <a href="../../../org/apache/axis/handlers/BasicHandler.html#generateWSDL(org.apache.axis.MessageContext)">generateWSDL</a>, <a href="../../../org/apache/axis/handlers/BasicHandler.html#getDeploymentData(org.w3c.dom.Document)">getDeploymentData</a>, <a href="../../../org/apache/axis/handlers/BasicHandler.html#getName()">getName</a>, <a href="../../../org/apache/axis/handlers/BasicHandler.html#getOption(java.lang.String)">getOption</a>, <a href="../../../org/apache/axis/handlers/BasicHandler.html#getOptions()">getOptions</a>, <a href="../../../org/apache/axis/handlers/BasicHandler.html#getUnderstoodHeaders()">getUnderstoodHeaders</a>, <a href="../../../org/apache/axis/handlers/BasicHandler.html#initHashtable()">initHashtable</a>, <a href="../../../org/apache/axis/handlers/BasicHandler.html#onFault(org.apache.axis.MessageContext)">onFault</a>, <a href="../../../org/apache/axis/handlers/BasicHandler.html#setName(java.lang.String)">setName</a>, <a href="../../../org/apache/axis/handlers/BasicHandler.html#setOption(java.lang.String,%20java.lang.Object)">setOption</a>, <a href="../../../org/apache/axis/handlers/BasicHandler.html#setOptionDefault(java.lang.String,%20java.lang.Object)">setOptionDefault</a>, <a href="../../../org/apache/axis/handlers/BasicHandler.html#setOptions(java.util.Hashtable)">setOptions</a>, <a href="../../../org/apache/axis/handlers/BasicHandler.html#setOptionsLockable(boolean)">setOptionsLockable</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.axis.Handler">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.axis.<a href="../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></h3>
<code><a href="../../../org/apache/axis/Handler.html#invoke(org.apache.axis.MessageContext)">invoke</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="log">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>log</h4>
<pre>protected static&nbsp;org.apache.commons.logging.Log log</pre>
<div class="block">The <code>Log</code> for all message logging.</div>
</li>
</ul>
<a name="PROP_XML_DECL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROP_XML_DECL</h4>
<pre>public static final&nbsp;<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> PROP_XML_DECL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.PROP_XML_DECL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROP_DEBUG_LEVEL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROP_DEBUG_LEVEL</h4>
<pre>public static final&nbsp;<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> PROP_DEBUG_LEVEL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.PROP_DEBUG_LEVEL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROP_DEBUG_FILE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROP_DEBUG_FILE</h4>
<pre>public static final&nbsp;<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> PROP_DEBUG_FILE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.PROP_DEBUG_FILE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROP_DOMULTIREFS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROP_DOMULTIREFS</h4>
<pre>public static final&nbsp;<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> PROP_DOMULTIREFS</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.PROP_DOMULTIREFS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROP_DISABLE_PRETTY_XML">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROP_DISABLE_PRETTY_XML</h4>
<pre>public static final&nbsp;<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> PROP_DISABLE_PRETTY_XML</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.PROP_DISABLE_PRETTY_XML">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROP_ENABLE_NAMESPACE_PREFIX_OPTIMIZATION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROP_ENABLE_NAMESPACE_PREFIX_OPTIMIZATION</h4>
<pre>public static final&nbsp;<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> PROP_ENABLE_NAMESPACE_PREFIX_OPTIMIZATION</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.PROP_ENABLE_NAMESPACE_PREFIX_OPTIMIZATION">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROP_PASSWORD">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROP_PASSWORD</h4>
<pre>public static final&nbsp;<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> PROP_PASSWORD</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.PROP_PASSWORD">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROP_SYNC_CONFIG">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROP_SYNC_CONFIG</h4>
<pre>public static final&nbsp;<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> PROP_SYNC_CONFIG</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.PROP_SYNC_CONFIG">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROP_SEND_XSI">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROP_SEND_XSI</h4>
<pre>public static final&nbsp;<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> PROP_SEND_XSI</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.PROP_SEND_XSI">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROP_ATTACHMENT_DIR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROP_ATTACHMENT_DIR</h4>
<pre>public static final&nbsp;<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> PROP_ATTACHMENT_DIR</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.PROP_ATTACHMENT_DIR">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROP_ATTACHMENT_IMPLEMENTATION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROP_ATTACHMENT_IMPLEMENTATION</h4>
<pre>public static final&nbsp;<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> PROP_ATTACHMENT_IMPLEMENTATION</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.PROP_ATTACHMENT_IMPLEMENTATION">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROP_ATTACHMENT_CLEANUP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROP_ATTACHMENT_CLEANUP</h4>
<pre>public static final&nbsp;<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> PROP_ATTACHMENT_CLEANUP</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.PROP_ATTACHMENT_CLEANUP">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROP_DEFAULT_CONFIG_CLASS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROP_DEFAULT_CONFIG_CLASS</h4>
<pre>public static final&nbsp;<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> PROP_DEFAULT_CONFIG_CLASS</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.PROP_DEFAULT_CONFIG_CLASS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROP_SOAP_VERSION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROP_SOAP_VERSION</h4>
<pre>public static final&nbsp;<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> PROP_SOAP_VERSION</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.PROP_SOAP_VERSION">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROP_SOAP_ALLOWED_VERSION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROP_SOAP_ALLOWED_VERSION</h4>
<pre>public static final&nbsp;<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> PROP_SOAP_ALLOWED_VERSION</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.PROP_SOAP_ALLOWED_VERSION">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROP_TWOD_ARRAY_ENCODING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROP_TWOD_ARRAY_ENCODING</h4>
<pre>public static final&nbsp;<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> PROP_TWOD_ARRAY_ENCODING</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.PROP_TWOD_ARRAY_ENCODING">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROP_XML_ENCODING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROP_XML_ENCODING</h4>
<pre>public static final&nbsp;<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> PROP_XML_ENCODING</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.PROP_XML_ENCODING">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROP_XML_REUSE_SAX_PARSERS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROP_XML_REUSE_SAX_PARSERS</h4>
<pre>public static final&nbsp;<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> PROP_XML_REUSE_SAX_PARSERS</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.PROP_XML_REUSE_SAX_PARSERS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROP_BYTE_BUFFER_BACKING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROP_BYTE_BUFFER_BACKING</h4>
<pre>public static final&nbsp;<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> PROP_BYTE_BUFFER_BACKING</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.PROP_BYTE_BUFFER_BACKING">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROP_BYTE_BUFFER_CACHE_INCREMENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROP_BYTE_BUFFER_CACHE_INCREMENT</h4>
<pre>public static final&nbsp;<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> PROP_BYTE_BUFFER_CACHE_INCREMENT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.PROP_BYTE_BUFFER_CACHE_INCREMENT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROP_BYTE_BUFFER_RESIDENT_MAX_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROP_BYTE_BUFFER_RESIDENT_MAX_SIZE</h4>
<pre>public static final&nbsp;<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> PROP_BYTE_BUFFER_RESIDENT_MAX_SIZE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.PROP_BYTE_BUFFER_RESIDENT_MAX_SIZE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROP_BYTE_BUFFER_WORK_BUFFER_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROP_BYTE_BUFFER_WORK_BUFFER_SIZE</h4>
<pre>public static final&nbsp;<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> PROP_BYTE_BUFFER_WORK_BUFFER_SIZE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.PROP_BYTE_BUFFER_WORK_BUFFER_SIZE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROP_EMIT_ALL_TYPES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROP_EMIT_ALL_TYPES</h4>
<pre>public static final&nbsp;<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> PROP_EMIT_ALL_TYPES</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.PROP_EMIT_ALL_TYPES">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROP_DOTNET_SOAPENC_FIX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROP_DOTNET_SOAPENC_FIX</h4>
<pre>public static final&nbsp;<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> PROP_DOTNET_SOAPENC_FIX</pre>
<div class="block">Set this property to 'true' when you want Axis to avoid soap encoded
types to work around a .NET problem where it wont accept soap encoded
types for a (soap encoded!) array.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.PROP_DOTNET_SOAPENC_FIX">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROP_BP10_COMPLIANCE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROP_BP10_COMPLIANCE</h4>
<pre>public static final&nbsp;<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> PROP_BP10_COMPLIANCE</pre>
<div class="block">Compliance with WS-I Basic Profile.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.PROP_BP10_COMPLIANCE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="DEFAULT_ATTACHMENT_IMPL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_ATTACHMENT_IMPL</h4>
<pre>public static final&nbsp;<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> DEFAULT_ATTACHMENT_IMPL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.DEFAULT_ATTACHMENT_IMPL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ENV_ATTACHMENT_DIR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ENV_ATTACHMENT_DIR</h4>
<pre>public static final&nbsp;<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> ENV_ATTACHMENT_DIR</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.ENV_ATTACHMENT_DIR">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ENV_SERVLET_REALPATH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ENV_SERVLET_REALPATH</h4>
<pre>public static final&nbsp;<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> ENV_SERVLET_REALPATH</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.ENV_SERVLET_REALPATH">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ENV_SERVLET_CONTEXT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ENV_SERVLET_CONTEXT</h4>
<pre>public static final&nbsp;<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> ENV_SERVLET_CONTEXT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.apache.axis.AxisEngine.ENV_SERVLET_CONTEXT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="config">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>config</h4>
<pre>protected&nbsp;<a href="../../../org/apache/axis/EngineConfiguration.html" title="interface in org.apache.axis">EngineConfiguration</a> config</pre>
<div class="block">Our go-to guy for configuration...</div>
</li>
</ul>
<a name="_hasSafePassword">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>_hasSafePassword</h4>
<pre>protected&nbsp;boolean _hasSafePassword</pre>
<div class="block">Has the user changed the password yet? True if they have.</div>
</li>
</ul>
<a name="shouldSaveConfig">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>shouldSaveConfig</h4>
<pre>protected&nbsp;boolean shouldSaveConfig</pre>
<div class="block">Should we save the engine config each time we modify it? True if we
should.</div>
</li>
</ul>
<a name="classCache">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>classCache</h4>
<pre>protected transient&nbsp;<a href="../../../org/apache/axis/utils/cache/ClassCache.html" title="class in org.apache.axis.utils.cache">ClassCache</a> classCache</pre>
<div class="block">Java class cache.</div>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="AxisEngine(org.apache.axis.EngineConfiguration)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>AxisEngine</h4>
<pre>public&nbsp;AxisEngine(<a href="../../../org/apache/axis/EngineConfiguration.html" title="interface in org.apache.axis">EngineConfiguration</a>&nbsp;config)</pre>
<div class="block">Construct an AxisEngine using the specified engine configuration.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>config</code> - the EngineConfiguration for this engine</dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="setCurrentMessageContext(org.apache.axis.MessageContext)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCurrentMessageContext</h4>
<pre>protected static&nbsp;void&nbsp;setCurrentMessageContext(<a href="../../../org/apache/axis/MessageContext.html" title="class in org.apache.axis">MessageContext</a>&nbsp;mc)</pre>
<div class="block">Set the active message context.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>mc</code> - - the new active message context.</dd></dl>
</li>
</ul>
<a name="getCurrentMessageContext()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCurrentMessageContext</h4>
<pre>public static&nbsp;<a href="../../../org/apache/axis/MessageContext.html" title="class in org.apache.axis">MessageContext</a>&nbsp;getCurrentMessageContext()</pre>
<div class="block">Get the active message context.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the current active message context</dd></dl>
</li>
</ul>
<a name="init()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>init</h4>
<pre>public&nbsp;void&nbsp;init()</pre>
<div class="block">Initialize the engine. Multiple calls will (may?) return the engine to
the intialized state.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../org/apache/axis/Handler.html#init()">init</a></code>&nbsp;in interface&nbsp;<code><a href="../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../org/apache/axis/handlers/BasicHandler.html#init()">init</a></code>&nbsp;in class&nbsp;<code><a href="../../../org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</a></code></dd>
</dl>
</li>
</ul>
<a name="cleanup()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cleanup</h4>
<pre>public&nbsp;void&nbsp;cleanup()</pre>
<div class="block">Cleanup routine removes application scoped objects.
There is a small risk of this being called more than once
so the cleanup should be designed to resist that event.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../org/apache/axis/Handler.html#cleanup()">cleanup</a></code>&nbsp;in interface&nbsp;<code><a href="../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../org/apache/axis/handlers/BasicHandler.html#cleanup()">cleanup</a></code>&nbsp;in class&nbsp;<code><a href="../../../org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</a></code></dd>
</dl>
</li>
</ul>
<a name="saveConfiguration()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>saveConfiguration</h4>
<pre>public&nbsp;void&nbsp;saveConfiguration()</pre>
<div class="block">Write out our engine configuration.</div>
</li>
</ul>
<a name="getConfig()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getConfig</h4>
<pre>public&nbsp;<a href="../../../org/apache/axis/EngineConfiguration.html" title="interface in org.apache.axis">EngineConfiguration</a>&nbsp;getConfig()</pre>
<div class="block">Get the <code>EngineConfiguration</code> used throughout this
<code>AxisEngine</code> instance.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the engine configuration instance</dd></dl>
</li>
</ul>
<a name="hasSafePassword()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasSafePassword</h4>
<pre>public&nbsp;boolean&nbsp;hasSafePassword()</pre>
<div class="block">Discover if this <code>AxisEngine</code> has a safe password.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if it is safe, false otherwise</dd></dl>
</li>
</ul>
<a name="setAdminPassword(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setAdminPassword</h4>
<pre>public&nbsp;void&nbsp;setAdminPassword(<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;pw)</pre>
<div class="block">Set the administration password.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>pw</code> - the literal value of the password as a <code>String</code></dd></dl>
</li>
</ul>
<a name="setShouldSaveConfig(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setShouldSaveConfig</h4>
<pre>public&nbsp;void&nbsp;setShouldSaveConfig(boolean&nbsp;shouldSaveConfig)</pre>
<div class="block">Set the flag that controls if the configuration should be saved.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>shouldSaveConfig</code> - true if the configuration should be changed,
false otherwise</dd></dl>
</li>
</ul>
<a name="getHandler(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHandler</h4>
<pre>public&nbsp;<a href="../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a>&nbsp;getHandler(<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;name)
throws <a href="../../../org/apache/axis/AxisFault.html" title="class in org.apache.axis">AxisFault</a></pre>
<div class="block">Get the <code>Handler</code> for a particular local name.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the local name of the request type</dd>
<dt><span class="strong">Returns:</span></dt><dd>the <code>Handler</code> for this request type</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../org/apache/axis/AxisFault.html" title="class in org.apache.axis">AxisFault</a></code></dd></dl>
</li>
</ul>
<a name="getService(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getService</h4>
<pre>public&nbsp;<a href="../../../org/apache/axis/handlers/soap/SOAPService.html" title="class in org.apache.axis.handlers.soap">SOAPService</a>&nbsp;getService(<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;name)
throws <a href="../../../org/apache/axis/AxisFault.html" title="class in org.apache.axis">AxisFault</a></pre>
<div class="block">Get the <code>SOAPService</code> for a particular local name.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the local name of the request type</dd>
<dt><span class="strong">Returns:</span></dt><dd>the <code>SOAPService</code> for this request type</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../org/apache/axis/AxisFault.html" title="class in org.apache.axis">AxisFault</a></code></dd></dl>
</li>
</ul>
<a name="getTransport(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTransport</h4>
<pre>public&nbsp;<a href="../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a>&nbsp;getTransport(<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;name)
throws <a href="../../../org/apache/axis/AxisFault.html" title="class in org.apache.axis">AxisFault</a></pre>
<div class="block">Get the <code>Handler</code> that implements the transport for a local
name.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the local name to fetch the transport for</dd>
<dt><span class="strong">Returns:</span></dt><dd>a <code>Handler</code> for this local name</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../org/apache/axis/AxisFault.html" title="class in org.apache.axis">AxisFault</a></code></dd></dl>
</li>
</ul>
<a name="getTypeMappingRegistry()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTypeMappingRegistry</h4>
<pre>public&nbsp;<a href="../../../org/apache/axis/encoding/TypeMappingRegistry.html" title="interface in org.apache.axis.encoding">TypeMappingRegistry</a>&nbsp;getTypeMappingRegistry()</pre>
<div class="block">Get the <code>TypeMappingRegistry</code> for this axis engine.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the <code>TypeMappingRegistry</code> if possible, or null if
there is any error resolving it</dd></dl>
</li>
</ul>
<a name="getGlobalRequest()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGlobalRequest</h4>
<pre>public&nbsp;<a href="../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a>&nbsp;getGlobalRequest()
throws <a href="../../../org/apache/axis/ConfigurationException.html" title="class in org.apache.axis">ConfigurationException</a></pre>
<div class="block">Get the global request <code>Handler</code>.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the <code>Handler</code> used for global requests</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../org/apache/axis/ConfigurationException.html" title="class in org.apache.axis">ConfigurationException</a></code></dd></dl>
</li>
</ul>
<a name="getGlobalResponse()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGlobalResponse</h4>
<pre>public&nbsp;<a href="../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a>&nbsp;getGlobalResponse()
throws <a href="../../../org/apache/axis/ConfigurationException.html" title="class in org.apache.axis">ConfigurationException</a></pre>
<div class="block">Get the global respones <code>Handler</code>.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the <code>Handler</code> used for global responses</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../org/apache/axis/ConfigurationException.html" title="class in org.apache.axis">ConfigurationException</a></code></dd></dl>
</li>
</ul>
<a name="getActorURIs()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getActorURIs</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&nbsp;getActorURIs()</pre>
<div class="block">Get a list of actor URIs that hold for the entire engine.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>an <code>ArrayList</code> of all actor URIs as
<code>Strings</code></dd></dl>
</li>
</ul>
<a name="addActorURI(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addActorURI</h4>
<pre>public&nbsp;void&nbsp;addActorURI(<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;uri)</pre>
<div class="block">Add an actor by uri that will hold for the entire engine.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>uri</code> - a <code>String</code> giving the uri of the actor to add</dd></dl>
</li>
</ul>
<a name="removeActorURI(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeActorURI</h4>
<pre>public&nbsp;void&nbsp;removeActorURI(<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;uri)</pre>
<div class="block">Remove an actor by uri that will hold for the entire engine.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>uri</code> - a <code>String</code> giving the uri of the actor to remove</dd></dl>
</li>
</ul>
<a name="getClientEngine()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getClientEngine</h4>
<pre>public abstract&nbsp;<a href="../../../org/apache/axis/AxisEngine.html" title="class in org.apache.axis">AxisEngine</a>&nbsp;getClientEngine()</pre>
<div class="block">Client engine access.
<p>
An AxisEngine may define another specific AxisEngine to be used
by newly created Clients. For instance, a server may
create an AxisClient and allow deployment to it. Then
the server's services may access the AxisClient's deployed
handlers and transports.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>an <code>AxisEngine</code> that is the client engine</dd></dl>
</li>
</ul>
<a name="normaliseOptions(org.apache.axis.Handler)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>normaliseOptions</h4>
<pre>public static&nbsp;void&nbsp;normaliseOptions(<a href="../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a>&nbsp;handler)</pre>
<div class="block">Normalise the engine's options.
<p>
Convert boolean options from String to Boolean and default
any ommitted boolean options to TRUE. Default the admin.
password.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>handler</code> - the <code>Handler</code> to normalise; instances of
<code>AxisEngine</code> get extra data normalised</dd></dl>
</li>
</ul>
<a name="refreshGlobalOptions()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>refreshGlobalOptions</h4>
<pre>public&nbsp;void&nbsp;refreshGlobalOptions()
throws <a href="../../../org/apache/axis/ConfigurationException.html" title="class in org.apache.axis">ConfigurationException</a></pre>
<div class="block">(Re-)load the global options from the registry.</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../org/apache/axis/ConfigurationException.html" title="class in org.apache.axis">ConfigurationException</a></code></dd></dl>
</li>
</ul>
<a name="getApplicationSession()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getApplicationSession</h4>
<pre>public&nbsp;<a href="../../../org/apache/axis/session/Session.html" title="interface in org.apache.axis.session">Session</a>&nbsp;getApplicationSession()</pre>
<div class="block">Get the <code>Session</code> object associated with the application
session.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>a <code>Session</code> scoped to the application</dd></dl>
</li>
</ul>
<a name="getClassCache()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getClassCache</h4>
<pre>public&nbsp;<a href="../../../org/apache/axis/utils/cache/ClassCache.html" title="class in org.apache.axis.utils.cache">ClassCache</a>&nbsp;getClassCache()</pre>
<div class="block">Get the <code>ClassCache</code> associated with this engine.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the class cache</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= 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 class="navBarCell1Rev">Class</li>
<li><a href="class-use/AxisEngine.html">Use</a></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 Class</li>
<li><a href="../../../org/apache/axis/AxisFault.html" title="class in org.apache.axis"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/apache/axis/AxisEngine.html" target="_top">Frames</a></li>
<li><a href="AxisEngine.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</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>