blob: 1b0cf19874c0b1e785682b0e2639d33e8591f6c1 [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>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.apache.axis2.engine.ObjectSupplier (Apache Axis2)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface org.apache.axis2.engine.ObjectSupplier (Apache Axis2)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<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><a href="../../../../../org/apache/axis2/engine/ObjectSupplier.html" title="interface in org.apache.axis2.engine">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">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/axis2/engine/class-use/ObjectSupplier.html" target="_top">Frames</a></li>
<li><a href="ObjectSupplier.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface org.apache.axis2.engine.ObjectSupplier" class="title">Uses of Interface<br>org.apache.axis2.engine.ObjectSupplier</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/apache/axis2/engine/ObjectSupplier.html" title="interface in org.apache.axis2.engine">ObjectSupplier</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">
<td class="colFirst"><a href="#org.apache.axis2.databinding.utils">org.apache.axis2.databinding.utils</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.axis2.description">org.apache.axis2.description</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.axis2.engine">org.apache.axis2.engine</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.axis2.rpc.receivers">org.apache.axis2.rpc.receivers</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.axis2.databinding.utils">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/axis2/engine/ObjectSupplier.html" title="interface in org.apache.axis2.engine">ObjectSupplier</a> in <a href="../../../../../org/apache/axis2/databinding/utils/package-summary.html">org.apache.axis2.databinding.utils</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/axis2/databinding/utils/package-summary.html">org.apache.axis2.databinding.utils</a> with parameters of type <a href="../../../../../org/apache/axis2/engine/ObjectSupplier.html" title="interface in org.apache.axis2.engine">ObjectSupplier</a></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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <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></code></td>
<td class="colLast"><span class="typeNameLabel">BeanUtil.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/axis2/databinding/utils/BeanUtil.html#deserialize-java.lang.Class-org.apache.axiom.om.OMElement-org.apache.axis2.databinding.utils.MultirefHelper-org.apache.axis2.engine.ObjectSupplier-">deserialize</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;beanClass,
org.apache.axiom.om.OMElement&nbsp;beanElement,
<a href="../../../../../org/apache/axis2/databinding/utils/MultirefHelper.html" title="class in org.apache.axis2.databinding.utils">MultirefHelper</a>&nbsp;helper,
<a href="../../../../../org/apache/axis2/engine/ObjectSupplier.html" title="interface in org.apache.axis2.engine">ObjectSupplier</a>&nbsp;objectSupplier)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <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></code></td>
<td class="colLast"><span class="typeNameLabel">BeanUtil.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/axis2/databinding/utils/BeanUtil.html#deserialize-java.lang.Class-org.apache.axiom.om.OMElement-org.apache.axis2.engine.ObjectSupplier-java.lang.String-">deserialize</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;beanClass,
org.apache.axiom.om.OMElement&nbsp;beanElement,
<a href="../../../../../org/apache/axis2/engine/ObjectSupplier.html" title="interface in org.apache.axis2.engine">ObjectSupplier</a>&nbsp;objectSupplier,
<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;arrayLocalName)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <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>[]</code></td>
<td class="colLast"><span class="typeNameLabel">BeanUtil.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/axis2/databinding/utils/BeanUtil.html#deserialize-org.apache.axiom.om.OMElement-java.lang.Object:A-org.apache.axis2.engine.ObjectSupplier-">deserialize</a></span>(org.apache.axiom.om.OMElement&nbsp;response,
<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>[]&nbsp;javaTypes,
<a href="../../../../../org/apache/axis2/engine/ObjectSupplier.html" title="interface in org.apache.axis2.engine">ObjectSupplier</a>&nbsp;objectSupplier)</code>
<div class="block">To get JavaObjects from XML element , the element most of the time contains only one element
in that case that element will be converted to the JavaType specified by the javaTypes array
The algo is as follows, get the childerns of the response element , and if it conatian more
than one element then check the retuen type of that element and conver that to corresponding
JavaType</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <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>[]</code></td>
<td class="colLast"><span class="typeNameLabel">BeanUtil.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/axis2/databinding/utils/BeanUtil.html#deserialize-org.apache.axiom.om.OMElement-java.lang.Object:A-org.apache.axis2.engine.ObjectSupplier-java.lang.String:A-java.lang.reflect.Method-">deserialize</a></span>(org.apache.axiom.om.OMElement&nbsp;response,
<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>[]&nbsp;javaTypes,
<a href="../../../../../org/apache/axis2/engine/ObjectSupplier.html" title="interface in org.apache.axis2.engine">ObjectSupplier</a>&nbsp;objectSupplier,
<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;parameterNames,
<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>&nbsp;method)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<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>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">BeanUtil.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/axis2/databinding/utils/BeanUtil.html#processGenericCollection-org.apache.axiom.om.OMElement-org.apache.axiom.om.OMElement:A-java.lang.reflect.Type-org.apache.axis2.databinding.utils.MultirefHelper-org.apache.axis2.engine.ObjectSupplier-java.util.Iterator-boolean-">processGenericCollection</a></span>(org.apache.axiom.om.OMElement&nbsp;omElement,
org.apache.axiom.om.OMElement[]&nbsp;toReturn,
<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect">Type</a>&nbsp;generictype,
<a href="../../../../../org/apache/axis2/databinding/utils/MultirefHelper.html" title="class in org.apache.axis2.databinding.utils">MultirefHelper</a>&nbsp;helper,
<a href="../../../../../org/apache/axis2/engine/ObjectSupplier.html" title="interface in org.apache.axis2.engine">ObjectSupplier</a>&nbsp;objectSupplier,
<a href="https://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&nbsp;parts,
boolean&nbsp;bare)</code>
<div class="block">Process collection.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<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>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">BeanUtil.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/axis2/databinding/utils/BeanUtil.html#processGenericCollection-org.apache.axiom.om.OMElement-java.lang.reflect.Type-org.apache.axis2.databinding.utils.MultirefHelper-org.apache.axis2.engine.ObjectSupplier-">processGenericCollection</a></span>(org.apache.axiom.om.OMElement&nbsp;omElement,
<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect">Type</a>&nbsp;generictype,
<a href="../../../../../org/apache/axis2/databinding/utils/MultirefHelper.html" title="class in org.apache.axis2.databinding.utils">MultirefHelper</a>&nbsp;helper,
<a href="../../../../../org/apache/axis2/engine/ObjectSupplier.html" title="interface in org.apache.axis2.engine">ObjectSupplier</a>&nbsp;objectSupplier)</code>
<div class="block">Process generic collection.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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>,<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>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">BeanUtil.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/axis2/databinding/utils/BeanUtil.html#processGenericsMapElement-java.lang.reflect.Type:A-org.apache.axiom.om.OMElement-org.apache.axis2.databinding.utils.MultirefHelper-java.util.Iterator-org.apache.axis2.engine.ObjectSupplier-java.lang.reflect.Type-">processGenericsMapElement</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect">Type</a>[]&nbsp;parameterArgTypes,
org.apache.axiom.om.OMElement&nbsp;omElement,
<a href="../../../../../org/apache/axis2/databinding/utils/MultirefHelper.html" title="class in org.apache.axis2.databinding.utils">MultirefHelper</a>&nbsp;helper,
<a href="https://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&nbsp;parts,
<a href="../../../../../org/apache/axis2/engine/ObjectSupplier.html" title="interface in org.apache.axis2.engine">ObjectSupplier</a>&nbsp;objectSupplier,
<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect">Type</a>&nbsp;genericType)</code>
<div class="block">This method deserialize OM model in to a instance of java.util.Map</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <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></code></td>
<td class="colLast"><span class="typeNameLabel">BeanUtil.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/axis2/databinding/utils/BeanUtil.html#processObject-org.apache.axiom.om.OMElement-java.lang.Class-org.apache.axis2.databinding.utils.MultirefHelper-boolean-org.apache.axis2.engine.ObjectSupplier-java.lang.reflect.Type-">processObject</a></span>(org.apache.axiom.om.OMElement&nbsp;omElement,
<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;classType,
<a href="../../../../../org/apache/axis2/databinding/utils/MultirefHelper.html" title="class in org.apache.axis2.databinding.utils">MultirefHelper</a>&nbsp;helper,
boolean&nbsp;isArrayType,
<a href="../../../../../org/apache/axis2/engine/ObjectSupplier.html" title="interface in org.apache.axis2.engine">ObjectSupplier</a>&nbsp;objectSupplier,
<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect">Type</a>&nbsp;generictype)</code>&nbsp;</td>
</tr>
<tr 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">Object</a></code></td>
<td class="colLast"><span class="typeNameLabel">MultirefHelper.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/axis2/databinding/utils/MultirefHelper.html#processRef-java.lang.Class-java.lang.String-org.apache.axis2.engine.ObjectSupplier-">processRef</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;javatype,
<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;id,
<a href="../../../../../org/apache/axis2/engine/ObjectSupplier.html" title="interface in org.apache.axis2.engine">ObjectSupplier</a>&nbsp;objectSupplier)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<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">Object</a></code></td>
<td class="colLast"><span class="typeNameLabel">MultirefHelper.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/axis2/databinding/utils/MultirefHelper.html#processRef-java.lang.Class-java.lang.reflect.Type-java.lang.String-org.apache.axis2.engine.ObjectSupplier-">processRef</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;javatype,
<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect">Type</a>&nbsp;generictype,
<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;id,
<a href="../../../../../org/apache/axis2/engine/ObjectSupplier.html" title="interface in org.apache.axis2.engine">ObjectSupplier</a>&nbsp;objectSupplier)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.axis2.description">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/axis2/engine/ObjectSupplier.html" title="interface in org.apache.axis2.engine">ObjectSupplier</a> in <a href="../../../../../org/apache/axis2/description/package-summary.html">org.apache.axis2.description</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/axis2/description/package-summary.html">org.apache.axis2.description</a> that return <a href="../../../../../org/apache/axis2/engine/ObjectSupplier.html" title="interface in org.apache.axis2.engine">ObjectSupplier</a></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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/axis2/engine/ObjectSupplier.html" title="interface in org.apache.axis2.engine">ObjectSupplier</a></code></td>
<td class="colLast"><span class="typeNameLabel">AxisService.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/axis2/description/AxisService.html#getObjectSupplier--">getObjectSupplier</a></span>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/axis2/description/package-summary.html">org.apache.axis2.description</a> with parameters of type <a href="../../../../../org/apache/axis2/engine/ObjectSupplier.html" title="interface in org.apache.axis2.engine">ObjectSupplier</a></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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">AxisService.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/axis2/description/AxisService.html#setObjectSupplier-org.apache.axis2.engine.ObjectSupplier-">setObjectSupplier</a></span>(<a href="../../../../../org/apache/axis2/engine/ObjectSupplier.html" title="interface in org.apache.axis2.engine">ObjectSupplier</a>&nbsp;objectSupplier)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.axis2.engine">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/axis2/engine/ObjectSupplier.html" title="interface in org.apache.axis2.engine">ObjectSupplier</a> in <a href="../../../../../org/apache/axis2/engine/package-summary.html">org.apache.axis2.engine</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/axis2/engine/package-summary.html">org.apache.axis2.engine</a> that implement <a href="../../../../../org/apache/axis2/engine/ObjectSupplier.html" title="interface in org.apache.axis2.engine">ObjectSupplier</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/axis2/engine/DefaultObjectSupplier.html" title="class in org.apache.axis2.engine">DefaultObjectSupplier</a></span></code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.axis2.rpc.receivers">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/axis2/engine/ObjectSupplier.html" title="interface in org.apache.axis2.engine">ObjectSupplier</a> in <a href="../../../../../org/apache/axis2/rpc/receivers/package-summary.html">org.apache.axis2.rpc.receivers</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/axis2/rpc/receivers/package-summary.html">org.apache.axis2.rpc.receivers</a> with parameters of type <a href="../../../../../org/apache/axis2/engine/ObjectSupplier.html" title="interface in org.apache.axis2.engine">ObjectSupplier</a></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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <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>[]</code></td>
<td class="colLast"><span class="typeNameLabel">RPCUtil.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/axis2/rpc/receivers/RPCUtil.html#processRequest-org.apache.axiom.om.OMElement-java.lang.reflect.Method-org.apache.axis2.engine.ObjectSupplier-">processRequest</a></span>(org.apache.axiom.om.OMElement&nbsp;methodElement,
<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>&nbsp;method,
<a href="../../../../../org/apache/axis2/engine/ObjectSupplier.html" title="interface in org.apache.axis2.engine">ObjectSupplier</a>&nbsp;objectSupplier)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <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>[]</code></td>
<td class="colLast"><span class="typeNameLabel">RPCUtil.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/axis2/rpc/receivers/RPCUtil.html#processRequest-org.apache.axiom.om.OMElement-java.lang.reflect.Method-org.apache.axis2.engine.ObjectSupplier-java.lang.String:A-">processRequest</a></span>(org.apache.axiom.om.OMElement&nbsp;methodElement,
<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>&nbsp;method,
<a href="../../../../../org/apache/axis2/engine/ObjectSupplier.html" title="interface in org.apache.axis2.engine">ObjectSupplier</a>&nbsp;objectSupplier,
<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;parameterNames)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<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><a href="../../../../../org/apache/axis2/engine/ObjectSupplier.html" title="interface in org.apache.axis2.engine">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">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/axis2/engine/class-use/ObjectSupplier.html" target="_top">Frames</a></li>
<li><a href="ObjectSupplier.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.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>
</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>