blob: e0ef177f265476b4b2a6010db59604454dcc80e4 [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.utils (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.utils (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="../../../../org/apache/axis/types/package-summary.html">Prev Package</a></li>
<li><a href="../../../../org/apache/axis/utils/bytecode/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/axis/utils/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.utils</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/utils/JavaUtils.ConvertCache.html" title="interface in org.apache.axis.utils">JavaUtils.ConvertCache</a></td>
<td class="colLast">
<div class="block">It the argument to the convert(...) method implements
the ConvertCache interface, the convert(...) method
will use the set/get methods to store and retrieve
converted values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/ParserControl.html" title="interface in org.apache.axis.utils">ParserControl</a></td>
<td class="colLast">
<div class="block">ParserControl is used to control particular behaviour of the parser.</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/utils/Admin.html" title="class in org.apache.axis.utils">Admin</a></td>
<td class="colLast">
<div class="block">Handy static utility functions for turning XML into
Axis deployment operations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/ArrayUtil.html" title="class in org.apache.axis.utils">ArrayUtil</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/ArrayUtil.NonConvertable.html" title="class in org.apache.axis.utils">ArrayUtil.NonConvertable</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/BeanPropertyDescriptor.html" title="class in org.apache.axis.utils">BeanPropertyDescriptor</a></td>
<td class="colLast">
<div class="block">This class represents a field/property in a value type (a class with either
bean-style getters/setters or public fields).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/BeanUtils.html" title="class in org.apache.axis.utils">BeanUtils</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/ByteArray.html" title="class in org.apache.axis.utils">ByteArray</a></td>
<td class="colLast">
<div class="block">Class ByteArray</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/ByteArrayOutputStream.html" title="class in org.apache.axis.utils">ByteArrayOutputStream</a></td>
<td class="colLast">
<div class="block">This class implements an output stream in which the data is
written into a byte array.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/CLArgsParser.html" title="class in org.apache.axis.utils">CLArgsParser</a></td>
<td class="colLast">
<div class="block">Parser for command line arguments.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/ClasspathUtils.html" title="class in org.apache.axis.utils">ClasspathUtils</a></td>
<td class="colLast">
<div class="block">Utility class for constructing the classpath</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/ClassUtils.html" title="class in org.apache.axis.utils">ClassUtils</a></td>
<td class="colLast">
<div class="block">Utility methods for Class Loading.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/CLOption.html" title="class in org.apache.axis.utils">CLOption</a></td>
<td class="colLast">
<div class="block">Basic class describing an instance of option.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/CLOptionDescriptor.html" title="class in org.apache.axis.utils">CLOptionDescriptor</a></td>
<td class="colLast">
<div class="block">Basic class describing an type of option.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/CLUtil.html" title="class in org.apache.axis.utils">CLUtil</a></td>
<td class="colLast">
<div class="block">CLUtil offers basic utility operations for use both internal and external to package.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/DefaultAuthenticator.html" title="class in org.apache.axis.utils">DefaultAuthenticator</a></td>
<td class="colLast">
<div class="block">This class is used by WSDL2javaAntTask and WSDL2.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/DefaultEntityResolver.html" title="class in org.apache.axis.utils">DefaultEntityResolver</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/DefaultErrorHandler.html" title="class in org.apache.axis.utils">DefaultErrorHandler</a></td>
<td class="colLast">
<div class="block">Default <a href="http://docs.oracle.com/javase/1.4.2/docs/api/org/xml/sax/ErrorHandler.html?is-external=true" title="class or interface in org.xml.sax"><code>ErrorHandler</code></a> implementation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/DOM2Writer.html" title="class in org.apache.axis.utils">DOM2Writer</a></td>
<td class="colLast">
<div class="block">This class is a utility to serialize a DOM node as XML.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/FieldPropertyDescriptor.html" title="class in org.apache.axis.utils">FieldPropertyDescriptor</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/IdentityHashMap.html" title="class in org.apache.axis.utils">IdentityHashMap</a></td>
<td class="colLast">
<div class="block">IdentityHashMap similar to JDK1.4's java.util.IdentityHashMap</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/IDKey.html" title="class in org.apache.axis.utils">IDKey</a></td>
<td class="colLast">
<div class="block">Wrap an identity key (System.identityHashCode())</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/IOUtils.html" title="class in org.apache.axis.utils">IOUtils</a></td>
<td class="colLast">
<div class="block">Utility class containing IO helper methods</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/JavaUtils.html" title="class in org.apache.axis.utils">JavaUtils</a></td>
<td class="colLast">
<div class="block">Utility class to deal with Java language related issues, such
as type conversions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/JWSClassLoader.html" title="class in org.apache.axis.utils">JWSClassLoader</a></td>
<td class="colLast">
<div class="block">Class loader for JWS files.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/LockableHashtable.html" title="class in org.apache.axis.utils">LockableHashtable</a></td>
<td class="colLast">
<div class="block">This subclass of the java Hashtable allows individual
entries to be "locked" so that their values cannot be
overwritten or removed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/Mapping.html" title="class in org.apache.axis.utils">Mapping</a></td>
<td class="colLast">
<div class="block">this class represents a mapping from namespace to prefix</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/Messages.html" title="class in org.apache.axis.utils">Messages</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/NetworkUtils.html" title="class in org.apache.axis.utils">NetworkUtils</a></td>
<td class="colLast">
<div class="block">Utility classes for networking
created 13-May-2004 16:17:51</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/NSStack.html" title="class in org.apache.axis.utils">NSStack</a></td>
<td class="colLast">
<div class="block">The abstraction this class provides is a push down stack of variable
length frames of prefix to namespace mappings.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/Options.html" title="class in org.apache.axis.utils">Options</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/SessionUtils.html" title="class in org.apache.axis.utils">SessionUtils</a></td>
<td class="colLast">
<div class="block">Code borrowed from AuthenticatorBase.java for generating a secure id's.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/SOAPMonitor.html" title="class in org.apache.axis.utils">SOAPMonitor</a></td>
<td class="colLast">
<div class="block">This is a SOAP Monitor Application class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/StringUtils.html" title="class in org.apache.axis.utils">StringUtils</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/tcpmon.html" title="class in org.apache.axis.utils">tcpmon</a></td>
<td class="colLast">
<div class="block">TCP monitor to log http messages and responses, both SOAP and plain HTTP.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/TeeOutputStream.html" title="class in org.apache.axis.utils">TeeOutputStream</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/URLHashSet.html" title="class in org.apache.axis.utils">URLHashSet</a></td>
<td class="colLast">
<div class="block">Class URLHashSet</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/WSDLUtils.html" title="class in org.apache.axis.utils">WSDLUtils</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/XMLChar.html" title="class in org.apache.axis.utils">XMLChar</a></td>
<td class="colLast">
<div class="block">This class defines the basic XML character properties.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/XMLUtils.html" title="class in org.apache.axis.utils">XMLUtils</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/axis/utils/XMLUtils.ParserErrorHandler.html" title="class in org.apache.axis.utils">XMLUtils.ParserErrorHandler</a></td>
<td class="colLast">&nbsp;</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/utils/JavaUtils.HolderException.html" title="class in org.apache.axis.utils">JavaUtils.HolderException</a></td>
<td class="colLast">&nbsp;</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="../../../../org/apache/axis/types/package-summary.html">Prev Package</a></li>
<li><a href="../../../../org/apache/axis/utils/bytecode/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/axis/utils/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>