blob: 35281236f56638f981ee98edb4ffc0fccafd1ed4 [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>AxisModule (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="AxisModule (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/AxisModule.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/axis2/description/AxisMessage.html" title="class in org.apache.axis2.description"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/axis2/description/AxisOperation.html" title="class in org.apache.axis2.description"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/axis2/description/AxisModule.html" target="_top">Frames</a></li>
<li><a href="AxisModule.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><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 name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.axis2.description</div>
<h2 title="Class AxisModule" class="title">Class AxisModule</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">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>org.apache.axis2.description.AxisModule</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../org/apache/axis2/description/ParameterInclude.html" title="interface in org.apache.axis2.description">ParameterInclude</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">AxisModule</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">Object</a>
implements <a href="../../../../org/apache/axis2/description/ParameterInclude.html" title="interface in org.apache.axis2.description">ParameterInclude</a></pre>
<div class="block"><p>This holds the information about a Module. </p>
<ol>
<li>parameters<li>
<li>handlers<li>
<ol>
<p>Handler are registered once they are available. They are available to all services if axis2.xml
has a module ref="." or available to a single service if services.xml have module ref=".."</p></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/7/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/description/AxisModule.html#MODULE_SERVICE">MODULE_SERVICE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/7/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/description/AxisModule.html#VERSION_SNAPSHOT">VERSION_SNAPSHOT</a></strong></code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#AxisModule()">AxisModule</a></strong>()</code>
<div class="block">Constructor ModuleDescription.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#AxisModule(java.lang.String)">AxisModule</a></strong>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Constructor ModuleDescription.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== 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>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#addOperation(org.apache.axis2.description.AxisOperation)">addOperation</a></strong>(<a href="../../../../org/apache/axis2/description/AxisOperation.html" title="class in org.apache.axis2.description">AxisOperation</a>&nbsp;axisOperation)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#addParameter(org.apache.axis2.description.Parameter)">addParameter</a></strong>(<a href="../../../../org/apache/axis2/description/Parameter.html" title="class in org.apache.axis2.description">Parameter</a>&nbsp;param)</code>
<div class="block">Method addParameter.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#deserializeParameters(org.apache.axiom.om.OMElement)">deserializeParameters</a></strong>(<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;parameterElement)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<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">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#getArchiveName()">getArchiveName</a></strong>()</code>
<div class="block">Get the archive name of this module.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis2/description/Flow.html" title="class in org.apache.axis2.description">Flow</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#getFaultInFlow()">getFaultInFlow</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis2/description/Flow.html" title="class in org.apache.axis2.description">Flow</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#getFaultOutFlow()">getFaultOutFlow</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#getFileName()">getFileName</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis2/description/Flow.html" title="class in org.apache.axis2.description">Flow</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#getInFlow()">getInFlow</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#getLocalPolicyAssertions()">getLocalPolicyAssertions</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis2/modules/Module.html" title="interface in org.apache.axis2.modules">Module</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#getModule()">getModule</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#getModuleClassLoader()">getModuleClassLoader</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<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">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#getModuleDescription()">getModuleDescription</a></strong>()</code>&nbsp;</td>
</tr>
<tr 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">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#getName()">getName</a></strong>()</code>
<div class="block">Get the name of this module.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</a>&lt;<a href="https://docs.oracle.com/javase/7/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</a>,<a href="../../../../org/apache/axis2/description/AxisOperation.html" title="class in org.apache.axis2.description">AxisOperation</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#getOperations()">getOperations</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis2/description/Flow.html" title="class in org.apache.axis2.description">Flow</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#getOutFlow()">getOutFlow</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis2/description/Parameter.html" title="class in org.apache.axis2.description">Parameter</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#getParameter(java.lang.String)">getParameter</a></strong>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Method getParameter.</div>
</td>
</tr>
<tr class="altColor">
<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">ArrayList</a>&lt;<a href="../../../../org/apache/axis2/description/Parameter.html" title="class in org.apache.axis2.description">Parameter</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#getParameters()">getParameters</a></strong>()</code>
<div class="block">Gets all the parameters in a given description.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis2/engine/AxisConfiguration.html" title="class in org.apache.axis2.engine">AxisConfiguration</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#getParent()">getParent</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis2/description/PolicyInclude.html" title="class in org.apache.axis2.description">PolicyInclude</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#getPolicyInclude()">getPolicyInclude</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis2/description/PolicySubject.html" title="class in org.apache.axis2.description">PolicySubject</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#getPolicySubject()">getPolicySubject</a></strong>()</code>&nbsp;</td>
</tr>
<tr 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">String</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#getSupportedPolicyNamespaces()">getSupportedPolicyNamespaces</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis2/description/Version.html" title="class in org.apache.axis2.description">Version</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#getVersion()">getVersion</a></strong>()</code>
<div class="block">Get the version of this module.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#isParameterLocked(java.lang.String)">isParameterLocked</a></strong>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;parameterName)</code>
<div class="block">Checks whether the parameter is locked at any level.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#removeParameter(org.apache.axis2.description.Parameter)">removeParameter</a></strong>(<a href="../../../../org/apache/axis2/description/Parameter.html" title="class in org.apache.axis2.description">Parameter</a>&nbsp;param)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#setArchiveName(java.lang.String)">setArchiveName</a></strong>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;archiveName)</code>
<div class="block">Set the archive name of this module.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#setFaultInFlow(org.apache.axis2.description.Flow)">setFaultInFlow</a></strong>(<a href="../../../../org/apache/axis2/description/Flow.html" title="class in org.apache.axis2.description">Flow</a>&nbsp;faultFlow)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#setFaultOutFlow(org.apache.axis2.description.Flow)">setFaultOutFlow</a></strong>(<a href="../../../../org/apache/axis2/description/Flow.html" title="class in org.apache.axis2.description">Flow</a>&nbsp;faultFlow)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#setFileName(java.net.URL)">setFileName</a></strong>(<a href="https://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;fileName)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#setInFlow(org.apache.axis2.description.Flow)">setInFlow</a></strong>(<a href="../../../../org/apache/axis2/description/Flow.html" title="class in org.apache.axis2.description">Flow</a>&nbsp;inFlow)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#setLocalPolicyAssertions(javax.xml.namespace.QName[])">setLocalPolicyAssertions</a></strong>(<a href="https://docs.oracle.com/javase/7/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</a>[]&nbsp;localPolicyAssertions)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#setModule(org.apache.axis2.modules.Module)">setModule</a></strong>(<a href="../../../../org/apache/axis2/modules/Module.html" title="interface in org.apache.axis2.modules">Module</a>&nbsp;module)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#setModuleClassLoader(java.lang.ClassLoader)">setModuleClassLoader</a></strong>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;moduleClassLoader)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#setModuleDescription(java.lang.String)">setModuleDescription</a></strong>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;moduleDescription)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#setName(java.lang.String)">setName</a></strong>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Set the name of this module.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#setOutFlow(org.apache.axis2.description.Flow)">setOutFlow</a></strong>(<a href="../../../../org/apache/axis2/description/Flow.html" title="class in org.apache.axis2.description">Flow</a>&nbsp;outFlow)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#setParent(org.apache.axis2.engine.AxisConfiguration)">setParent</a></strong>(<a href="../../../../org/apache/axis2/engine/AxisConfiguration.html" title="class in org.apache.axis2.engine">AxisConfiguration</a>&nbsp;parent)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#setPolicyInclude(org.apache.axis2.description.PolicyInclude)">setPolicyInclude</a></strong>(<a href="../../../../org/apache/axis2/description/PolicyInclude.html" title="class in org.apache.axis2.description">PolicyInclude</a>&nbsp;policyInclude)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#setSupportedPolicyNamespaces(java.lang.String[])">setSupportedPolicyNamespaces</a></strong>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;supportedPolicyNamespaces)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/description/AxisModule.html#setVersion(org.apache.axis2.description.Version)">setVersion</a></strong>(<a href="../../../../org/apache/axis2/description/Version.html" title="class in org.apache.axis2.description">Version</a>&nbsp;version)</code>
<div class="block">Set the version of this module.</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="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">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">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">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">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">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">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">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">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">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">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">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">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="VERSION_SNAPSHOT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VERSION_SNAPSHOT</h4>
<pre>public static final&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">String</a> VERSION_SNAPSHOT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.axis2.description.AxisModule.VERSION_SNAPSHOT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="MODULE_SERVICE">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>MODULE_SERVICE</h4>
<pre>public static final&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">String</a> MODULE_SERVICE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.axis2.description.AxisModule.MODULE_SERVICE">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="AxisModule()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AxisModule</h4>
<pre>public&nbsp;AxisModule()</pre>
<div class="block">Constructor ModuleDescription.</div>
</li>
</ul>
<a name="AxisModule(java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>AxisModule</h4>
<pre>public&nbsp;AxisModule(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
<div class="block">Constructor ModuleDescription.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - : Name of the module</dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getName</h4>
<pre>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">String</a>&nbsp;getName()</pre>
<div class="block">Get the name of this module.
Note that it is possible to deploy several versions of the same module. Therefore,
the name of a module is not unique in the scope of a given <a href="../../../../org/apache/axis2/engine/AxisConfiguration.html" title="class in org.apache.axis2.engine"><code>AxisConfiguration</code></a>.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the name of the module</dd></dl>
</li>
</ul>
<a name="setName(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setName</h4>
<pre>public&nbsp;void&nbsp;setName(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
<div class="block">Set the name of this module.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the module</dd></dl>
</li>
</ul>
<a name="getArchiveName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getArchiveName</h4>
<pre>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">String</a>&nbsp;getArchiveName()</pre>
<div class="block">Get the archive name of this module. The archive name is the combination
of the module name and version (if available). In general it is equal to the
name of the module archive file without the suffix.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the archive name of the module</dd></dl>
</li>
</ul>
<a name="setArchiveName(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setArchiveName</h4>
<pre>public&nbsp;void&nbsp;setArchiveName(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;archiveName)</pre>
<div class="block">Set the archive name of this module. This method will split the archive name
to extract the module name and version (which can be retrieved using
<a href="../../../../org/apache/axis2/description/AxisModule.html#getName()"><code>getName()</code></a> and <a href="../../../../org/apache/axis2/description/AxisModule.html#getVersion()"><code>getVersion()</code></a>).</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>archiveName</code> - the archive name of the module</dd></dl>
</li>
</ul>
<a name="getVersion()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getVersion</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis2/description/Version.html" title="class in org.apache.axis2.description">Version</a>&nbsp;getVersion()</pre>
<div class="block">Get the version of this module.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the version of the module, or <code>null</code> if the module doesn't have a
version number</dd></dl>
</li>
</ul>
<a name="setVersion(org.apache.axis2.description.Version)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setVersion</h4>
<pre>public&nbsp;void&nbsp;setVersion(<a href="../../../../org/apache/axis2/description/Version.html" title="class in org.apache.axis2.description">Version</a>&nbsp;version)</pre>
<div class="block">Set the version of this module.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>version</code> - the version of the module</dd></dl>
</li>
</ul>
<a name="addOperation(org.apache.axis2.description.AxisOperation)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addOperation</h4>
<pre>public&nbsp;void&nbsp;addOperation(<a href="../../../../org/apache/axis2/description/AxisOperation.html" title="class in org.apache.axis2.description">AxisOperation</a>&nbsp;axisOperation)</pre>
</li>
</ul>
<a name="addParameter(org.apache.axis2.description.Parameter)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addParameter</h4>
<pre>public&nbsp;void&nbsp;addParameter(<a href="../../../../org/apache/axis2/description/Parameter.html" title="class in org.apache.axis2.description">Parameter</a>&nbsp;param)
throws <a href="../../../../org/apache/axis2/AxisFault.html" title="class in org.apache.axis2">AxisFault</a></pre>
<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/apache/axis2/description/ParameterInclude.html#addParameter(org.apache.axis2.description.Parameter)">ParameterInclude</a></code></strong></div>
<div class="block">Method addParameter.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/apache/axis2/description/ParameterInclude.html#addParameter(org.apache.axis2.description.Parameter)">addParameter</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/axis2/description/ParameterInclude.html" title="interface in org.apache.axis2.description">ParameterInclude</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>param</code> - : Parameter to be added</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../org/apache/axis2/AxisFault.html" title="class in org.apache.axis2">AxisFault</a></code></dd></dl>
</li>
</ul>
<a name="removeParameter(org.apache.axis2.description.Parameter)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeParameter</h4>
<pre>public&nbsp;void&nbsp;removeParameter(<a href="../../../../org/apache/axis2/description/Parameter.html" title="class in org.apache.axis2.description">Parameter</a>&nbsp;param)
throws <a href="../../../../org/apache/axis2/AxisFault.html" title="class in org.apache.axis2">AxisFault</a></pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/apache/axis2/description/ParameterInclude.html#removeParameter(org.apache.axis2.description.Parameter)">removeParameter</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/axis2/description/ParameterInclude.html" title="interface in org.apache.axis2.description">ParameterInclude</a></code></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../org/apache/axis2/AxisFault.html" title="class in org.apache.axis2">AxisFault</a></code></dd></dl>
</li>
</ul>
<a name="deserializeParameters(org.apache.axiom.om.OMElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>deserializeParameters</h4>
<pre>public&nbsp;void&nbsp;deserializeParameters(<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;parameterElement)
throws <a href="../../../../org/apache/axis2/AxisFault.html" title="class in org.apache.axis2">AxisFault</a></pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/apache/axis2/description/ParameterInclude.html#deserializeParameters(org.apache.axiom.om.OMElement)">deserializeParameters</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/axis2/description/ParameterInclude.html" title="interface in org.apache.axis2.description">ParameterInclude</a></code></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../org/apache/axis2/AxisFault.html" title="class in org.apache.axis2">AxisFault</a></code></dd></dl>
</li>
</ul>
<a name="getFaultInFlow()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFaultInFlow</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis2/description/Flow.html" title="class in org.apache.axis2.description">Flow</a>&nbsp;getFaultInFlow()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>Returns Flow.</dd></dl>
</li>
</ul>
<a name="getFaultOutFlow()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFaultOutFlow</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis2/description/Flow.html" title="class in org.apache.axis2.description">Flow</a>&nbsp;getFaultOutFlow()</pre>
</li>
</ul>
<a name="getInFlow()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInFlow</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis2/description/Flow.html" title="class in org.apache.axis2.description">Flow</a>&nbsp;getInFlow()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>Returns Flow.</dd></dl>
</li>
</ul>
<a name="getModule()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getModule</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis2/modules/Module.html" title="interface in org.apache.axis2.modules">Module</a>&nbsp;getModule()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>Returns Module.</dd></dl>
</li>
</ul>
<a name="getModuleClassLoader()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getModuleClassLoader</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;getModuleClassLoader()</pre>
</li>
</ul>
<a name="getOperations()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOperations</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</a>&lt;<a href="https://docs.oracle.com/javase/7/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</a>,<a href="../../../../org/apache/axis2/description/AxisOperation.html" title="class in org.apache.axis2.description">AxisOperation</a>&gt;&nbsp;getOperations()</pre>
</li>
</ul>
<a name="getOutFlow()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOutFlow</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis2/description/Flow.html" title="class in org.apache.axis2.description">Flow</a>&nbsp;getOutFlow()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>Returns Flow.</dd></dl>
</li>
</ul>
<a name="getParameter(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getParameter</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis2/description/Parameter.html" title="class in org.apache.axis2.description">Parameter</a>&nbsp;getParameter(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/apache/axis2/description/ParameterInclude.html#getParameter(java.lang.String)">ParameterInclude</a></code></strong></div>
<div class="block">Method getParameter.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/apache/axis2/description/ParameterInclude.html#getParameter(java.lang.String)">getParameter</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/axis2/description/ParameterInclude.html" title="interface in org.apache.axis2.description">ParameterInclude</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>Returns Parameter.</dd></dl>
</li>
</ul>
<a name="getParameters()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getParameters</h4>
<pre>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">ArrayList</a>&lt;<a href="../../../../org/apache/axis2/description/Parameter.html" title="class in org.apache.axis2.description">Parameter</a>&gt;&nbsp;getParameters()</pre>
<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/apache/axis2/description/ParameterInclude.html#getParameters()">ParameterInclude</a></code></strong></div>
<div class="block">Gets all the parameters in a given description.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/apache/axis2/description/ParameterInclude.html#getParameters()">getParameters</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/axis2/description/ParameterInclude.html" title="interface in org.apache.axis2.description">ParameterInclude</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>Returns ArrayList.</dd></dl>
</li>
</ul>
<a name="getParent()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getParent</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis2/engine/AxisConfiguration.html" title="class in org.apache.axis2.engine">AxisConfiguration</a>&nbsp;getParent()</pre>
</li>
</ul>
<a name="isParameterLocked(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isParameterLocked</h4>
<pre>public&nbsp;boolean&nbsp;isParameterLocked(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;parameterName)</pre>
<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/apache/axis2/description/ParameterInclude.html#isParameterLocked(java.lang.String)">ParameterInclude</a></code></strong></div>
<div class="block">Checks whether the parameter is locked at any level.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/apache/axis2/description/ParameterInclude.html#isParameterLocked(java.lang.String)">isParameterLocked</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/axis2/description/ParameterInclude.html" title="interface in org.apache.axis2.description">ParameterInclude</a></code></dd>
</dl>
</li>
</ul>
<a name="setFaultInFlow(org.apache.axis2.description.Flow)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFaultInFlow</h4>
<pre>public&nbsp;void&nbsp;setFaultInFlow(<a href="../../../../org/apache/axis2/description/Flow.html" title="class in org.apache.axis2.description">Flow</a>&nbsp;faultFlow)</pre>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>faultFlow</code> - : Arryalist of handlerDescriptions</dd></dl>
</li>
</ul>
<a name="setFaultOutFlow(org.apache.axis2.description.Flow)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFaultOutFlow</h4>
<pre>public&nbsp;void&nbsp;setFaultOutFlow(<a href="../../../../org/apache/axis2/description/Flow.html" title="class in org.apache.axis2.description">Flow</a>&nbsp;faultFlow)</pre>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>faultFlow</code> - : Arryalist of HandlerDescriptions</dd></dl>
</li>
</ul>
<a name="setInFlow(org.apache.axis2.description.Flow)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInFlow</h4>
<pre>public&nbsp;void&nbsp;setInFlow(<a href="../../../../org/apache/axis2/description/Flow.html" title="class in org.apache.axis2.description">Flow</a>&nbsp;inFlow)</pre>
</li>
</ul>
<a name="setModule(org.apache.axis2.modules.Module)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setModule</h4>
<pre>public&nbsp;void&nbsp;setModule(<a href="../../../../org/apache/axis2/modules/Module.html" title="interface in org.apache.axis2.modules">Module</a>&nbsp;module)</pre>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>module</code> - : AxisModule</dd></dl>
</li>
</ul>
<a name="setModuleClassLoader(java.lang.ClassLoader)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setModuleClassLoader</h4>
<pre>public&nbsp;void&nbsp;setModuleClassLoader(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;moduleClassLoader)</pre>
</li>
</ul>
<a name="setOutFlow(org.apache.axis2.description.Flow)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setOutFlow</h4>
<pre>public&nbsp;void&nbsp;setOutFlow(<a href="../../../../org/apache/axis2/description/Flow.html" title="class in org.apache.axis2.description">Flow</a>&nbsp;outFlow)</pre>
</li>
</ul>
<a name="setParent(org.apache.axis2.engine.AxisConfiguration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setParent</h4>
<pre>public&nbsp;void&nbsp;setParent(<a href="../../../../org/apache/axis2/engine/AxisConfiguration.html" title="class in org.apache.axis2.engine">AxisConfiguration</a>&nbsp;parent)</pre>
</li>
</ul>
<a name="setPolicyInclude(org.apache.axis2.description.PolicyInclude)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPolicyInclude</h4>
<pre>public&nbsp;void&nbsp;setPolicyInclude(<a href="../../../../org/apache/axis2/description/PolicyInclude.html" title="class in org.apache.axis2.description">PolicyInclude</a>&nbsp;policyInclude)</pre>
</li>
</ul>
<a name="getPolicyInclude()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPolicyInclude</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis2/description/PolicyInclude.html" title="class in org.apache.axis2.description">PolicyInclude</a>&nbsp;getPolicyInclude()</pre>
</li>
</ul>
<a name="getPolicySubject()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPolicySubject</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis2/description/PolicySubject.html" title="class in org.apache.axis2.description">PolicySubject</a>&nbsp;getPolicySubject()</pre>
</li>
</ul>
<a name="getModuleDescription()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getModuleDescription</h4>
<pre>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">String</a>&nbsp;getModuleDescription()</pre>
</li>
</ul>
<a name="setModuleDescription(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setModuleDescription</h4>
<pre>public&nbsp;void&nbsp;setModuleDescription(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;moduleDescription)</pre>
</li>
</ul>
<a name="getSupportedPolicyNamespaces()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSupportedPolicyNamespaces</h4>
<pre>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">String</a>[]&nbsp;getSupportedPolicyNamespaces()</pre>
</li>
</ul>
<a name="setSupportedPolicyNamespaces(java.lang.String[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSupportedPolicyNamespaces</h4>
<pre>public&nbsp;void&nbsp;setSupportedPolicyNamespaces(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;supportedPolicyNamespaces)</pre>
</li>
</ul>
<a name="getLocalPolicyAssertions()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLocalPolicyAssertions</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</a>[]&nbsp;getLocalPolicyAssertions()</pre>
</li>
</ul>
<a name="setLocalPolicyAssertions(javax.xml.namespace.QName[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setLocalPolicyAssertions</h4>
<pre>public&nbsp;void&nbsp;setLocalPolicyAssertions(<a href="https://docs.oracle.com/javase/7/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</a>[]&nbsp;localPolicyAssertions)</pre>
</li>
</ul>
<a name="getFileName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFileName</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;getFileName()</pre>
</li>
</ul>
<a name="setFileName(java.net.URL)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setFileName</h4>
<pre>public&nbsp;void&nbsp;setFileName(<a href="https://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;fileName)</pre>
</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/AxisModule.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/axis2/description/AxisMessage.html" title="class in org.apache.axis2.description"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/axis2/description/AxisOperation.html" title="class in org.apache.axis2.description"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/axis2/description/AxisModule.html" target="_top">Frames</a></li>
<li><a href="AxisModule.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><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 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>