blob: 33ab8a83cd6cb8367c90b9d4c7d18b701db1f234 [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>ActivateUtils (Apache Axis2)</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="ActivateUtils (Apache Axis2)";
}
//-->
</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/ActivateUtils.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/axis2/context/externalize/DebugObjectInput.html" title="class in org.apache.axis2.context.externalize"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/axis2/context/externalize/ActivateUtils.html" target="_top">Frames</a></li>
<li><a href="ActivateUtils.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>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.context.externalize</div>
<h2 title="Class ActivateUtils" class="title">Class ActivateUtils</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/1.5.0/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>org.apache.axis2.context.externalize.ActivateUtils</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">ActivateUtils</span>
extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
<div class="block">Some Externalize objects must be "activated" after they are read.
Activation normally involves associating the object with objects in the current
runtime.
ActivateUtils provides activation related utilities</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="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>static <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/context/externalize/ActivateUtils.html#findHandler(java.util.List, org.apache.axis2.util.MetaDataEntry)">findHandler</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/axis2/engine/Handler.html" title="interface in org.apache.axis2.engine">Handler</a>&gt;&nbsp;existingHandlers,
<a href="../../../../../org/apache/axis2/util/MetaDataEntry.html" title="class in org.apache.axis2.util">MetaDataEntry</a>&nbsp;metaDataEntry)</code>
<div class="block">Find the Handler object that matches the criteria</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/axis2/description/AxisMessage.html" title="class in org.apache.axis2.description">AxisMessage</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/context/externalize/ActivateUtils.html#findMessage(org.apache.axis2.description.AxisOperation, java.lang.String, java.lang.String)">findMessage</a></strong>(<a href="../../../../../org/apache/axis2/description/AxisOperation.html" title="class in org.apache.axis2.description">AxisOperation</a>&nbsp;op,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msgName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msgElementName)</code>
<div class="block">Find the AxisMessage object that matches the criteria</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/axis2/description/AxisOperation.html" title="class in org.apache.axis2.description">AxisOperation</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/context/externalize/ActivateUtils.html#findOperation(org.apache.axis2.engine.AxisConfiguration, java.lang.String, javax.xml.namespace.QName)">findOperation</a></strong>(<a href="../../../../../org/apache/axis2/engine/AxisConfiguration.html" title="class in org.apache.axis2.engine">AxisConfiguration</a>&nbsp;axisConfig,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;opClassName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</a>&nbsp;opQName)</code>
<div class="block">Find the AxisOperation object that matches the criteria</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/axis2/description/AxisOperation.html" title="class in org.apache.axis2.description">AxisOperation</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/context/externalize/ActivateUtils.html#findOperation(org.apache.axis2.description.AxisService, java.lang.String, javax.xml.namespace.QName)">findOperation</a></strong>(<a href="../../../../../org/apache/axis2/description/AxisService.html" title="class in org.apache.axis2.description">AxisService</a>&nbsp;service,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;opClassName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</a>&nbsp;opQName)</code>
<div class="block">Find the AxisOperation object that matches the criteria</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/axis2/description/AxisService.html" title="class in org.apache.axis2.description">AxisService</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/context/externalize/ActivateUtils.html#findService(org.apache.axis2.engine.AxisConfiguration, java.lang.String, java.lang.String)">findService</a></strong>(<a href="../../../../../org/apache/axis2/engine/AxisConfiguration.html" title="class in org.apache.axis2.engine">AxisConfiguration</a>&nbsp;axisConfig,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;serviceClassName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;serviceName)</code>
<div class="block">Find the AxisService object that matches the criteria</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/axis2/description/AxisService.html" title="class in org.apache.axis2.description">AxisService</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/context/externalize/ActivateUtils.html#findService(org.apache.axis2.engine.AxisConfiguration, java.lang.String, java.lang.String, java.lang.String)">findService</a></strong>(<a href="../../../../../org/apache/axis2/engine/AxisConfiguration.html" title="class in org.apache.axis2.engine">AxisConfiguration</a>&nbsp;axisConfig,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;serviceClassName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;serviceName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;extraName)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/axis2/description/AxisServiceGroup.html" title="class in org.apache.axis2.description">AxisServiceGroup</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/context/externalize/ActivateUtils.html#findServiceGroup(org.apache.axis2.engine.AxisConfiguration, java.lang.String, java.lang.String)">findServiceGroup</a></strong>(<a href="../../../../../org/apache/axis2/engine/AxisConfiguration.html" title="class in org.apache.axis2.engine">AxisConfiguration</a>&nbsp;axisConfig,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;serviceGrpClassName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;serviceGrpName)</code>
<div class="block">Find the AxisServiceGroup object that matches the criteria
<p/>
<B>Note<B> the saved service group meta information may not
match up with any of the serviceGroups that
are in the current AxisConfiguration object.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/axis2/transport/TransportListener.html" title="interface in org.apache.axis2.transport">TransportListener</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/context/externalize/ActivateUtils.html#findTransportListener(org.apache.axis2.engine.AxisConfiguration, java.lang.String)">findTransportListener</a></strong>(<a href="../../../../../org/apache/axis2/engine/AxisConfiguration.html" title="class in org.apache.axis2.engine">AxisConfiguration</a>&nbsp;axisConfig,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;listenerClassName)</code>
<div class="block">Find the TransportListener object that matches the criteria
<p/>
<B>Note<B> the saved meta information may not
match up with any of the objects that
are in the current AxisConfiguration object.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/1.5.0/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/axis2/context/externalize/ActivateUtils.html#getAxisServiceExternalizeExtraName(org.apache.axis2.description.AxisService)">getAxisServiceExternalizeExtraName</a></strong>(<a href="../../../../../org/apache/axis2/description/AxisService.html" title="class in org.apache.axis2.description">AxisService</a>&nbsp;axisService)</code>
<div class="block">Return a Sring that contains the service QName and port local name of an AxisService
seperated by a delimiter.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/context/externalize/ActivateUtils.html#isEquivalent(java.util.ArrayList, java.util.ArrayList, boolean)">isEquivalent</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&nbsp;a1,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&nbsp;a2,
boolean&nbsp;strict)</code>
<div class="block">Compares the two collections to see if they are equivalent.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/context/externalize/ActivateUtils.html#isEquivalent(java.util.LinkedList, java.util.LinkedList)">isEquivalent</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</a>&nbsp;l1,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</a>&nbsp;l2)</code>
<div class="block">Compares the two collections to see if they are equivalent.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/context/externalize/ActivateUtils.html#isEquivalent(java.util.Map, java.util.Map, boolean)">isEquivalent</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;m1,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;m2,
boolean&nbsp;strict)</code>
<div class="block">Compares the two collections to see if they are equivalent.</div>
</td>
</tr>
</table>
<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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</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="findServiceGroup(org.apache.axis2.engine.AxisConfiguration, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findServiceGroup</h4>
<pre>public static&nbsp;<a href="../../../../../org/apache/axis2/description/AxisServiceGroup.html" title="class in org.apache.axis2.description">AxisServiceGroup</a>&nbsp;findServiceGroup(<a href="../../../../../org/apache/axis2/engine/AxisConfiguration.html" title="class in org.apache.axis2.engine">AxisConfiguration</a>&nbsp;axisConfig,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;serviceGrpClassName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;serviceGrpName)</pre>
<div class="block">Find the AxisServiceGroup object that matches the criteria
<p/>
<B>Note<B> the saved service group meta information may not
match up with any of the serviceGroups that
are in the current AxisConfiguration object.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>axisConfig</code> - The AxisConfiguration object</dd><dd><code>serviceGrpClassName</code> - the class name string for the target object
(could be a derived class)</dd><dd><code>serviceGrpName</code> - the name associated with the service group</dd>
<dt><span class="strong">Returns:</span></dt><dd>the AxisServiceGroup object that matches the criteria</dd></dl>
</li>
</ul>
<a name="findService(org.apache.axis2.engine.AxisConfiguration, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findService</h4>
<pre>public static&nbsp;<a href="../../../../../org/apache/axis2/description/AxisService.html" title="class in org.apache.axis2.description">AxisService</a>&nbsp;findService(<a href="../../../../../org/apache/axis2/engine/AxisConfiguration.html" title="class in org.apache.axis2.engine">AxisConfiguration</a>&nbsp;axisConfig,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;serviceClassName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;serviceName)</pre>
<div class="block">Find the AxisService object that matches the criteria</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>axisConfig</code> - The AxisConfiguration object</dd><dd><code>serviceClassName</code> - the class name string for the target object
(could be a derived class)</dd><dd><code>serviceName</code> - the name associated with the service</dd>
<dt><span class="strong">Returns:</span></dt><dd>the AxisService object that matches the criteria</dd></dl>
</li>
</ul>
<a name="findService(org.apache.axis2.engine.AxisConfiguration, java.lang.String, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findService</h4>
<pre>public static&nbsp;<a href="../../../../../org/apache/axis2/description/AxisService.html" title="class in org.apache.axis2.description">AxisService</a>&nbsp;findService(<a href="../../../../../org/apache/axis2/engine/AxisConfiguration.html" title="class in org.apache.axis2.engine">AxisConfiguration</a>&nbsp;axisConfig,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;serviceClassName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;serviceName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;extraName)</pre>
</li>
</ul>
<a name="getAxisServiceExternalizeExtraName(org.apache.axis2.description.AxisService)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAxisServiceExternalizeExtraName</h4>
<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getAxisServiceExternalizeExtraName(<a href="../../../../../org/apache/axis2/description/AxisService.html" title="class in org.apache.axis2.description">AxisService</a>&nbsp;axisService)</pre>
<div class="block">Return a Sring that contains the service QName and port local name of an AxisService
seperated by a delimiter. This value can be used as part of externalizing an AxisService
to provide additional information during deserialization in cases where the AxisService
name is not unique or does not match for whatever reasons.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>axisService</code> - The AxisService to create the externalized name</dd>
<dt><span class="strong">Returns:</span></dt><dd>a String with the ServiceQName and port local name separated by DELIMITER_SERVICE_PORT
if both values exist as parameters on the service; null otherwise.</dd></dl>
</li>
</ul>
<a name="findOperation(org.apache.axis2.engine.AxisConfiguration, java.lang.String, javax.xml.namespace.QName)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findOperation</h4>
<pre>public static&nbsp;<a href="../../../../../org/apache/axis2/description/AxisOperation.html" title="class in org.apache.axis2.description">AxisOperation</a>&nbsp;findOperation(<a href="../../../../../org/apache/axis2/engine/AxisConfiguration.html" title="class in org.apache.axis2.engine">AxisConfiguration</a>&nbsp;axisConfig,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;opClassName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</a>&nbsp;opQName)</pre>
<div class="block">Find the AxisOperation object that matches the criteria</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>axisConfig</code> - The AxisConfiguration object</dd><dd><code>opClassName</code> - the class name string for the target object
(could be a derived class)</dd><dd><code>opQName</code> - the name associated with the operation</dd>
<dt><span class="strong">Returns:</span></dt><dd>the AxisOperation object that matches the given criteria</dd></dl>
</li>
</ul>
<a name="findOperation(org.apache.axis2.description.AxisService, java.lang.String, javax.xml.namespace.QName)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findOperation</h4>
<pre>public static&nbsp;<a href="../../../../../org/apache/axis2/description/AxisOperation.html" title="class in org.apache.axis2.description">AxisOperation</a>&nbsp;findOperation(<a href="../../../../../org/apache/axis2/description/AxisService.html" title="class in org.apache.axis2.description">AxisService</a>&nbsp;service,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;opClassName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</a>&nbsp;opQName)</pre>
<div class="block">Find the AxisOperation object that matches the criteria</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>service</code> - The AxisService object</dd><dd><code>opClassName</code> - The class name string for the target object
(could be a derived class)</dd><dd><code>opQName</code> - the name associated with the operation</dd>
<dt><span class="strong">Returns:</span></dt><dd>the AxisOperation object that matches the given criteria</dd></dl>
</li>
</ul>
<a name="findMessage(org.apache.axis2.description.AxisOperation, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findMessage</h4>
<pre>public static&nbsp;<a href="../../../../../org/apache/axis2/description/AxisMessage.html" title="class in org.apache.axis2.description">AxisMessage</a>&nbsp;findMessage(<a href="../../../../../org/apache/axis2/description/AxisOperation.html" title="class in org.apache.axis2.description">AxisOperation</a>&nbsp;op,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msgName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msgElementName)</pre>
<div class="block">Find the AxisMessage object that matches the criteria</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>op</code> - The AxisOperation object</dd><dd><code>msgName</code> - The name associated with the message</dd><dd><code>msgElementName</code> - The name associated with the message element</dd>
<dt><span class="strong">Returns:</span></dt><dd>the AxisMessage object that matches the given criteria</dd></dl>
</li>
</ul>
<a name="findHandler(java.util.List, org.apache.axis2.util.MetaDataEntry)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findHandler</h4>
<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;findHandler(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/axis2/engine/Handler.html" title="interface in org.apache.axis2.engine">Handler</a>&gt;&nbsp;existingHandlers,
<a href="../../../../../org/apache/axis2/util/MetaDataEntry.html" title="class in org.apache.axis2.util">MetaDataEntry</a>&nbsp;metaDataEntry)</pre>
<div class="block">Find the Handler object that matches the criteria</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>existingHandlers</code> - The list of existing handlers and phases</dd><dd><code>handlerClassName</code> - the class name string for the target object
(could be a derived class)</dd>
<dt><span class="strong">Returns:</span></dt><dd>the Handler object that matches the criteria</dd></dl>
</li>
</ul>
<a name="findTransportListener(org.apache.axis2.engine.AxisConfiguration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findTransportListener</h4>
<pre>public static&nbsp;<a href="../../../../../org/apache/axis2/transport/TransportListener.html" title="interface in org.apache.axis2.transport">TransportListener</a>&nbsp;findTransportListener(<a href="../../../../../org/apache/axis2/engine/AxisConfiguration.html" title="class in org.apache.axis2.engine">AxisConfiguration</a>&nbsp;axisConfig,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;listenerClassName)</pre>
<div class="block">Find the TransportListener object that matches the criteria
<p/>
<B>Note<B> the saved meta information may not
match up with any of the objects that
are in the current AxisConfiguration object.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>axisConfig</code> - The AxisConfiguration object</dd><dd><code>listenerClassName</code> - the class name string for the target object
(could be a derived class)</dd>
<dt><span class="strong">Returns:</span></dt><dd>the TransportListener object that matches the criteria</dd></dl>
</li>
</ul>
<a name="isEquivalent(java.util.ArrayList, java.util.ArrayList, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isEquivalent</h4>
<pre>public static&nbsp;boolean&nbsp;isEquivalent(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&nbsp;a1,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&nbsp;a2,
boolean&nbsp;strict)</pre>
<div class="block">Compares the two collections to see if they are equivalent.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>a1</code> - The first collection</dd><dd><code>a2</code> - The second collection</dd><dd><code>strict</code> - Indicates whether strict checking is required. Strict
checking means that the two collections must have the
same elements in the same order. Non-strict checking
means that the two collections must have the same
elements, but the order is not significant.</dd>
<dt><span class="strong">Returns:</span></dt><dd>TRUE if the two collections are equivalent
FALSE, otherwise</dd></dl>
</li>
</ul>
<a name="isEquivalent(java.util.Map, java.util.Map, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isEquivalent</h4>
<pre>public static&nbsp;boolean&nbsp;isEquivalent(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;m1,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;m2,
boolean&nbsp;strict)</pre>
<div class="block">Compares the two collections to see if they are equivalent.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>m1</code> - The first collection</dd><dd><code>m2</code> - The second collection</dd><dd><code>strict</code> - Indicates whether strict checking is required. Strict
checking means that the two collections must have the
same mappings. Non-strict checking means that the
two collections must have the same keys. In both
cases, the order is not significant.</dd>
<dt><span class="strong">Returns:</span></dt><dd>TRUE if the two collections are equivalent
FALSE, otherwise</dd></dl>
</li>
</ul>
<a name="isEquivalent(java.util.LinkedList, java.util.LinkedList)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>isEquivalent</h4>
<pre>public static&nbsp;boolean&nbsp;isEquivalent(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</a>&nbsp;l1,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</a>&nbsp;l2)</pre>
<div class="block">Compares the two collections to see if they are equivalent.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>l1</code> - The first collection</dd><dd><code>l2</code> - The second collection</dd>
<dt><span class="strong">Returns:</span></dt><dd>TRUE if the two collections are equivalent
FALSE, otherwise</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/ActivateUtils.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/axis2/context/externalize/DebugObjectInput.html" title="class in org.apache.axis2.context.externalize"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/axis2/context/externalize/ActivateUtils.html" target="_top">Frames</a></li>
<li><a href="ActivateUtils.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>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>