blob: 336e105d4967be7f5e7e303d130b0b50cab3a9c5 [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>org.apache.axis (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="org.apache.axis (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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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><a href="../../../javax/xml/soap/package-summary.html">Prev Package</a></li>
<li><a href="../../../org/apache/axis/attachments/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/apache/axis/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.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">
<h1 title="Package" class="title">Package&nbsp;org.apache.axis</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/apache/axis/AxisServiceConfig.html" title="interface in org.apache.axis">AxisServiceConfig</a></td>
<td class="colLast">
<div class="block">If a Java class which acts as the target for an Axis service
implements this interface, it may convey metadata about its
configuration to the Axis engine.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/apache/axis/Chain.html" title="interface in org.apache.axis">Chain</a></td>
<td class="colLast">
<div class="block">A <code>Handler</code> that executes a 'chain' of child handlers in order.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/apache/axis/EngineConfiguration.html" title="interface in org.apache.axis">EngineConfiguration</a></td>
<td class="colLast">
<div class="block">EngineConfiguration is an interface that the Message Flow subsystem
provides so that engine configuration can be provided in a pluggable
way.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/apache/axis/EngineConfigurationFactory.html" title="interface in org.apache.axis">EngineConfigurationFactory</a></td>
<td class="colLast">
<div class="block">EngineConfigurationFactory is an interface used to construct
concrete EngineConfiguration instances.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</a></td>
<td class="colLast">
<div class="block">An AXIS handler.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/apache/axis/HandlerIterationStrategy.html" title="interface in org.apache.axis">HandlerIterationStrategy</a></td>
<td class="colLast">
<div class="block">Base interface for doing an action to Handlers with a MessageContext.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/apache/axis/Part.html" title="interface in org.apache.axis">Part</a></td>
<td class="colLast">
<div class="block">A part of a MIME message.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/apache/axis/TargetedChain.html" title="interface in org.apache.axis">TargetedChain</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/apache/axis/WSDDEngineConfiguration.html" title="interface in org.apache.axis">WSDDEngineConfiguration</a></td>
<td class="colLast">
<div class="block">Extends EngineConfiguration interface to provide hook to
internal WSDD deployment info.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/apache/axis/AxisEngine.html" title="class in org.apache.axis">AxisEngine</a></td>
<td class="colLast">
<div class="block">An <code>AxisEngine</code> is the base class for AxisClient and
AxisServer.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/apache/axis/AxisProperties.html" title="class in org.apache.axis">AxisProperties</a></td>
<td class="colLast">
<div class="block">Configuration properties for AXIS.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/apache/axis/AxisServiceConfigImpl.html" title="class in org.apache.axis">AxisServiceConfigImpl</a></td>
<td class="colLast">
<div class="block">A simple implementation of AxisServiceConfig.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/apache/axis/Constants.html" title="class in org.apache.axis">Constants</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/apache/axis/FaultableHandler.html" title="class in org.apache.axis">FaultableHandler</a></td>
<td class="colLast">
<div class="block">A <code>FaultableHandler</code> is essentially a wrapper for any other
Handler which provides flexible fault handling semantics.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/apache/axis/Message.html" title="class in org.apache.axis">Message</a></td>
<td class="colLast">
<div class="block">A complete SOAP (and/or XML-RPC, eventually) message.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/apache/axis/MessageContext.html" title="class in org.apache.axis">MessageContext</a></td>
<td class="colLast">
<div class="block">A MessageContext is the Axis implementation of the javax
SOAPMessageContext class, and is core to message processing
in handlers and other parts of the system.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/apache/axis/SimpleChain.html" title="class in org.apache.axis">SimpleChain</a></td>
<td class="colLast">
<div class="block">A Simple Chain is a 'composite' Handler in that it aggregates a collection
of Handlers and also acts as a Handler which delegates its operations to
the collection.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/apache/axis/SimpleTargetedChain.html" title="class in org.apache.axis">SimpleTargetedChain</a></td>
<td class="colLast">
<div class="block">A SimpleTargetedChain has a request handler, a pivot handler, and a response
handler (any of which may themselves be chains).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/apache/axis/SOAPPart.html" title="class in org.apache.axis">SOAPPart</a></td>
<td class="colLast">
<div class="block">The SOAPPart provides access to the root part of the Message which
contains the envelope.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/apache/axis/Version.html" title="class in org.apache.axis">Version</a></td>
<td class="colLast">
<div class="block">Little utility to get the version and build date of the axis.jar.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation">
<caption><span>Exception Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Exception</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/apache/axis/AxisFault.html" title="class in org.apache.axis">AxisFault</a></td>
<td class="colLast">
<div class="block">An exception which maps cleanly to a SOAP fault.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/apache/axis/ConfigurationException.html" title="class in org.apache.axis">ConfigurationException</a></td>
<td class="colLast">
<div class="block">ConfigurationException is thrown when an error occurs trying to
use an EngineConfiguration.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/apache/axis/InternalException.html" title="class in org.apache.axis">InternalException</a></td>
<td class="colLast">
<div class="block">Encapsulates exceptions for "should never occur" situations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/apache/axis/NoEndPointException.html" title="class in org.apache.axis">NoEndPointException</a></td>
<td class="colLast">
<div class="block">An exception to indicate that there is no end point.</div>
</td>
</tr>
</tbody>
</table>
</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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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><a href="../../../javax/xml/soap/package-summary.html">Prev Package</a></li>
<li><a href="../../../org/apache/axis/attachments/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/apache/axis/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.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>