blob: fcb6db7fc32b01fea5ffc8456021c27e702dc403 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>AxisDescription (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="AxisDescription (Apache Axis2)";
}
}
catch(err) {
}
//-->
var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":6,"i18":10,"i19":10,"i20":10,"i21":10,"i22":42,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":42};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
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><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/AxisDescription.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</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>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.apache.axis2.description</a></div>
<h2 title="Class AxisDescription" class="title">Class AxisDescription</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>org.apache.axis2.description.AxisDescription</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><code><a href="DescriptionConstants.html" title="interface in org.apache.axis2.description">DescriptionConstants</a></code>, <code><a href="ParameterInclude.html" title="interface in org.apache.axis2.description">ParameterInclude</a></code></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><code><a href="AxisBinding.html" title="class in org.apache.axis2.description">AxisBinding</a></code>, <code><a href="AxisBindingMessage.html" title="class in org.apache.axis2.description">AxisBindingMessage</a></code>, <code><a href="AxisBindingOperation.html" title="class in org.apache.axis2.description">AxisBindingOperation</a></code>, <code><a href="../engine/AxisConfiguration.html" title="class in org.apache.axis2.engine">AxisConfiguration</a></code>, <code><a href="AxisEndpoint.html" title="class in org.apache.axis2.description">AxisEndpoint</a></code>, <code><a href="AxisMessage.html" title="class in org.apache.axis2.description">AxisMessage</a></code>, <code><a href="AxisOperation.html" title="class in org.apache.axis2.description">AxisOperation</a></code>, <code><a href="AxisService.html" title="class in org.apache.axis2.description">AxisService</a></code>, <code><a href="AxisServiceGroup.html" title="class in org.apache.axis2.description">AxisServiceGroup</a></code></dd>
</dl>
<hr>
<pre>public abstract class <span class="typeNameLabel">AxisDescription</span>
extends <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>
implements <a href="ParameterInclude.html" title="interface in org.apache.axis2.description">ParameterInclude</a>, <a href="DescriptionConstants.html" title="interface in org.apache.axis2.description">DescriptionConstants</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util" class="externalLink">Map</a>&lt;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>,&#8203;<a href="AxisModule.html" title="class in org.apache.axis2.description">AxisModule</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#engagedModules">engagedModules</a></span></code></th>
<td class="colLast">
<div class="block">Map of modules engaged on this object.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a>&lt;<a href="ParameterObserver.html" title="interface in org.apache.axis2.description">ParameterObserver</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#parameterObservers">parameterObservers</a></span></code></th>
<td class="colLast">
<div class="block">List of ParameterObservers who want to be notified of changes</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="AxisDescription.html" title="class in org.apache.axis2.description">AxisDescription</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#parent">parent</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="fields.inherited.from.class.org.apache.axis2.description.DescriptionConstants">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;org.apache.axis2.description.<a href="DescriptionConstants.html" title="interface in org.apache.axis2.description">DescriptionConstants</a></h3>
<code><a href="DescriptionConstants.html#CLASSLOADER_KEY">CLASSLOADER_KEY</a>, <a href="DescriptionConstants.html#CONTEXTPATH_KEY">CONTEXTPATH_KEY</a>, <a href="DescriptionConstants.html#EXECUTION_CHAIN_KEY">EXECUTION_CHAIN_KEY</a>, <a href="DescriptionConstants.html#EXECUTION_FAULT_CHAIN_KEY">EXECUTION_FAULT_CHAIN_KEY</a>, <a href="DescriptionConstants.html#EXECUTION_OUT_CHAIN_KEY">EXECUTION_OUT_CHAIN_KEY</a>, <a href="DescriptionConstants.html#IN_FAULTFLOW_KEY">IN_FAULTFLOW_KEY</a>, <a href="DescriptionConstants.html#INFLOW_KEY">INFLOW_KEY</a>, <a href="DescriptionConstants.html#MESSAGE_RECEIVER_KEY">MESSAGE_RECEIVER_KEY</a>, <a href="DescriptionConstants.html#MODULEREF_KEY">MODULEREF_KEY</a>, <a href="DescriptionConstants.html#OPERATION_KEY">OPERATION_KEY</a>, <a href="DescriptionConstants.html#OUT_FAULTFLOW_KEY">OUT_FAULTFLOW_KEY</a>, <a href="DescriptionConstants.html#OUTFLOW_KEY">OUTFLOW_KEY</a>, <a href="DescriptionConstants.html#PARAMETER_KEY">PARAMETER_KEY</a>, <a href="DescriptionConstants.html#PHASES_KEY">PHASES_KEY</a>, <a href="DescriptionConstants.html#SERVICE_CLASS_NAME">SERVICE_CLASS_NAME</a>, <a href="DescriptionConstants.html#STYLE_KEY">STYLE_KEY</a></code></li>
</ul>
</li>
</ul>
</section>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E()">AxisDescription</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary">
<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><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t6" class="tableTab"><span><a href="javascript:show(32);">Deprecated Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addChild(java.lang.Object,org.apache.axis2.description.AxisDescription)">addChild</a></span>&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;key,
<a href="AxisDescription.html" title="class in org.apache.axis2.description">AxisDescription</a>&nbsp;child)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addChild(org.apache.axis2.description.AxisDescription)">addChild</a></span>&#8203;(<a href="AxisDescription.html" title="class in org.apache.axis2.description">AxisDescription</a>&nbsp;child)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addParameter(java.lang.String,java.lang.Object)">addParameter</a></span>&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;name,
<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addParameter(org.apache.axis2.description.Parameter)">addParameter</a></span>&#8203;(<a href="Parameter.html" title="class in org.apache.axis2.description">Parameter</a>&nbsp;param)</code></th>
<td class="colLast">
<div class="block">Method addParameter.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addParameterObserver(org.apache.axis2.description.ParameterObserver)">addParameterObserver</a></span>&#8203;(<a href="ParameterObserver.html" title="interface in org.apache.axis2.description">ParameterObserver</a>&nbsp;observer)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#applyPolicy()">applyPolicy</a></span>()</code></th>
<td class="colLast">
<div class="block">Applies the policies on the Description Hierarchy recursively.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#applyPolicy(org.apache.neethi.Policy)">applyPolicy</a></span>&#8203;(org.apache.neethi.Policy&nbsp;policy)</code></th>
<td class="colLast">
<div class="block">This method sets the policy as the default of this AxisDescription instance.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#deserializeParameters(org.apache.axiom.om.OMElement)">deserializeParameters</a></span>&#8203;(<a href="https://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om" class="externalLink">OMElement</a>&nbsp;parameterElement)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#disengageModule(org.apache.axis2.description.AxisModule)">disengageModule</a></span>&#8203;(<a href="AxisModule.html" title="class in org.apache.axis2.description">AxisModule</a>&nbsp;module)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#engageModule(org.apache.axis2.description.AxisModule)">engageModule</a></span>&#8203;(<a href="AxisModule.html" title="class in org.apache.axis2.description">AxisModule</a>&nbsp;axisModule)</code></th>
<td class="colLast">
<div class="block">Engage a Module at this level</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#engageModule(org.apache.axis2.description.AxisModule,org.apache.axis2.description.AxisDescription)">engageModule</a></span>&#8203;(<a href="AxisModule.html" title="class in org.apache.axis2.description">AxisModule</a>&nbsp;axisModule,
<a href="AxisDescription.html" title="class in org.apache.axis2.description">AxisDescription</a>&nbsp;source)</code></th>
<td class="colLast">
<div class="block">Engage a Module at this level, keeping track of which level the engage was originally called
from.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="../engine/AxisConfiguration.html" title="class in org.apache.axis2.engine">AxisConfiguration</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getAxisConfiguration()">getAxisConfiguration</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code><a href="AxisDescription.html" title="class in org.apache.axis2.description">AxisDescription</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getChild(java.lang.Object)">getChild</a></span>&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;key)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util" class="externalLink">Iterator</a>&lt;? extends <a href="AxisDescription.html" title="class in org.apache.axis2.description">AxisDescription</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getChildren()">getChildren</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getDocumentation()">getDocumentation</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code><a href="https://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMNode.html?is-external=true" title="class or interface in org.apache.axiom.om" class="externalLink">OMNode</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getDocumentationNode()">getDocumentationNode</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i16" class="altColor">
<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" class="externalLink">Collection</a>&lt;<a href="AxisModule.html" title="class in org.apache.axis2.description">AxisModule</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getEngagedModules()">getEngagedModules</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>abstract <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getKey()">getKey</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code><a href="Parameter.html" title="class in org.apache.axis2.description">Parameter</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getParameter(java.lang.String)">getParameter</a></span>&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;name)</code></th>
<td class="colLast">
<div class="block">If the parameter is found in the current description then the Parameter will be writable else
it will be read only</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util" class="externalLink">ArrayList</a>&lt;<a href="Parameter.html" title="class in org.apache.axis2.description">Parameter</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getParameters()">getParameters</a></span>()</code></th>
<td class="colLast">
<div class="block">Gets all the parameters in a given description.</div>
</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getParameterValue(java.lang.String)">getParameterValue</a></span>&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;name)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code><a href="AxisDescription.html" title="class in org.apache.axis2.description">AxisDescription</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getParent()">getParent</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code><a href="PolicyInclude.html" title="class in org.apache.axis2.description">PolicyInclude</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getPolicyInclude()">getPolicyInclude</a></span>()</code></th>
<td class="colLast">
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">As of release 1.4, replaced by <a href="#getPolicySubject()"><code>getPolicySubject()</code></a></div>
</div>
</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code><a href="PolicySubject.html" title="class in org.apache.axis2.description">PolicySubject</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getPolicySubject()">getPolicySubject</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isEngaged(java.lang.String)">isEngaged</a></span>&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;moduleName)</code></th>
<td class="colLast">
<div class="block">Check if a given module is engaged at this level.</div>
</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isEngaged(org.apache.axis2.description.AxisModule)">isEngaged</a></span>&#8203;(<a href="AxisModule.html" title="class in org.apache.axis2.description">AxisModule</a>&nbsp;axisModule)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isParameterLocked(java.lang.String)">isParameterLocked</a></span>&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;parameterName)</code></th>
<td class="colLast">
<div class="block">Checks whether the parameter is locked at any level.</div>
</td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isParameterTrue(java.lang.String)">isParameterTrue</a></span>&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;name)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#onDisengage(org.apache.axis2.description.AxisModule)">onDisengage</a></span>&#8203;(<a href="AxisModule.html" title="class in org.apache.axis2.description">AxisModule</a>&nbsp;module)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i29" class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#onEngage(org.apache.axis2.description.AxisModule,org.apache.axis2.description.AxisDescription)">onEngage</a></span>&#8203;(<a href="AxisModule.html" title="class in org.apache.axis2.description">AxisModule</a>&nbsp;module,
<a href="AxisDescription.html" title="class in org.apache.axis2.description">AxisDescription</a>&nbsp;engager)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#removeChild(java.lang.Object)">removeChild</a></span>&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;key)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i31" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#removeParameter(org.apache.axis2.description.Parameter)">removeParameter</a></span>&#8203;(<a href="Parameter.html" title="class in org.apache.axis2.description">Parameter</a>&nbsp;param)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i32" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#removeParameterObserver(org.apache.axis2.description.ParameterObserver)">removeParameterObserver</a></span>&#8203;(<a href="ParameterObserver.html" title="interface in org.apache.axis2.description">ParameterObserver</a>&nbsp;observer)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i33" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setDocumentation(java.lang.String)">setDocumentation</a></span>&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;documentation)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i34" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setDocumentation(org.apache.axiom.om.OMNode)">setDocumentation</a></span>&#8203;(<a href="https://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMNode.html?is-external=true" title="class or interface in org.apache.axiom.om" class="externalLink">OMNode</a>&nbsp;documentation)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i35" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setParent(org.apache.axis2.description.AxisDescription)">setParent</a></span>&#8203;(<a href="AxisDescription.html" title="class in org.apache.axis2.description">AxisDescription</a>&nbsp;parent)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i36" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setPolicyInclude(org.apache.axis2.description.PolicyInclude)">setPolicyInclude</a></span>&#8203;(<a href="PolicyInclude.html" title="class in org.apache.axis2.description">PolicyInclude</a>&nbsp;policyInclude)</code></th>
<td class="colLast">
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">As of release 1.4, if you want to access the policy cache of a particular
AxisDescription object use <a href="#getPolicySubject()"><code>getPolicySubject()</code></a> instead.</div>
</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang" class="externalLink">clone</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang" class="externalLink">equals</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang" class="externalLink">finalize</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang" class="externalLink">getClass</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang" class="externalLink">hashCode</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang" class="externalLink">notify</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang" class="externalLink">notifyAll</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang" class="externalLink">toString</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang" class="externalLink">wait</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang" class="externalLink">wait</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,int)" title="class or interface in java.lang" class="externalLink">wait</a></code></li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a id="parent">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>parent</h4>
<pre>protected&nbsp;<a href="AxisDescription.html" title="class in org.apache.axis2.description">AxisDescription</a> parent</pre>
</li>
</ul>
<a id="engagedModules">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>engagedModules</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util" class="externalLink">Map</a>&lt;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>,&#8203;<a href="AxisModule.html" title="class in org.apache.axis2.description">AxisModule</a>&gt; engagedModules</pre>
<div class="block">Map of modules engaged on this object. The key is the archive name as defined by
<a href="AxisModule.html#getArchiveName()"><code>AxisModule.getArchiveName()</code></a>.</div>
</li>
</ul>
<a id="parameterObservers">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>parameterObservers</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a>&lt;<a href="ParameterObserver.html" title="interface in org.apache.axis2.description">ParameterObserver</a>&gt; parameterObservers</pre>
<div class="block">List of ParameterObservers who want to be notified of changes</div>
</li>
</ul>
</li>
</ul>
</section>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a id="&lt;init&gt;()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>AxisDescription</h4>
<pre>public&nbsp;AxisDescription()</pre>
</li>
</ul>
</li>
</ul>
</section>
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="addParameterObserver(org.apache.axis2.description.ParameterObserver)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addParameterObserver</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;addParameterObserver&#8203;(<a href="ParameterObserver.html" title="interface in org.apache.axis2.description">ParameterObserver</a>&nbsp;observer)</pre>
</li>
</ul>
<a id="removeParameterObserver(org.apache.axis2.description.ParameterObserver)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeParameterObserver</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;removeParameterObserver&#8203;(<a href="ParameterObserver.html" title="interface in org.apache.axis2.description">ParameterObserver</a>&nbsp;observer)</pre>
</li>
</ul>
<a id="addParameter(org.apache.axis2.description.Parameter)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addParameter</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;addParameter&#8203;(<a href="Parameter.html" title="class in org.apache.axis2.description">Parameter</a>&nbsp;param)
throws <a href="../AxisFault.html" title="class in org.apache.axis2">AxisFault</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="ParameterInclude.html#addParameter(org.apache.axis2.description.Parameter)">ParameterInclude</a></code></span></div>
<div class="block">Method addParameter.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ParameterInclude.html#addParameter(org.apache.axis2.description.Parameter)">addParameter</a></code>&nbsp;in interface&nbsp;<code><a href="ParameterInclude.html" title="interface in org.apache.axis2.description">ParameterInclude</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../AxisFault.html" title="class in org.apache.axis2">AxisFault</a></code></dd>
</dl>
</li>
</ul>
<a id="addParameter(java.lang.String,java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addParameter</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;addParameter&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;name,
<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;value)
throws <a href="../AxisFault.html" title="class in org.apache.axis2">AxisFault</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../AxisFault.html" title="class in org.apache.axis2">AxisFault</a></code></dd>
</dl>
</li>
</ul>
<a id="removeParameter(org.apache.axis2.description.Parameter)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeParameter</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;removeParameter&#8203;(<a href="Parameter.html" title="class in org.apache.axis2.description">Parameter</a>&nbsp;param)
throws <a href="../AxisFault.html" title="class in org.apache.axis2">AxisFault</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ParameterInclude.html#removeParameter(org.apache.axis2.description.Parameter)">removeParameter</a></code>&nbsp;in interface&nbsp;<code><a href="ParameterInclude.html" title="interface in org.apache.axis2.description">ParameterInclude</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../AxisFault.html" title="class in org.apache.axis2">AxisFault</a></code></dd>
</dl>
</li>
</ul>
<a id="deserializeParameters(org.apache.axiom.om.OMElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>deserializeParameters</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;deserializeParameters&#8203;(<a href="https://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om" class="externalLink">OMElement</a>&nbsp;parameterElement)
throws <a href="../AxisFault.html" title="class in org.apache.axis2">AxisFault</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ParameterInclude.html#deserializeParameters(org.apache.axiom.om.OMElement)">deserializeParameters</a></code>&nbsp;in interface&nbsp;<code><a href="ParameterInclude.html" title="interface in org.apache.axis2.description">ParameterInclude</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../AxisFault.html" title="class in org.apache.axis2">AxisFault</a></code></dd>
</dl>
</li>
</ul>
<a id="getParameter(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getParameter</h4>
<pre class="methodSignature">public&nbsp;<a href="Parameter.html" title="class in org.apache.axis2.description">Parameter</a>&nbsp;getParameter&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;name)</pre>
<div class="block">If the parameter is found in the current description then the Parameter will be writable else
it will be read only</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ParameterInclude.html#getParameter(java.lang.String)">getParameter</a></code>&nbsp;in interface&nbsp;<code><a href="ParameterInclude.html" title="interface in org.apache.axis2.description">ParameterInclude</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - name of Parameter to retrieve</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the Parameter, if found anywhere in the stack, or null if not</dd>
</dl>
</li>
</ul>
<a id="getParameterValue(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getParameterValue</h4>
<pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;getParameterValue&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;name)</pre>
</li>
</ul>
<a id="isParameterTrue(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isParameterTrue</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;isParameterTrue&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;name)</pre>
</li>
</ul>
<a id="getParameters()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getParameters</h4>
<pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util" class="externalLink">ArrayList</a>&lt;<a href="Parameter.html" title="class in org.apache.axis2.description">Parameter</a>&gt;&nbsp;getParameters()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="ParameterInclude.html#getParameters()">ParameterInclude</a></code></span></div>
<div class="block">Gets all the parameters in a given description.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ParameterInclude.html#getParameters()">getParameters</a></code>&nbsp;in interface&nbsp;<code><a href="ParameterInclude.html" title="interface in org.apache.axis2.description">ParameterInclude</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Returns ArrayList.</dd>
</dl>
</li>
</ul>
<a id="isParameterLocked(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isParameterLocked</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;isParameterLocked&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;parameterName)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="ParameterInclude.html#isParameterLocked(java.lang.String)">ParameterInclude</a></code></span></div>
<div class="block">Checks whether the parameter is locked at any level.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ParameterInclude.html#isParameterLocked(java.lang.String)">isParameterLocked</a></code>&nbsp;in interface&nbsp;<code><a href="ParameterInclude.html" title="interface in org.apache.axis2.description">ParameterInclude</a></code></dd>
</dl>
</li>
</ul>
<a id="getDocumentation()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDocumentation</h4>
<pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;getDocumentation()</pre>
</li>
</ul>
<a id="getDocumentationNode()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDocumentationNode</h4>
<pre class="methodSignature">public&nbsp;<a href="https://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMNode.html?is-external=true" title="class or interface in org.apache.axiom.om" class="externalLink">OMNode</a>&nbsp;getDocumentationNode()</pre>
</li>
</ul>
<a id="setDocumentation(org.apache.axiom.om.OMNode)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDocumentation</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;setDocumentation&#8203;(<a href="https://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMNode.html?is-external=true" title="class or interface in org.apache.axiom.om" class="externalLink">OMNode</a>&nbsp;documentation)</pre>
</li>
</ul>
<a id="setDocumentation(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDocumentation</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;setDocumentation&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;documentation)</pre>
</li>
</ul>
<a id="setParent(org.apache.axis2.description.AxisDescription)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setParent</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;setParent&#8203;(<a href="AxisDescription.html" title="class in org.apache.axis2.description">AxisDescription</a>&nbsp;parent)</pre>
</li>
</ul>
<a id="getParent()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getParent</h4>
<pre class="methodSignature">public&nbsp;<a href="AxisDescription.html" title="class in org.apache.axis2.description">AxisDescription</a>&nbsp;getParent()</pre>
</li>
</ul>
<a id="setPolicyInclude(org.apache.axis2.description.PolicyInclude)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPolicyInclude</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;setPolicyInclude&#8203;(<a href="PolicyInclude.html" title="class in org.apache.axis2.description">PolicyInclude</a>&nbsp;policyInclude)</pre>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">As of release 1.4, if you want to access the policy cache of a particular
AxisDescription object use <a href="#getPolicySubject()"><code>getPolicySubject()</code></a> instead.</div>
</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>policyInclude</code> - PolicyInclude value</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="#setPolicyInclude(org.apache.axis2.description.PolicyInclude)"><code>setPolicyInclude(PolicyInclude)</code></a></dd>
</dl>
</li>
</ul>
<a id="getPolicyInclude()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPolicyInclude</h4>
<pre class="methodSignature">public&nbsp;<a href="PolicyInclude.html" title="class in org.apache.axis2.description">PolicyInclude</a>&nbsp;getPolicyInclude()</pre>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">As of release 1.4, replaced by <a href="#getPolicySubject()"><code>getPolicySubject()</code></a></div>
</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the active PolicyInclue</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="#getPolicySubject()"><code>getPolicySubject()</code></a></dd>
</dl>
</li>
</ul>
<a id="addChild(org.apache.axis2.description.AxisDescription)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addChild</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;addChild&#8203;(<a href="AxisDescription.html" title="class in org.apache.axis2.description">AxisDescription</a>&nbsp;child)</pre>
</li>
</ul>
<a id="addChild(java.lang.Object,org.apache.axis2.description.AxisDescription)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addChild</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;addChild&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;key,
<a href="AxisDescription.html" title="class in org.apache.axis2.description">AxisDescription</a>&nbsp;child)</pre>
</li>
</ul>
<a id="getChildren()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getChildren</h4>
<pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util" class="externalLink">Iterator</a>&lt;? extends <a href="AxisDescription.html" title="class in org.apache.axis2.description">AxisDescription</a>&gt;&nbsp;getChildren()</pre>
</li>
</ul>
<a id="getChild(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getChild</h4>
<pre class="methodSignature">public&nbsp;<a href="AxisDescription.html" title="class in org.apache.axis2.description">AxisDescription</a>&nbsp;getChild&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;key)</pre>
</li>
</ul>
<a id="removeChild(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeChild</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;removeChild&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;key)</pre>
</li>
</ul>
<a id="applyPolicy(org.apache.neethi.Policy)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>applyPolicy</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;applyPolicy&#8203;(org.apache.neethi.Policy&nbsp;policy)
throws <a href="../AxisFault.html" title="class in org.apache.axis2">AxisFault</a></pre>
<div class="block">This method sets the policy as the default of this AxisDescription instance. Further more
this method does the followings. <p/> (1) Engage whatever modules necessary to execute new
the effective policy of this AxisDescription instance. (2) Disengage whatever modules that
are not necessary to execute the new effective policy of this AxisDescription instance. (3)
Check whether each module can execute the new effective policy of this AxisDescription
instance. (4) If not throw an AxisFault to notify the user. (5) Else notify each module about
the new effective policy.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>policy</code> - the new policy of this AxisDescription instance. The effective policy is the
merge of this argument with effective policy of parent of this
AxisDescription.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../AxisFault.html" title="class in org.apache.axis2">AxisFault</a></code> - if any module is unable to execute the effective policy of this
AxisDescription instance successfully or no module to execute some portion
(one or more PrimtiveAssertions ) of that effective policy.</dd>
</dl>
</li>
</ul>
<a id="applyPolicy()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>applyPolicy</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;applyPolicy()
throws <a href="../AxisFault.html" title="class in org.apache.axis2">AxisFault</a></pre>
<div class="block">Applies the policies on the Description Hierarchy recursively.</div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../AxisFault.html" title="class in org.apache.axis2">AxisFault</a></code> - an error occurred applying the policy</dd>
</dl>
</li>
</ul>
<a id="getAxisConfiguration()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAxisConfiguration</h4>
<pre class="methodSignature">public&nbsp;<a href="../engine/AxisConfiguration.html" title="class in org.apache.axis2.engine">AxisConfiguration</a>&nbsp;getAxisConfiguration()</pre>
</li>
</ul>
<a id="getKey()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getKey</h4>
<pre class="methodSignature">public abstract&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;getKey()</pre>
</li>
</ul>
<a id="engageModule(org.apache.axis2.description.AxisModule)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>engageModule</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;engageModule&#8203;(<a href="AxisModule.html" title="class in org.apache.axis2.description">AxisModule</a>&nbsp;axisModule)
throws <a href="../AxisFault.html" title="class in org.apache.axis2">AxisFault</a></pre>
<div class="block">Engage a Module at this level</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>axisModule</code> - the Module to engage</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../AxisFault.html" title="class in org.apache.axis2">AxisFault</a></code> - if there's a problem engaging</dd>
</dl>
</li>
</ul>
<a id="engageModule(org.apache.axis2.description.AxisModule,org.apache.axis2.description.AxisDescription)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>engageModule</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;engageModule&#8203;(<a href="AxisModule.html" title="class in org.apache.axis2.description">AxisModule</a>&nbsp;axisModule,
<a href="AxisDescription.html" title="class in org.apache.axis2.description">AxisDescription</a>&nbsp;source)
throws <a href="../AxisFault.html" title="class in org.apache.axis2">AxisFault</a></pre>
<div class="block">Engage a Module at this level, keeping track of which level the engage was originally called
from. This is meant for internal use only.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>axisModule</code> - module to engage</dd>
<dd><code>source</code> - the AxisDescription which originally called engageModule()</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../AxisFault.html" title="class in org.apache.axis2">AxisFault</a></code> - if there's a problem engaging</dd>
</dl>
</li>
</ul>
<a id="onEngage(org.apache.axis2.description.AxisModule,org.apache.axis2.description.AxisDescription)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onEngage</h4>
<pre class="methodSignature">protected&nbsp;void&nbsp;onEngage&#8203;(<a href="AxisModule.html" title="class in org.apache.axis2.description">AxisModule</a>&nbsp;module,
<a href="AxisDescription.html" title="class in org.apache.axis2.description">AxisDescription</a>&nbsp;engager)
throws <a href="../AxisFault.html" title="class in org.apache.axis2">AxisFault</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../AxisFault.html" title="class in org.apache.axis2">AxisFault</a></code></dd>
</dl>
</li>
</ul>
<a id="getEngagedModules()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEngagedModules</h4>
<pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="AxisModule.html" title="class in org.apache.axis2.description">AxisModule</a>&gt;&nbsp;getEngagedModules()</pre>
</li>
</ul>
<a id="isEngaged(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isEngaged</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;isEngaged&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;moduleName)</pre>
<div class="block">Check if a given module is engaged at this level.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>moduleName</code> - module to investigate.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>true if engaged, false if not. TODO: Handle versions? isEngaged("addressing") should
be true even for versioned modulename...</dd>
</dl>
</li>
</ul>
<a id="isEngaged(org.apache.axis2.description.AxisModule)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isEngaged</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;isEngaged&#8203;(<a href="AxisModule.html" title="class in org.apache.axis2.description">AxisModule</a>&nbsp;axisModule)</pre>
</li>
</ul>
<a id="disengageModule(org.apache.axis2.description.AxisModule)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>disengageModule</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;disengageModule&#8203;(<a href="AxisModule.html" title="class in org.apache.axis2.description">AxisModule</a>&nbsp;module)
throws <a href="../AxisFault.html" title="class in org.apache.axis2">AxisFault</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../AxisFault.html" title="class in org.apache.axis2">AxisFault</a></code></dd>
</dl>
</li>
</ul>
<a id="onDisengage(org.apache.axis2.description.AxisModule)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onDisengage</h4>
<pre class="methodSignature">protected&nbsp;void&nbsp;onDisengage&#8203;(<a href="AxisModule.html" title="class in org.apache.axis2.description">AxisModule</a>&nbsp;module)
throws <a href="../AxisFault.html" title="class in org.apache.axis2">AxisFault</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../AxisFault.html" title="class in org.apache.axis2">AxisFault</a></code></dd>
</dl>
</li>
</ul>
<a id="getPolicySubject()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getPolicySubject</h4>
<pre class="methodSignature">public&nbsp;<a href="PolicySubject.html" title="class in org.apache.axis2.description">PolicySubject</a>&nbsp;getPolicySubject()</pre>
</li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
</div>
</main>
<!-- ========= END OF CLASS DATA ========= -->
<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><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/AxisDescription.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</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>