blob: 00b857bebf6f4509912f00bd31c952d42227adf2 [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>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>EndpointInvocationContext (Apache Axis2)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="EndpointInvocationContext (Apache Axis2)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<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/EndpointInvocationContext.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="../../../../../org/apache/axis2/jaxws/server/EndpointController.html" title="class in org.apache.axis2.jaxws.server"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/axis2/jaxws/server/EndpointInvocationContextImpl.html" title="class in org.apache.axis2.jaxws.server"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/axis2/jaxws/server/EndpointInvocationContext.html" target="_top">Frames</a></li>
<li><a href="EndpointInvocationContext.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&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.axis2.jaxws.server</div>
<h2 title="Interface EndpointInvocationContext" class="title">Interface EndpointInvocationContext</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd><a href="../../../../../org/apache/axis2/jaxws/core/InvocationContext.html" title="interface in org.apache.axis2.jaxws.core">InvocationContext</a></dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../../../org/apache/axis2/jaxws/server/EndpointInvocationContextImpl.html" title="class in org.apache.axis2.jaxws.server">EndpointInvocationContextImpl</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="typeNameLabel">EndpointInvocationContext</span>
extends <a href="../../../../../org/apache/axis2/jaxws/core/InvocationContext.html" title="interface in org.apache.axis2.jaxws.core">InvocationContext</a></pre>
<div class="block">The EndpointInvocationContext is an extension of the base InvocationContext
that provides extensions specific to the environment of the service
endpoint.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/axis2/jaxws/server/EndpointInvocationContext.html#addInvocationListener-org.apache.axis2.jaxws.server.InvocationListener-">addInvocationListener</a></span>(<a href="../../../../../org/apache/axis2/jaxws/server/InvocationListener.html" title="interface in org.apache.axis2.jaxws.server">InvocationListener</a>&nbsp;listener)</code>
<div class="block">Adds an InvocationListener to the contex.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/axis2/jaxws/server/EndpointCallback.html" title="class in org.apache.axis2.jaxws.server">EndpointCallback</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/axis2/jaxws/server/EndpointInvocationContext.html#getCallback--">getCallback</a></span>()</code>
<div class="block">Returns the callback object to be used for asynchronous
endpoint invocations.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/axis2/jaxws/server/dispatcher/EndpointDispatcher.html" title="interface in org.apache.axis2.jaxws.server.dispatcher">EndpointDispatcher</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/axis2/jaxws/server/EndpointInvocationContext.html#getDispatcher--">getDispatcher</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/axis2/jaxws/server/InvocationListenerFactory.html" title="interface in org.apache.axis2.jaxws.server">InvocationListenerFactory</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/axis2/jaxws/server/EndpointInvocationContext.html#getInvocationListenerFactories--">getInvocationListenerFactories</a></span>()</code>
<div class="block">Returns the InvocationListenerFactory instances registered with JAX-WS.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/axis2/jaxws/server/InvocationListener.html" title="interface in org.apache.axis2.jaxws.server">InvocationListener</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/axis2/jaxws/server/EndpointInvocationContext.html#getInvocationListeners--">getInvocationListeners</a></span>()</code>
<div class="block">Gets the InvocationListener instances from the context.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/axis2/jaxws/server/EndpointInvocationContext.html#isOneWay--">isOneWay</a></span>()</code>
<div class="block">Returns a boolean value indicating whether or not the invocation
pattern for the request is one way or not.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/axis2/jaxws/server/EndpointInvocationContext.html#setCallback-org.apache.axis2.jaxws.server.EndpointCallback-">setCallback</a></span>(<a href="../../../../../org/apache/axis2/jaxws/server/EndpointCallback.html" title="class in org.apache.axis2.jaxws.server">EndpointCallback</a>&nbsp;cb)</code>
<div class="block">Sets the callback object to be used for asynchronous
endpoint invocations.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/axis2/jaxws/server/EndpointInvocationContext.html#setEndpointDispatcher-org.apache.axis2.jaxws.server.dispatcher.EndpointDispatcher-">setEndpointDispatcher</a></span>(<a href="../../../../../org/apache/axis2/jaxws/server/dispatcher/EndpointDispatcher.html" title="interface in org.apache.axis2.jaxws.server.dispatcher">EndpointDispatcher</a>&nbsp;ed)</code>&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/axis2/jaxws/server/EndpointInvocationContext.html#setInvocationListenerFactories-java.util.Collection-">setInvocationListenerFactories</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/axis2/jaxws/server/InvocationListenerFactory.html" title="interface in org.apache.axis2.jaxws.server">InvocationListenerFactory</a>&gt;&nbsp;factories)</code>
<div class="block">Sets the InvocationListenerFactory instances registered with JAX-WS.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/axis2/jaxws/server/EndpointInvocationContext.html#setInvocationListeners-java.util.List-">setInvocationListeners</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/axis2/jaxws/server/InvocationListener.html" title="interface in org.apache.axis2.jaxws.server">InvocationListener</a>&gt;&nbsp;listeners)</code>
<div class="block">Sets list of InvocationListener instances</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/axis2/jaxws/server/EndpointInvocationContext.html#setIsOneWay-boolean-">setIsOneWay</a></span>(boolean&nbsp;value)</code>
<div class="block">Sets the value for marking the request as a one way invocation.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.axis2.jaxws.core.InvocationContext">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.axis2.jaxws.core.<a href="../../../../../org/apache/axis2/jaxws/core/InvocationContext.html" title="interface in org.apache.axis2.jaxws.core">InvocationContext</a></h3>
<code><a href="../../../../../org/apache/axis2/jaxws/core/InvocationContext.html#getAsyncResponseListener--">getAsyncResponseListener</a>, <a href="../../../../../org/apache/axis2/jaxws/core/InvocationContext.html#getExecutor--">getExecutor</a>, <a href="../../../../../org/apache/axis2/jaxws/core/InvocationContext.html#getHandlers--">getHandlers</a>, <a href="../../../../../org/apache/axis2/jaxws/core/InvocationContext.html#getRequestMessageContext--">getRequestMessageContext</a>, <a href="../../../../../org/apache/axis2/jaxws/core/InvocationContext.html#getResponseMessageContext--">getResponseMessageContext</a>, <a href="../../../../../org/apache/axis2/jaxws/core/InvocationContext.html#getServiceClient--">getServiceClient</a>, <a href="../../../../../org/apache/axis2/jaxws/core/InvocationContext.html#setAsyncResponseListener-org.apache.axis2.jaxws.client.async.AsyncResponse-">setAsyncResponseListener</a>, <a href="../../../../../org/apache/axis2/jaxws/core/InvocationContext.html#setExecutor-java.util.concurrent.Executor-">setExecutor</a>, <a href="../../../../../org/apache/axis2/jaxws/core/InvocationContext.html#setHandlers-java.util.List-">setHandlers</a>, <a href="../../../../../org/apache/axis2/jaxws/core/InvocationContext.html#setRequestMessageContext-org.apache.axis2.jaxws.core.MessageContext-">setRequestMessageContext</a>, <a href="../../../../../org/apache/axis2/jaxws/core/InvocationContext.html#setResponseMessageContext-org.apache.axis2.jaxws.core.MessageContext-">setResponseMessageContext</a>, <a href="../../../../../org/apache/axis2/jaxws/core/InvocationContext.html#setServiceClient-org.apache.axis2.client.ServiceClient-">setServiceClient</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getCallback--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCallback</h4>
<pre><a href="../../../../../org/apache/axis2/jaxws/server/EndpointCallback.html" title="class in org.apache.axis2.jaxws.server">EndpointCallback</a>&nbsp;getCallback()</pre>
<div class="block">Returns the callback object to be used for asynchronous
endpoint invocations.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>EndpointCallback - the EndpointCallback instance.</dd>
</dl>
</li>
</ul>
<a name="setCallback-org.apache.axis2.jaxws.server.EndpointCallback-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCallback</h4>
<pre>void&nbsp;setCallback(<a href="../../../../../org/apache/axis2/jaxws/server/EndpointCallback.html" title="class in org.apache.axis2.jaxws.server">EndpointCallback</a>&nbsp;cb)</pre>
<div class="block">Sets the callback object to be used for asynchronous
endpoint invocations.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>cb</code> - - the EndpointCallback instance to be used.</dd>
</dl>
</li>
</ul>
<a name="getDispatcher--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDispatcher</h4>
<pre><a href="../../../../../org/apache/axis2/jaxws/server/dispatcher/EndpointDispatcher.html" title="interface in org.apache.axis2.jaxws.server.dispatcher">EndpointDispatcher</a>&nbsp;getDispatcher()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
</dl>
</li>
</ul>
<a name="setEndpointDispatcher-org.apache.axis2.jaxws.server.dispatcher.EndpointDispatcher-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setEndpointDispatcher</h4>
<pre>void&nbsp;setEndpointDispatcher(<a href="../../../../../org/apache/axis2/jaxws/server/dispatcher/EndpointDispatcher.html" title="interface in org.apache.axis2.jaxws.server.dispatcher">EndpointDispatcher</a>&nbsp;ed)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ed</code> - </dd>
</dl>
</li>
</ul>
<a name="isOneWay--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isOneWay</h4>
<pre>boolean&nbsp;isOneWay()</pre>
<div class="block">Returns a boolean value indicating whether or not the invocation
pattern for the request is one way or not.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
</dl>
</li>
</ul>
<a name="setIsOneWay-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setIsOneWay</h4>
<pre>void&nbsp;setIsOneWay(boolean&nbsp;value)</pre>
<div class="block">Sets the value for marking the request as a one way invocation.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - </dd>
</dl>
</li>
</ul>
<a name="setInvocationListenerFactories-java.util.Collection-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInvocationListenerFactories</h4>
<pre>void&nbsp;setInvocationListenerFactories(<a href="https://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/axis2/jaxws/server/InvocationListenerFactory.html" title="interface in org.apache.axis2.jaxws.server">InvocationListenerFactory</a>&gt;&nbsp;factories)</pre>
<div class="block">Sets the InvocationListenerFactory instances registered with JAX-WS.</div>
</li>
</ul>
<a name="getInvocationListenerFactories--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInvocationListenerFactories</h4>
<pre><a href="https://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/axis2/jaxws/server/InvocationListenerFactory.html" title="interface in org.apache.axis2.jaxws.server">InvocationListenerFactory</a>&gt;&nbsp;getInvocationListenerFactories()</pre>
<div class="block">Returns the InvocationListenerFactory instances registered with JAX-WS.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
</dl>
</li>
</ul>
<a name="addInvocationListener-org.apache.axis2.jaxws.server.InvocationListener-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addInvocationListener</h4>
<pre>void&nbsp;addInvocationListener(<a href="../../../../../org/apache/axis2/jaxws/server/InvocationListener.html" title="interface in org.apache.axis2.jaxws.server">InvocationListener</a>&nbsp;listener)</pre>
<div class="block">Adds an InvocationListener to the contex.</div>
</li>
</ul>
<a name="setInvocationListeners-java.util.List-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInvocationListeners</h4>
<pre>void&nbsp;setInvocationListeners(<a href="https://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/axis2/jaxws/server/InvocationListener.html" title="interface in org.apache.axis2.jaxws.server">InvocationListener</a>&gt;&nbsp;listeners)</pre>
<div class="block">Sets list of InvocationListener instances</div>
</li>
</ul>
<a name="getInvocationListeners--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getInvocationListeners</h4>
<pre><a href="https://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/axis2/jaxws/server/InvocationListener.html" title="interface in org.apache.axis2.jaxws.server">InvocationListener</a>&gt;&nbsp;getInvocationListeners()</pre>
<div class="block">Gets the InvocationListener instances from the context.</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<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/EndpointInvocationContext.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="../../../../../org/apache/axis2/jaxws/server/EndpointController.html" title="class in org.apache.axis2.jaxws.server"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/axis2/jaxws/server/EndpointInvocationContextImpl.html" title="class in org.apache.axis2.jaxws.server"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/axis2/jaxws/server/EndpointInvocationContext.html" target="_top">Frames</a></li>
<li><a href="EndpointInvocationContext.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&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 &copy; <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>