blob: c03fa65edfa32b7de7ca43691d83dbaab952c2b0 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Uses of Class org.apache.axis2.context.AbstractContext (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="Uses of Class org.apache.axis2.context.AbstractContext (Apache Axis2)";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../AbstractContext.html" title="class in org.apache.axis2.context">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h2 title="Uses of Class org.apache.axis2.context.AbstractContext" class="title">Uses of Class<br>org.apache.axis2.context.AbstractContext</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary">
<caption><span>Packages that use <a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.axis2.clustering.state">org.apache.axis2.clustering.state</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.axis2.context">org.apache.axis2.context</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.axis2.scripting">org.apache.axis2.scripting</a></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList">
<section role="region"><a id="org.apache.axis2.clustering.state">
<!-- -->
</a>
<h3>Uses of <a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a> in <a href="../../clustering/state/package-summary.html">org.apache.axis2.clustering.state</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../../clustering/state/package-summary.html">org.apache.axis2.clustering.state</a> with parameters of type <a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a></span><span class="tabEnd">&nbsp;</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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ClusteringContextListener.</span><code><span class="memberNameLink"><a href="../../clustering/state/ClusteringContextListener.html#contextCreated(org.apache.axis2.context.AbstractContext)">contextCreated</a></span>&#8203;(<a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a>&nbsp;context)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ClusteringContextListener.</span><code><span class="memberNameLink"><a href="../../clustering/state/ClusteringContextListener.html#contextRemoved(org.apache.axis2.context.AbstractContext)">contextRemoved</a></span>&#8203;(<a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a>&nbsp;context)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../clustering/state/commands/StateClusteringCommandCollection.html" title="class in org.apache.axis2.clustering.state.commands">StateClusteringCommandCollection</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">StateClusteringCommandFactory.</span><code><span class="memberNameLink"><a href="../../clustering/state/StateClusteringCommandFactory.html#getCommandCollection(org.apache.axis2.context.AbstractContext%5B%5D,java.util.Map)">getCommandCollection</a></span>&#8203;(<a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a>[]&nbsp;contexts,
<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>&nbsp;excludedReplicationPatterns)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../clustering/state/StateClusteringCommand.html" title="class in org.apache.axis2.clustering.state">StateClusteringCommand</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">StateClusteringCommandFactory.</span><code><span class="memberNameLink"><a href="../../clustering/state/StateClusteringCommandFactory.html#getRemoveCommand(org.apache.axis2.context.AbstractContext)">getRemoveCommand</a></span>&#8203;(<a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a>&nbsp;abstractContext)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../clustering/state/StateClusteringCommand.html" title="class in org.apache.axis2.clustering.state">StateClusteringCommand</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">StateClusteringCommandFactory.</span><code><span class="memberNameLink"><a href="../../clustering/state/StateClusteringCommandFactory.html#getUpdateCommand(org.apache.axis2.context.AbstractContext,java.lang.String%5B%5D)">getUpdateCommand</a></span>&#8203;(<a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a>&nbsp;context,
<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;propertyNames)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../clustering/state/StateClusteringCommand.html" title="class in org.apache.axis2.clustering.state">StateClusteringCommand</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">StateClusteringCommandFactory.</span><code><span class="memberNameLink"><a href="../../clustering/state/StateClusteringCommandFactory.html#getUpdateCommand(org.apache.axis2.context.AbstractContext,java.util.Map,boolean)">getUpdateCommand</a></span>&#8203;(<a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a>&nbsp;context,
<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>&nbsp;excludedPropertyPatterns,
boolean&nbsp;includeAllProperties)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DefaultStateManager.</span><code><span class="memberNameLink"><a href="../../clustering/state/DefaultStateManager.html#isContextClusterable(org.apache.axis2.context.AbstractContext)">isContextClusterable</a></span>&#8203;(<a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a>&nbsp;context)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">StateManager.</span><code><span class="memberNameLink"><a href="../../clustering/state/StateManager.html#isContextClusterable(org.apache.axis2.context.AbstractContext)">isContextClusterable</a></span>&#8203;(<a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a>&nbsp;context)</code></th>
<td class="colLast">
<div class="block">This is a check to see whether the properties in an instance of <a href="../AbstractContext.html" title="class in org.apache.axis2.context"><code>AbstractContext</code></a>
should be replicated.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DefaultStateManager.</span><code><span class="memberNameLink"><a href="../../clustering/state/DefaultStateManager.html#removeContext(org.apache.axis2.context.AbstractContext)">removeContext</a></span>&#8203;(<a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a>&nbsp;context)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">StateManager.</span><code><span class="memberNameLink"><a href="../../clustering/state/StateManager.html#removeContext(org.apache.axis2.context.AbstractContext)">removeContext</a></span>&#8203;(<a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a>&nbsp;context)</code></th>
<td class="colLast">
<div class="block">This method is called when <a href="../AbstractContext.html" title="class in org.apache.axis2.context"><code>AbstractContext</code></a> is removed from the system</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Replicator.</span><code><span class="memberNameLink"><a href="../../clustering/state/Replicator.html#replicate(org.apache.axis2.context.AbstractContext)">replicate</a></span>&#8203;(<a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a>&nbsp;abstractContext)</code></th>
<td class="colLast">
<div class="block">Replicate all serializable properties stored in the given <code>abstractContext</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Replicator.</span><code><span class="memberNameLink"><a href="../../clustering/state/Replicator.html#replicate(org.apache.axis2.context.AbstractContext,java.lang.String%5B%5D)">replicate</a></span>&#8203;(<a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a>&nbsp;abstractContext,
<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;propertyNames)</code></th>
<td class="colLast">
<div class="block">Replicate all the properties given in <code>propertyNames</code>
in the specified <code>abstractContext</code></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DefaultStateManager.</span><code><span class="memberNameLink"><a href="../../clustering/state/DefaultStateManager.html#updateContext(org.apache.axis2.context.AbstractContext)">updateContext</a></span>&#8203;(<a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a>&nbsp;context)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DefaultStateManager.</span><code><span class="memberNameLink"><a href="../../clustering/state/DefaultStateManager.html#updateContext(org.apache.axis2.context.AbstractContext,java.lang.String%5B%5D)">updateContext</a></span>&#8203;(<a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a>&nbsp;context,
<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;propertyNames)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">StateManager.</span><code><span class="memberNameLink"><a href="../../clustering/state/StateManager.html#updateContext(org.apache.axis2.context.AbstractContext)">updateContext</a></span>&#8203;(<a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a>&nbsp;context)</code></th>
<td class="colLast">
<div class="block">This method is called when properties in an <a href="../AbstractContext.html" title="class in org.apache.axis2.context"><code>AbstractContext</code></a> are updated.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">StateManager.</span><code><span class="memberNameLink"><a href="../../clustering/state/StateManager.html#updateContext(org.apache.axis2.context.AbstractContext,java.lang.String%5B%5D)">updateContext</a></span>&#8203;(<a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a>&nbsp;context,
<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;propertyNames)</code></th>
<td class="colLast">
<div class="block">This method is called when one need to update/replicate only certains properties in the
specified <code>context</code></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DefaultStateManager.</span><code><span class="memberNameLink"><a href="../../clustering/state/DefaultStateManager.html#updateContexts(org.apache.axis2.context.AbstractContext%5B%5D)">updateContexts</a></span>&#8203;(<a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a>[]&nbsp;contexts)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">StateManager.</span><code><span class="memberNameLink"><a href="../../clustering/state/StateManager.html#updateContexts(org.apache.axis2.context.AbstractContext%5B%5D)">updateContexts</a></span>&#8203;(<a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a>[]&nbsp;contexts)</code></th>
<td class="colLast">
<div class="block">This method is called when properties in a collection of <a href="../AbstractContext.html" title="class in org.apache.axis2.context"><code>AbstractContext</code></a>s are updated.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PropertyUpdater.</span><code><span class="memberNameLink"><a href="../../clustering/state/PropertyUpdater.html#updateProperties(org.apache.axis2.context.AbstractContext)">updateProperties</a></span>&#8203;(<a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a>&nbsp;abstractContext)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.apache.axis2.context">
<!-- -->
</a>
<h3>Uses of <a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a> in <a href="../package-summary.html">org.apache.axis2.context</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a> in <a href="../package-summary.html">org.apache.axis2.context</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../ConfigurationContext.html" title="class in org.apache.axis2.context">ConfigurationContext</a></span></code></th>
<td class="colLast">
<div class="block">Axis2 states are held in two information models, called description hierarchy and context
hierarchy.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../MessageContext.html" title="class in org.apache.axis2.context">MessageContext</a></span></code></th>
<td class="colLast">
<div class="block">Axis2 states are held in two information models, called description hierarchy
and context hierarchy.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../OperationContext.html" title="class in org.apache.axis2.context">OperationContext</a></span></code></th>
<td class="colLast">
<div class="block">An OperationContext represents a running "instance" of an operation, which is
represented by an AxisOperation object.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../ServiceContext.html" title="class in org.apache.axis2.context">ServiceContext</a></span></code></th>
<td class="colLast">
<div class="block">Well this is never clearly defined, what it does or the life-cycle.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../ServiceGroupContext.html" title="class in org.apache.axis2.context">ServiceGroupContext</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../SessionContext.html" title="class in org.apache.axis2.context">SessionContext</a></span></code></th>
<td class="colLast">
<div class="block">All the engine components are stateless across the executions and all the states should be kept in the
Contexts, there are three context Global, Session and Message.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Fields in <a href="../package-summary.html">org.apache.axis2.context</a> declared as <a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a></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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractContext.</span><code><span class="memberNameLink"><a href="../AbstractContext.html#parent">parent</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">org.apache.axis2.context</a> that return <a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a></span><span class="tabEnd">&nbsp;</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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractContext.</span><code><span class="memberNameLink"><a href="../AbstractContext.html#getParent()">getParent</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">org.apache.axis2.context</a> with parameters of type <a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a></span><span class="tabEnd">&nbsp;</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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ContextListener.</span><code><span class="memberNameLink"><a href="../ContextListener.html#contextCreated(org.apache.axis2.context.AbstractContext)">contextCreated</a></span>&#8203;(<a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a>&nbsp;context)</code></th>
<td class="colLast">
<div class="block">A context has been added</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ContextListener.</span><code><span class="memberNameLink"><a href="../ContextListener.html#contextRemoved(org.apache.axis2.context.AbstractContext)">contextRemoved</a></span>&#8203;(<a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a>&nbsp;context)</code></th>
<td class="colLast">
<div class="block">A context has been removed</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractContext.</span><code><span class="memberNameLink"><a href="../AbstractContext.html#isAncestor(org.apache.axis2.context.AbstractContext)">isAncestor</a></span>&#8203;(<a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a>&nbsp;context)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractContext.</span><code><span class="memberNameLink"><a href="../AbstractContext.html#setParent(org.apache.axis2.context.AbstractContext)">setParent</a></span>&#8203;(<a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a>&nbsp;context)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../package-summary.html">org.apache.axis2.context</a> with parameters of type <a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../AbstractContext.html#%3Cinit%3E(org.apache.axis2.context.AbstractContext)">AbstractContext</a></span>&#8203;(<a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a>&nbsp;parent)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../SessionContext.html#%3Cinit%3E(org.apache.axis2.context.AbstractContext)">SessionContext</a></span>&#8203;(<a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a>&nbsp;parent)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.apache.axis2.scripting">
<!-- -->
</a>
<h3>Uses of <a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a> in <a href="../../scripting/package-summary.html">org.apache.axis2.scripting</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../AbstractContext.html" title="class in org.apache.axis2.context">AbstractContext</a> in <a href="../../scripting/package-summary.html">org.apache.axis2.scripting</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../scripting/ScriptMessageContext.html" title="class in org.apache.axis2.scripting">ScriptMessageContext</a></span></code></th>
<td class="colLast">
<div class="block">ScriptMessageContext decorates the Axis2 MessageContext adding methods to use
the message payload XML in a way natural to the scripting language.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
</ul>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../AbstractContext.html" title="class in org.apache.axis2.context">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &copy; <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</footer>
</body>
</html>