blob: 7b480c91d4ae66547e37e01aed2232c1dce41410 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.apache.axis2.util (Apache Axis2)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.axis2.util (Apache Axis2)";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.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" id="allclasses_navbar_top">
<li><a href="../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.apache.axis2.util</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary">
<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">
<th class="colFirst" scope="row"><a href="CommandLineOptionConstants.html" title="interface in org.apache.axis2.util">CommandLineOptionConstants</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CommandLineOptionConstants.ExtensionArguments.html" title="interface in org.apache.axis2.util">CommandLineOptionConstants.ExtensionArguments</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CommandLineOptionConstants.WSDL2JavaConstants.html" title="interface in org.apache.axis2.util">CommandLineOptionConstants.WSDL2JavaConstants</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="OptionsValidator.html" title="interface in org.apache.axis2.util">OptionsValidator</a></th>
<td class="colLast">
<div class="block">An interface for the options validator.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="TargetResolver.html" title="interface in org.apache.axis2.util">TargetResolver</a></th>
<td class="colLast">
<div class="block">TargetResolver</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ThreadContextMigrator.html" title="interface in org.apache.axis2.util">ThreadContextMigrator</a></th>
<td class="colLast">
<div class="block">This is the interface for a piece of code that will plug into the user
programming model impl (e.g.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<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">
<th class="colFirst" scope="row"><a href="ArrayStack.html" title="class in org.apache.axis2.util">ArrayStack</a></th>
<td class="colLast">
<div class="block">An implementation of the <a href="https://docs.oracle.com/javase/7/docs/api/java/util/Stack.html?is-external=true" title="class or interface in java.util" class="externalLink"><code>Stack</code></a> API that is based on an <code>ArrayList</code>
instead of a <code>Vector</code>, so it is not synchronized to protect against multi-threaded
access.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AxisPolicyLocator.html" title="class in org.apache.axis2.util">AxisPolicyLocator</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CallbackReceiver.html" title="class in org.apache.axis2.util">CallbackReceiver</a></th>
<td class="colLast">
<div class="block">This is a MessageReceiver which is used on the client side to accept the
messages (response) that come to the client.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CommandLineOption.html" title="class in org.apache.axis2.util">CommandLineOption</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CommandLineOptionParser.html" title="class in org.apache.axis2.util">CommandLineOptionParser</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Counter.html" title="class in org.apache.axis2.util">Counter</a></th>
<td class="colLast">
<div class="block">This class provides a simple zero-based counter with synchronized access.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DefaultEntityResolver.html" title="class in org.apache.axis2.util">DefaultEntityResolver</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ExternalPolicySerializer.html" title="class in org.apache.axis2.util">ExternalPolicySerializer</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FaultyServiceData.html" title="class in org.apache.axis2.util">FaultyServiceData</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FileWriter.html" title="class in org.apache.axis2.util">FileWriter</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="HostConfiguration.html" title="class in org.apache.axis2.util">HostConfiguration</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IOUtils.html" title="class in org.apache.axis2.util">IOUtils</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="JavaUtils.html" title="class in org.apache.axis2.util">JavaUtils</a></th>
<td class="colLast">
<div class="block">JavaUtils</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Loader.html" title="class in org.apache.axis2.util">Loader</a></th>
<td class="colLast">
<div class="block">Loads resources (or images) from various sources.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LoggingControl.html" title="class in org.apache.axis2.util">LoggingControl</a></th>
<td class="colLast">
<div class="block">This class provides a more efficient means of control over logging than
do most providers of the Common's logging API at the cost of runtime
flexibility.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LogWriter.html" title="class in org.apache.axis2.util">LogWriter</a></th>
<td class="colLast">
<div class="block"><a href="https://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io" class="externalLink"><code>Writer</code></a> implementation that redirects to a logger.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MessageContextBuilder.html" title="class in org.apache.axis2.util">MessageContextBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MessageProcessorSelector.html" title="class in org.apache.axis2.util">MessageProcessorSelector</a></th>
<td class="colLast">
<div class="block">MessageProcessorSelector is utility class which encapsulate MessageBuilder and
MessageFormatter selection logic.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MetaDataEntry.html" title="class in org.apache.axis2.util">MetaDataEntry</a></th>
<td class="colLast">
<div class="block">An internal class for holding a set of information
about an object.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MultipleEntryHashMap.html" title="class in org.apache.axis2.util">MultipleEntryHashMap</a></th>
<td class="colLast">
<div class="block">This will make a hash map which can contain multiple entries for the same hash value.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ObjectStateUtils.html" title="class in org.apache.axis2.util">ObjectStateUtils</a></th>
<td class="colLast">
<div class="block">Utility to write, read and activate externalized Objects</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="OnDemandLogger.html" title="class in org.apache.axis2.util">OnDemandLogger</a></th>
<td class="colLast">
<div class="block">The OnDemandLogger will defer the creation of the
actual Log object until it is needed.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="OptionsParser.html" title="class in org.apache.axis2.util">OptionsParser</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="PolicyLocator.html" title="class in org.apache.axis2.util">PolicyLocator</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="PolicyUtil.html" title="class in org.apache.axis2.util">PolicyUtil</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="PrettyPrinter.html" title="class in org.apache.axis2.util">PrettyPrinter</a></th>
<td class="colLast">
<div class="block">Tidies up the java source code.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SchemaUtil.html" title="class in org.apache.axis2.util">SchemaUtil</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SelfManagedDataHolder.html" title="class in org.apache.axis2.util">SelfManagedDataHolder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SessionUtils.html" title="class in org.apache.axis2.util">SessionUtils</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="StreamWrapper.html" title="class in org.apache.axis2.util">StreamWrapper</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ThreadContextMigratorUtil.html" title="class in org.apache.axis2.util">ThreadContextMigratorUtil</a></th>
<td class="colLast">
<div class="block">This is a utility class to make it easier/cleaner for user programming
model-level implementations (e.g. the Axis2 JAX-WS code) to invoke the
ThreadContextMigrators.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="URL.html" title="class in org.apache.axis2.util">URL</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="URLProcessor.html" title="class in org.apache.axis2.util">URLProcessor</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Utils.html" title="class in org.apache.axis2.util">Utils</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="WrappedDataHandler.html" title="class in org.apache.axis2.util">WrappedDataHandler</a></th>
<td class="colLast">
<div class="block">This class acts as a wrapper for the javax.activation.DataHandler class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="WSDL20Util.html" title="class in org.apache.axis2.util">WSDL20Util</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="WSDLSerializationUtil.html" title="class in org.apache.axis2.util">WSDLSerializationUtil</a></th>
<td class="colLast">
<div class="block">Helps the AxisService to WSDL process</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="XMLChar.html" title="class in org.apache.axis2.util">XMLChar</a></th>
<td class="colLast">
<div class="block">This class defines the basic XML character properties.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="XMLPrettyPrinter.html" title="class in org.apache.axis2.util">XMLPrettyPrinter</a></th>
<td class="colLast">
<div class="block">An XML pretty printer based on xsl stylesheets</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="XMLUtils.html" title="class in org.apache.axis2.util">XMLUtils</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="XMLUtils.ParserErrorHandler.html" title="class in org.apache.axis2.util">XMLUtils.ParserErrorHandler</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="XSLTTemplateProcessor.html" title="class in org.apache.axis2.util">XSLTTemplateProcessor</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="XSLTUtils.html" title="class in org.apache.axis2.util">XSLTUtils</a></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.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" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses.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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &copy; <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</footer>
</body>
</html>