blob: b02ac1599a04d5bd9e84f68e949862f8fa11de52 [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>Uses of Class org.apache.axis.description.OperationDesc (Apache Axis)</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="Uses of Class org.apache.axis.description.OperationDesc (Apache Axis)";
}
//-->
</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><a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">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/axis/description/class-use/OperationDesc.html" target="_top">Frames</a></li>
<li><a href="OperationDesc.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>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.axis.description.OperationDesc" class="title">Uses of Class<br>org.apache.axis.description.OperationDesc</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</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.axis">org.apache.axis</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.axis.client">org.apache.axis.client</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.axis.deployment.wsdd">org.apache.axis.deployment.wsdd</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.axis.description">org.apache.axis.description</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.axis.message">org.apache.axis.message</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.axis.providers.java">org.apache.axis.providers.java</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.axis.wsdl.fromJava">org.apache.axis.wsdl.fromJava</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.axis">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a> in <a href="../../../../../org/apache/axis/package-summary.html">org.apache.axis</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/axis/package-summary.html">org.apache.axis</a> that return <a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</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/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a></code></td>
<td class="colLast"><span class="strong">MessageContext.</span><code><strong><a href="../../../../../org/apache/axis/MessageContext.html#getOperation()">getOperation</a></strong>()</code>
<div class="block">The current operation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a></code></td>
<td class="colLast"><span class="strong">MessageContext.</span><code><strong><a href="../../../../../org/apache/axis/MessageContext.html#getOperationByQName(javax.xml.namespace.QName)">getOperationByQName</a></strong>(<a href="../../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</code>
<div class="block">get the first possible operation that could match a
body containing an element of the given QName.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a>[]</code></td>
<td class="colLast"><span class="strong">MessageContext.</span><code><strong><a href="../../../../../org/apache/axis/MessageContext.html#getPossibleOperationsByQName(javax.xml.namespace.QName)">getPossibleOperationsByQName</a></strong>(<a href="../../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</code>
<div class="block">Returns a list of operation descriptors that could may
possibly match a body containing an element of the given QName.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/axis/package-summary.html">org.apache.axis</a> with parameters of type <a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</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="strong">MessageContext.</span><code><strong><a href="../../../../../org/apache/axis/MessageContext.html#setOperation(org.apache.axis.description.OperationDesc)">setOperation</a></strong>(<a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a>&nbsp;operation)</code>
<div class="block">Set the current operation.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.axis.client">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a> in <a href="../../../../../org/apache/axis/client/package-summary.html">org.apache.axis.client</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/axis/client/package-summary.html">org.apache.axis.client</a> that return <a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</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/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a></code></td>
<td class="colLast"><span class="strong">Call.</span><code><strong><a href="../../../../../org/apache/axis/client/Call.html#getOperation()">getOperation</a></strong>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/axis/client/package-summary.html">org.apache.axis.client</a> with parameters of type <a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</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="strong">Call.</span><code><strong><a href="../../../../../org/apache/axis/client/Call.html#setOperation(org.apache.axis.description.OperationDesc)">setOperation</a></strong>(<a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a>&nbsp;operation)</code>
<div class="block">Hand a complete OperationDesc to the Call, and note that this was
done so that others don't try to mess with it by calling addParameter,
setReturnType, etc.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.axis.deployment.wsdd">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a> in <a href="../../../../../org/apache/axis/deployment/wsdd/package-summary.html">org.apache.axis.deployment.wsdd</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/axis/deployment/wsdd/package-summary.html">org.apache.axis.deployment.wsdd</a> that return <a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</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/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a></code></td>
<td class="colLast"><span class="strong">WSDDOperation.</span><code><strong><a href="../../../../../org/apache/axis/deployment/wsdd/WSDDOperation.html#getOperationDesc()">getOperationDesc</a></strong>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/apache/axis/deployment/wsdd/package-summary.html">org.apache.axis.deployment.wsdd</a> with parameters of type <a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis/deployment/wsdd/WSDDOperation.html#WSDDOperation(org.apache.axis.description.OperationDesc)">WSDDOperation</a></strong>(<a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a>&nbsp;desc)</code>
<div class="block">Constructor</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis/deployment/wsdd/WSDDParameter.html#WSDDParameter(org.w3c.dom.Element,%20org.apache.axis.description.OperationDesc)">WSDDParameter</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom">Element</a>&nbsp;e,
<a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a>&nbsp;parent)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.axis.description">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a> in <a href="../../../../../org/apache/axis/description/package-summary.html">org.apache.axis.description</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/axis/description/package-summary.html">org.apache.axis.description</a> that return <a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</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/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a></code></td>
<td class="colLast"><span class="strong">ServiceDesc.</span><code><strong><a href="../../../../../org/apache/axis/description/ServiceDesc.html#getOperationByElementQName(javax.xml.namespace.QName)">getOperationByElementQName</a></strong>(<a href="../../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</code>
<div class="block">Map an XML QName to an operation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a></code></td>
<td class="colLast"><span class="strong">JavaServiceDesc.</span><code><strong><a href="../../../../../org/apache/axis/description/JavaServiceDesc.html#getOperationByElementQName(javax.xml.namespace.QName)">getOperationByElementQName</a></strong>(<a href="../../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</code>
<div class="block">Map an XML QName to an operation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a></code></td>
<td class="colLast"><span class="strong">ServiceDesc.</span><code><strong><a href="../../../../../org/apache/axis/description/ServiceDesc.html#getOperationByName(java.lang.String)">getOperationByName</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;methodName)</code>
<div class="block">Return an operation matching the given method name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a></code></td>
<td class="colLast"><span class="strong">JavaServiceDesc.</span><code><strong><a href="../../../../../org/apache/axis/description/JavaServiceDesc.html#getOperationByName(java.lang.String)">getOperationByName</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;methodName)</code>
<div class="block">Return an operation matching the given method name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a>[]</code></td>
<td class="colLast"><span class="strong">ServiceDesc.</span><code><strong><a href="../../../../../org/apache/axis/description/ServiceDesc.html#getOperationsByName(java.lang.String)">getOperationsByName</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;methodName)</code>
<div class="block">get all overloaded operations by name</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a>[]</code></td>
<td class="colLast"><span class="strong">JavaServiceDesc.</span><code><strong><a href="../../../../../org/apache/axis/description/JavaServiceDesc.html#getOperationsByName(java.lang.String)">getOperationsByName</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;methodName)</code>
<div class="block">get all overloaded operations by name</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a>[]</code></td>
<td class="colLast"><span class="strong">ServiceDesc.</span><code><strong><a href="../../../../../org/apache/axis/description/ServiceDesc.html#getOperationsByQName(javax.xml.namespace.QName)">getOperationsByQName</a></strong>(<a href="../../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</code>
<div class="block">Return all operations which match this QName (i.e. get all the
overloads)</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a>[]</code></td>
<td class="colLast"><span class="strong">JavaServiceDesc.</span><code><strong><a href="../../../../../org/apache/axis/description/JavaServiceDesc.html#getOperationsByQName(javax.xml.namespace.QName)">getOperationsByQName</a></strong>(<a href="../../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</code>
<div class="block">Return all operations which match this QName (i.e. get all the
overloads)</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/axis/description/package-summary.html">org.apache.axis.description</a> with parameters of type <a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</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="strong">ServiceDesc.</span><code><strong><a href="../../../../../org/apache/axis/description/ServiceDesc.html#addOperationDesc(org.apache.axis.description.OperationDesc)">addOperationDesc</a></strong>(<a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a>&nbsp;operation)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">JavaServiceDesc.</span><code><strong><a href="../../../../../org/apache/axis/description/JavaServiceDesc.html#addOperationDesc(org.apache.axis.description.OperationDesc)">addOperationDesc</a></strong>(<a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a>&nbsp;operation)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ServiceDesc.</span><code><strong><a href="../../../../../org/apache/axis/description/ServiceDesc.html#removeOperationDesc(org.apache.axis.description.OperationDesc)">removeOperationDesc</a></strong>(<a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a>&nbsp;operation)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">JavaServiceDesc.</span><code><strong><a href="../../../../../org/apache/axis/description/JavaServiceDesc.html#removeOperationDesc(org.apache.axis.description.OperationDesc)">removeOperationDesc</a></strong>(<a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a>&nbsp;operation)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.axis.message">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a> in <a href="../../../../../org/apache/axis/message/package-summary.html">org.apache.axis.message</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/axis/message/package-summary.html">org.apache.axis.message</a> that return <a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</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/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a>[]</code></td>
<td class="colLast"><span class="strong">RPCElement.</span><code><strong><a href="../../../../../org/apache/axis/message/RPCElement.html#getOperations()">getOperations</a></strong>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/axis/message/package-summary.html">org.apache.axis.message</a> with parameters of type <a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</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="strong">RPCHandler.</span><code><strong><a href="../../../../../org/apache/axis/message/RPCHandler.html#setOperation(org.apache.axis.description.OperationDesc)">setOperation</a></strong>(<a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a>&nbsp;myOperation)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/apache/axis/message/package-summary.html">org.apache.axis.message</a> with parameters of type <a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis/message/RPCElement.html#RPCElement(java.lang.String,%20java.lang.String,%20java.lang.String,%20org.xml.sax.Attributes,%20org.apache.axis.encoding.DeserializationContext,%20org.apache.axis.description.OperationDesc[])">RPCElement</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;localName,
<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;prefix,
<a href="http://docs.oracle.com/javase/1.4.2/docs/api/org/xml/sax/Attributes.html?is-external=true" title="class or interface in org.xml.sax">Attributes</a>&nbsp;attributes,
<a href="../../../../../org/apache/axis/encoding/DeserializationContext.html" title="class in org.apache.axis.encoding">DeserializationContext</a>&nbsp;context,
<a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a>[]&nbsp;operations)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.axis.providers.java">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a> in <a href="../../../../../org/apache/axis/providers/java/package-summary.html">org.apache.axis.providers.java</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/axis/providers/java/package-summary.html">org.apache.axis.providers.java</a> that return <a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</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>protected <a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a></code></td>
<td class="colLast"><span class="strong">RPCProvider.</span><code><strong><a href="../../../../../org/apache/axis/providers/java/RPCProvider.html#getOperationDesc(org.apache.axis.MessageContext,%20org.apache.axis.message.RPCElement)">getOperationDesc</a></strong>(<a href="../../../../../org/apache/axis/MessageContext.html" title="class in org.apache.axis">MessageContext</a>&nbsp;msgContext,
<a href="../../../../../org/apache/axis/message/RPCElement.html" title="class in org.apache.axis.message">RPCElement</a>&nbsp;body)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/axis/providers/java/package-summary.html">org.apache.axis.providers.java</a> with parameters of type <a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</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>protected <a href="../../../../../org/apache/axis/message/RPCElement.html" title="class in org.apache.axis.message">RPCElement</a></code></td>
<td class="colLast"><span class="strong">RPCProvider.</span><code><strong><a href="../../../../../org/apache/axis/providers/java/RPCProvider.html#createResponseBody(org.apache.axis.message.RPCElement,%20org.apache.axis.MessageContext,%20org.apache.axis.description.OperationDesc,%20org.apache.axis.description.ServiceDesc,%20java.lang.Object,%20org.apache.axis.message.SOAPEnvelope,%20java.util.ArrayList)">createResponseBody</a></strong>(<a href="../../../../../org/apache/axis/message/RPCElement.html" title="class in org.apache.axis.message">RPCElement</a>&nbsp;body,
<a href="../../../../../org/apache/axis/MessageContext.html" title="class in org.apache.axis">MessageContext</a>&nbsp;msgContext,
<a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a>&nbsp;operation,
<a href="../../../../../org/apache/axis/description/ServiceDesc.html" title="interface in org.apache.axis.description">ServiceDesc</a>&nbsp;serviceDesc,
<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;objRes,
<a href="../../../../../org/apache/axis/message/SOAPEnvelope.html" title="class in org.apache.axis.message">SOAPEnvelope</a>&nbsp;resEnv,
<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&nbsp;outs)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.axis.wsdl.fromJava">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a> in <a href="../../../../../org/apache/axis/wsdl/fromJava/package-summary.html">org.apache.axis.wsdl.fromJava</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/axis/wsdl/fromJava/package-summary.html">org.apache.axis.wsdl.fromJava</a> with parameters of type <a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</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>protected <a href="../../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a></code></td>
<td class="colLast"><span class="strong">Emitter.</span><code><strong><a href="../../../../../org/apache/axis/wsdl/fromJava/Emitter.html#getRequestQName(org.apache.axis.description.OperationDesc)">getRequestQName</a></strong>(<a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a>&nbsp;oper)</code>
<div class="block">Method getRequestQName</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a></code></td>
<td class="colLast"><span class="strong">Emitter.</span><code><strong><a href="../../../../../org/apache/axis/wsdl/fromJava/Emitter.html#getResponseQName(org.apache.axis.description.OperationDesc)">getResponseQName</a></strong>(<a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a>&nbsp;oper)</code>
<div class="block">Method getResponseQName</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected javax.wsdl.BindingOperation</code></td>
<td class="colLast"><span class="strong">Emitter.</span><code><strong><a href="../../../../../org/apache/axis/wsdl/fromJava/Emitter.html#writeBindingOperation(javax.wsdl.Definition,%20javax.wsdl.Binding,%20javax.wsdl.Operation,%20org.apache.axis.description.OperationDesc)">writeBindingOperation</a></strong>(javax.wsdl.Definition&nbsp;def,
javax.wsdl.Binding&nbsp;binding,
javax.wsdl.Operation&nbsp;oper,
<a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a>&nbsp;desc)</code>
<div class="block">Create a Binding Operation</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">Emitter.</span><code><strong><a href="../../../../../org/apache/axis/wsdl/fromJava/Emitter.html#writeMessages(javax.wsdl.Definition,%20javax.wsdl.Operation,%20org.apache.axis.description.OperationDesc,%20javax.wsdl.BindingOperation)">writeMessages</a></strong>(javax.wsdl.Definition&nbsp;def,
javax.wsdl.Operation&nbsp;oper,
<a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a>&nbsp;desc,
javax.wsdl.BindingOperation&nbsp;bindingOper)</code>
<div class="block">Create a Message</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected javax.wsdl.BindingOperation</code></td>
<td class="colLast"><span class="strong">Emitter.</span><code><strong><a href="../../../../../org/apache/axis/wsdl/fromJava/Emitter.html#writeOperation(javax.wsdl.Definition,%20javax.wsdl.Binding,%20org.apache.axis.description.OperationDesc)">writeOperation</a></strong>(javax.wsdl.Definition&nbsp;def,
javax.wsdl.Binding&nbsp;binding,
<a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a>&nbsp;desc)</code>
<div class="block">Create a Operation</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected javax.wsdl.Message</code></td>
<td class="colLast"><span class="strong">Emitter.</span><code><strong><a href="../../../../../org/apache/axis/wsdl/fromJava/Emitter.html#writeRequestMessage(javax.wsdl.Definition,%20org.apache.axis.description.OperationDesc,%20javax.wsdl.BindingOperation)">writeRequestMessage</a></strong>(javax.wsdl.Definition&nbsp;def,
<a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a>&nbsp;oper,
javax.wsdl.BindingOperation&nbsp;bindop)</code>
<div class="block">Create a Request Message</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected javax.wsdl.Message</code></td>
<td class="colLast"><span class="strong">Emitter.</span><code><strong><a href="../../../../../org/apache/axis/wsdl/fromJava/Emitter.html#writeResponseMessage(javax.wsdl.Definition,%20org.apache.axis.description.OperationDesc,%20javax.wsdl.BindingOperation)">writeResponseMessage</a></strong>(javax.wsdl.Definition&nbsp;def,
<a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a>&nbsp;desc,
javax.wsdl.BindingOperation&nbsp;bindop)</code>
<div class="block">Create a Response Message</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="strong">Emitter.</span><code><strong><a href="../../../../../org/apache/axis/wsdl/fromJava/Emitter.html#writeWrapperPart(javax.wsdl.Definition,%20javax.wsdl.Message,%20org.apache.axis.description.OperationDesc,%20boolean)">writeWrapperPart</a></strong>(javax.wsdl.Definition&nbsp;def,
javax.wsdl.Message&nbsp;msg,
<a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</a>&nbsp;oper,
boolean&nbsp;request)</code>
<div class="block">Write out the schema definition for a WRAPPED operation request or
response.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= 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><a href="../../../../../org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">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/axis/description/class-use/OperationDesc.html" target="_top">Frames</a></li>
<li><a href="OperationDesc.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>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>