blob: b08af3c8d36877a43f5a8ef7fa7635e267413204 [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>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="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 class="navBarCell1Rev">Class</li>
<li><a href="class-use/OperationDesc.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/axis/description/JavaServiceDesc.html" title="class in org.apache.axis.description"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/axis/description/ParameterDesc.html" title="class in org.apache.axis.description"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/axis/description/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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.axis.description</div>
<h2 title="Class OperationDesc" class="title">Class OperationDesc</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><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">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>org.apache.axis.description.OperationDesc</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">OperationDesc</span>
extends <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>
implements <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></pre>
<div class="block">An OperationDesc is an abstract description of an operation on a service.
!!! WORK IN PROGRESS</div>
<dl><dt><span class="strong">Author:</span></dt>
<dd>Glen Daniels (gdaniels@apache.org)</dd>
<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#org.apache.axis.description.OperationDesc">Serialized Form</a></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static org.apache.commons.logging.Log</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#log">log</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#MSG_METHOD_BODYARRAY">MSG_METHOD_BODYARRAY</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#MSG_METHOD_DOCUMENT">MSG_METHOD_DOCUMENT</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#MSG_METHOD_ELEMENTARRAY">MSG_METHOD_ELEMENTARRAY</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#MSG_METHOD_NONCONFORMING">MSG_METHOD_NONCONFORMING</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#MSG_METHOD_SOAPENVELOPE">MSG_METHOD_SOAPENVELOPE</a></strong></code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#OperationDesc()">OperationDesc</a></strong>()</code>
<div class="block">Default constructor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#OperationDesc(java.lang.String,%20org.apache.axis.description.ParameterDesc[],%20javax.xml.namespace.QName)">OperationDesc</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;name,
<a href="../../../../org/apache/axis/description/ParameterDesc.html" title="class in org.apache.axis.description">ParameterDesc</a>[]&nbsp;parameters,
<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;returnQName)</code>
<div class="block">"Complete" constructor</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#addFault(org.apache.axis.description.FaultDesc)">addFault</a></strong>(<a href="../../../../org/apache/axis/description/FaultDesc.html" title="class in org.apache.axis.description">FaultDesc</a>&nbsp;fault)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#addParameter(org.apache.axis.description.ParameterDesc)">addParameter</a></strong>(<a href="../../../../org/apache/axis/description/ParameterDesc.html" title="class in org.apache.axis.description">ParameterDesc</a>&nbsp;param)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#addParameter(javax.xml.namespace.QName,%20javax.xml.namespace.QName,%20java.lang.Class,%20byte,%20boolean,%20boolean)">addParameter</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;paramName,
<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;xmlType,
<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;javaType,
byte&nbsp;parameterMode,
boolean&nbsp;inHeader,
boolean&nbsp;outHeader)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><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></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getAllInParams()">getAllInParams</a></strong>()</code>
<div class="block">Return a list of ALL "in" params (including INOUTs)
Note: if we were sure the order went IN->INOUT->OUT, we could optimize
this.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><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></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getAllOutParams()">getAllOutParams</a></strong>()</code>
<div class="block">Return a list of ALL "out" params (including INOUTs)
Note: if we were sure the order went IN->INOUT->OUT, we could optimize
this.</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"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getDocumentation()">getDocumentation</a></strong>()</code>
<div class="block">get the documentation for the operation</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getElementQName()">getElementQName</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/description/FaultDesc.html" title="class in org.apache.axis.description">FaultDesc</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getFaultByClass(java.lang.Class)">getFaultByClass</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;cls)</code>
<div class="block">Returns the FaultDesc for the fault class given.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/description/FaultDesc.html" title="class in org.apache.axis.description">FaultDesc</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getFaultByClass(java.lang.Class,%20boolean)">getFaultByClass</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;cls,
boolean&nbsp;checkParents)</code>
<div class="block">Returns the FaultDesc for the fault class given.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/description/FaultDesc.html" title="class in org.apache.axis.description">FaultDesc</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getFaultByQName(javax.xml.namespace.QName)">getFaultByQName</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</code>
<div class="block">Returns the FaultDesc for a QName (which is typically found
in the details element of a SOAP fault).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/description/FaultDesc.html" title="class in org.apache.axis.description">FaultDesc</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getFaultByXmlType(javax.xml.namespace.QName)">getFaultByXmlType</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;xmlType)</code>
<div class="block">Returns the FaultDesc for an XMLType.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><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></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getFaults()">getFaults</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/description/ParameterDesc.html" title="class in org.apache.axis.description">ParameterDesc</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getInputParamByQName(javax.xml.namespace.QName)">getInputParamByQName</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>javax.wsdl.OperationType</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getMep()">getMep</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<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"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getMepString()">getMepString</a></strong>()</code>
<div class="block">Get the MEP as a string.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getMessageOperationStyle()">getMessageOperationStyle</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getMethod()">getMethod</a></strong>()</code>&nbsp;</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"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getName()">getName</a></strong>()</code>
<div class="block">Return the operation's name</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getNumInParams()">getNumInParams</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getNumOutParams()">getNumOutParams</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getNumParams()">getNumParams</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><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></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getOutParams()">getOutParams</a></strong>()</code>
<div class="block">Returns an ordered list of out params (NOT inouts)</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/description/ParameterDesc.html" title="class in org.apache.axis.description">ParameterDesc</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getOutputParamByQName(javax.xml.namespace.QName)">getOutputParamByQName</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/description/ParameterDesc.html" title="class in org.apache.axis.description">ParameterDesc</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getParamByQName(javax.xml.namespace.QName)">getParamByQName</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/description/ParameterDesc.html" title="class in org.apache.axis.description">ParameterDesc</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getParameter(int)">getParameter</a></strong>(int&nbsp;i)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><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></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getParameters()">getParameters</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/description/ServiceDesc.html" title="interface in org.apache.axis.description">ServiceDesc</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getParent()">getParent</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getReturnClass()">getReturnClass</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/description/ParameterDesc.html" title="class in org.apache.axis.description">ParameterDesc</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getReturnParamDesc()">getReturnParamDesc</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getReturnQName()">getReturnQName</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getReturnType()">getReturnType</a></strong>()</code>&nbsp;</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"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getSoapAction()">getSoapAction</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/constants/Style.html" title="class in org.apache.axis.constants">Style</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getStyle()">getStyle</a></strong>()</code>
<div class="block">Return the style of the operation, defaulting to the parent
ServiceDesc's style if we don't have one explicitly set.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/constants/Use.html" title="class in org.apache.axis.constants">Use</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#getUse()">getUse</a></strong>()</code>
<div class="block">Return the use of the operation, defaulting to the parent
ServiceDesc's use if we don't have one explicitly set.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#isReturnHeader()">isReturnHeader</a></strong>()</code>
<div class="block">Is the return value in the header of the response message?</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#setDocumentation(java.lang.String)">setDocumentation</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;documentation)</code>
<div class="block">set the documentation for the operation</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#setElementQName(javax.xml.namespace.QName)">setElementQName</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;elementQName)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#setMep(javax.wsdl.OperationType)">setMep</a></strong>(javax.wsdl.OperationType&nbsp;mep)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#setMep(java.lang.String)">setMep</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;mepString)</code>
<div class="block">Set the MEP using a string like "request-response"</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#setMessageOperationStyle(int)">setMessageOperationStyle</a></strong>(int&nbsp;messageOperationStyle)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#setMethod(java.lang.reflect.Method)">setMethod</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/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="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#setName(java.lang.String)">setName</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;name)</code>
<div class="block">Set the operation's name</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#setParameters(java.util.ArrayList)">setParameters</a></strong>(<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;newParameters)</code>
<div class="block">Set the parameters wholesale.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#setParent(org.apache.axis.description.ServiceDesc)">setParent</a></strong>(<a href="../../../../org/apache/axis/description/ServiceDesc.html" title="interface in org.apache.axis.description">ServiceDesc</a>&nbsp;parent)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#setReturnClass(java.lang.Class)">setReturnClass</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;returnClass)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#setReturnHeader(boolean)">setReturnHeader</a></strong>(boolean&nbsp;value)</code>
<div class="block">Set whether the return value is in the response message.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#setReturnQName(javax.xml.namespace.QName)">setReturnQName</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;returnQName)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#setReturnType(javax.xml.namespace.QName)">setReturnType</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;returnType)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#setSoapAction(java.lang.String)">setSoapAction</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;soapAction)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#setStyle(org.apache.axis.constants.Style)">setStyle</a></strong>(<a href="../../../../org/apache/axis/constants/Style.html" title="class in org.apache.axis.constants">Style</a>&nbsp;style)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#setUse(org.apache.axis.constants.Use)">setUse</a></strong>(<a href="../../../../org/apache/axis/constants/Use.html" title="class in org.apache.axis.constants">Use</a>&nbsp;use)</code>&nbsp;</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"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#toString()">toString</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<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"><code><strong><a href="../../../../org/apache/axis/description/OperationDesc.html#toString(java.lang.String)">toString</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;indent)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="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></h3>
<code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="MSG_METHOD_BODYARRAY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MSG_METHOD_BODYARRAY</h4>
<pre>public static final&nbsp;int MSG_METHOD_BODYARRAY</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.axis.description.OperationDesc.MSG_METHOD_BODYARRAY">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="MSG_METHOD_SOAPENVELOPE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MSG_METHOD_SOAPENVELOPE</h4>
<pre>public static final&nbsp;int MSG_METHOD_SOAPENVELOPE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.axis.description.OperationDesc.MSG_METHOD_SOAPENVELOPE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="MSG_METHOD_ELEMENTARRAY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MSG_METHOD_ELEMENTARRAY</h4>
<pre>public static final&nbsp;int MSG_METHOD_ELEMENTARRAY</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.axis.description.OperationDesc.MSG_METHOD_ELEMENTARRAY">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="MSG_METHOD_DOCUMENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MSG_METHOD_DOCUMENT</h4>
<pre>public static final&nbsp;int MSG_METHOD_DOCUMENT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.axis.description.OperationDesc.MSG_METHOD_DOCUMENT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="MSG_METHOD_NONCONFORMING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MSG_METHOD_NONCONFORMING</h4>
<pre>public static final&nbsp;int MSG_METHOD_NONCONFORMING</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.axis.description.OperationDesc.MSG_METHOD_NONCONFORMING">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="log">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>log</h4>
<pre>protected static&nbsp;org.apache.commons.logging.Log log</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="OperationDesc()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OperationDesc</h4>
<pre>public&nbsp;OperationDesc()</pre>
<div class="block">Default constructor.</div>
</li>
</ul>
<a name="OperationDesc(java.lang.String, org.apache.axis.description.ParameterDesc[], javax.xml.namespace.QName)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>OperationDesc</h4>
<pre>public&nbsp;OperationDesc(<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;name,
<a href="../../../../org/apache/axis/description/ParameterDesc.html" title="class in org.apache.axis.description">ParameterDesc</a>[]&nbsp;parameters,
<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;returnQName)</pre>
<div class="block">"Complete" constructor</div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getName</h4>
<pre>public&nbsp;<a href="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;getName()</pre>
<div class="block">Return the operation's name</div>
</li>
</ul>
<a name="setName(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setName</h4>
<pre>public&nbsp;void&nbsp;setName(<a href="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;name)</pre>
<div class="block">Set the operation's name</div>
</li>
</ul>
<a name="getDocumentation()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDocumentation</h4>
<pre>public&nbsp;<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;getDocumentation()</pre>
<div class="block">get the documentation for the operation</div>
</li>
</ul>
<a name="setDocumentation(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDocumentation</h4>
<pre>public&nbsp;void&nbsp;setDocumentation(<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;documentation)</pre>
<div class="block">set the documentation for the operation</div>
</li>
</ul>
<a name="getReturnQName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getReturnQName</h4>
<pre>public&nbsp;<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;getReturnQName()</pre>
</li>
</ul>
<a name="setReturnQName(javax.xml.namespace.QName)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setReturnQName</h4>
<pre>public&nbsp;void&nbsp;setReturnQName(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;returnQName)</pre>
</li>
</ul>
<a name="getReturnType()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getReturnType</h4>
<pre>public&nbsp;<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;getReturnType()</pre>
</li>
</ul>
<a name="setReturnType(javax.xml.namespace.QName)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setReturnType</h4>
<pre>public&nbsp;void&nbsp;setReturnType(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;returnType)</pre>
</li>
</ul>
<a name="getReturnClass()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getReturnClass</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;getReturnClass()</pre>
</li>
</ul>
<a name="setReturnClass(java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setReturnClass</h4>
<pre>public&nbsp;void&nbsp;setReturnClass(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;returnClass)</pre>
</li>
</ul>
<a name="getElementQName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getElementQName</h4>
<pre>public&nbsp;<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;getElementQName()</pre>
</li>
</ul>
<a name="setElementQName(javax.xml.namespace.QName)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setElementQName</h4>
<pre>public&nbsp;void&nbsp;setElementQName(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;elementQName)</pre>
</li>
</ul>
<a name="getParent()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getParent</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis/description/ServiceDesc.html" title="interface in org.apache.axis.description">ServiceDesc</a>&nbsp;getParent()</pre>
</li>
</ul>
<a name="setParent(org.apache.axis.description.ServiceDesc)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setParent</h4>
<pre>public&nbsp;void&nbsp;setParent(<a href="../../../../org/apache/axis/description/ServiceDesc.html" title="interface in org.apache.axis.description">ServiceDesc</a>&nbsp;parent)</pre>
</li>
</ul>
<a name="getSoapAction()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSoapAction</h4>
<pre>public&nbsp;<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;getSoapAction()</pre>
</li>
</ul>
<a name="setSoapAction(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSoapAction</h4>
<pre>public&nbsp;void&nbsp;setSoapAction(<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;soapAction)</pre>
</li>
</ul>
<a name="setStyle(org.apache.axis.constants.Style)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setStyle</h4>
<pre>public&nbsp;void&nbsp;setStyle(<a href="../../../../org/apache/axis/constants/Style.html" title="class in org.apache.axis.constants">Style</a>&nbsp;style)</pre>
</li>
</ul>
<a name="getStyle()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStyle</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis/constants/Style.html" title="class in org.apache.axis.constants">Style</a>&nbsp;getStyle()</pre>
<div class="block">Return the style of the operation, defaulting to the parent
ServiceDesc's style if we don't have one explicitly set.</div>
</li>
</ul>
<a name="setUse(org.apache.axis.constants.Use)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setUse</h4>
<pre>public&nbsp;void&nbsp;setUse(<a href="../../../../org/apache/axis/constants/Use.html" title="class in org.apache.axis.constants">Use</a>&nbsp;use)</pre>
</li>
</ul>
<a name="getUse()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUse</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis/constants/Use.html" title="class in org.apache.axis.constants">Use</a>&nbsp;getUse()</pre>
<div class="block">Return the use of the operation, defaulting to the parent
ServiceDesc's use if we don't have one explicitly set.</div>
</li>
</ul>
<a name="addParameter(org.apache.axis.description.ParameterDesc)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addParameter</h4>
<pre>public&nbsp;void&nbsp;addParameter(<a href="../../../../org/apache/axis/description/ParameterDesc.html" title="class in org.apache.axis.description">ParameterDesc</a>&nbsp;param)</pre>
</li>
</ul>
<a name="addParameter(javax.xml.namespace.QName, javax.xml.namespace.QName, java.lang.Class, byte, boolean, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addParameter</h4>
<pre>public&nbsp;void&nbsp;addParameter(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;paramName,
<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;xmlType,
<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;javaType,
byte&nbsp;parameterMode,
boolean&nbsp;inHeader,
boolean&nbsp;outHeader)</pre>
</li>
</ul>
<a name="getParameter(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getParameter</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis/description/ParameterDesc.html" title="class in org.apache.axis.description">ParameterDesc</a>&nbsp;getParameter(int&nbsp;i)</pre>
</li>
</ul>
<a name="getParameters()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getParameters</h4>
<pre>public&nbsp;<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;getParameters()</pre>
</li>
</ul>
<a name="setParameters(java.util.ArrayList)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setParameters</h4>
<pre>public&nbsp;void&nbsp;setParameters(<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;newParameters)</pre>
<div class="block">Set the parameters wholesale.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>newParameters</code> - an ArrayList of ParameterDescs</dd></dl>
</li>
</ul>
<a name="getNumInParams()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNumInParams</h4>
<pre>public&nbsp;int&nbsp;getNumInParams()</pre>
</li>
</ul>
<a name="getNumOutParams()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNumOutParams</h4>
<pre>public&nbsp;int&nbsp;getNumOutParams()</pre>
</li>
</ul>
<a name="getNumParams()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNumParams</h4>
<pre>public&nbsp;int&nbsp;getNumParams()</pre>
</li>
</ul>
<a name="getMethod()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMethod</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>&nbsp;getMethod()</pre>
</li>
</ul>
<a name="setMethod(java.lang.reflect.Method)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMethod</h4>
<pre>public&nbsp;void&nbsp;setMethod(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>&nbsp;method)</pre>
</li>
</ul>
<a name="isReturnHeader()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isReturnHeader</h4>
<pre>public&nbsp;boolean&nbsp;isReturnHeader()</pre>
<div class="block">Is the return value in the header of the response message?</div>
</li>
</ul>
<a name="setReturnHeader(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setReturnHeader</h4>
<pre>public&nbsp;void&nbsp;setReturnHeader(boolean&nbsp;value)</pre>
<div class="block">Set whether the return value is in the response message.</div>
</li>
</ul>
<a name="getParamByQName(javax.xml.namespace.QName)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getParamByQName</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis/description/ParameterDesc.html" title="class in org.apache.axis.description">ParameterDesc</a>&nbsp;getParamByQName(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</pre>
</li>
</ul>
<a name="getInputParamByQName(javax.xml.namespace.QName)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputParamByQName</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis/description/ParameterDesc.html" title="class in org.apache.axis.description">ParameterDesc</a>&nbsp;getInputParamByQName(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</pre>
</li>
</ul>
<a name="getOutputParamByQName(javax.xml.namespace.QName)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOutputParamByQName</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis/description/ParameterDesc.html" title="class in org.apache.axis.description">ParameterDesc</a>&nbsp;getOutputParamByQName(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</pre>
</li>
</ul>
<a name="getAllInParams()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAllInParams</h4>
<pre>public&nbsp;<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;getAllInParams()</pre>
<div class="block">Return a list of ALL "in" params (including INOUTs)
Note: if we were sure the order went IN->INOUT->OUT, we could optimize
this.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd></dd></dl>
</li>
</ul>
<a name="getAllOutParams()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAllOutParams</h4>
<pre>public&nbsp;<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;getAllOutParams()</pre>
<div class="block">Return a list of ALL "out" params (including INOUTs)
Note: if we were sure the order went IN->INOUT->OUT, we could optimize
this.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd></dd></dl>
</li>
</ul>
<a name="getOutParams()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOutParams</h4>
<pre>public&nbsp;<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;getOutParams()</pre>
<div class="block">Returns an ordered list of out params (NOT inouts)</div>
</li>
</ul>
<a name="addFault(org.apache.axis.description.FaultDesc)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addFault</h4>
<pre>public&nbsp;void&nbsp;addFault(<a href="../../../../org/apache/axis/description/FaultDesc.html" title="class in org.apache.axis.description">FaultDesc</a>&nbsp;fault)</pre>
</li>
</ul>
<a name="getFaults()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFaults</h4>
<pre>public&nbsp;<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;getFaults()</pre>
</li>
</ul>
<a name="getFaultByClass(java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFaultByClass</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis/description/FaultDesc.html" title="class in org.apache.axis.description">FaultDesc</a>&nbsp;getFaultByClass(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;cls)</pre>
<div class="block">Returns the FaultDesc for the fault class given.
Returns null if not found.</div>
</li>
</ul>
<a name="getFaultByClass(java.lang.Class, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFaultByClass</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis/description/FaultDesc.html" title="class in org.apache.axis.description">FaultDesc</a>&nbsp;getFaultByClass(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;cls,
boolean&nbsp;checkParents)</pre>
<div class="block">Returns the FaultDesc for the fault class given.
Returns null if not found.</div>
</li>
</ul>
<a name="getFaultByQName(javax.xml.namespace.QName)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFaultByQName</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis/description/FaultDesc.html" title="class in org.apache.axis.description">FaultDesc</a>&nbsp;getFaultByQName(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname)</pre>
<div class="block">Returns the FaultDesc for a QName (which is typically found
in the details element of a SOAP fault).
Returns null if not found.</div>
</li>
</ul>
<a name="getFaultByXmlType(javax.xml.namespace.QName)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFaultByXmlType</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis/description/FaultDesc.html" title="class in org.apache.axis.description">FaultDesc</a>&nbsp;getFaultByXmlType(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;xmlType)</pre>
<div class="block">Returns the FaultDesc for an XMLType.
Returns null if not found.</div>
</li>
</ul>
<a name="getReturnParamDesc()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getReturnParamDesc</h4>
<pre>public&nbsp;<a href="../../../../org/apache/axis/description/ParameterDesc.html" title="class in org.apache.axis.description">ParameterDesc</a>&nbsp;getReturnParamDesc()</pre>
</li>
</ul>
<a name="toString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre>public&nbsp;<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;toString()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a></code>&nbsp;in class&nbsp;<code><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></code></dd>
</dl>
</li>
</ul>
<a name="toString(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre>public&nbsp;<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;toString(<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;indent)</pre>
</li>
</ul>
<a name="getMessageOperationStyle()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMessageOperationStyle</h4>
<pre>public&nbsp;int&nbsp;getMessageOperationStyle()</pre>
</li>
</ul>
<a name="setMessageOperationStyle(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMessageOperationStyle</h4>
<pre>public&nbsp;void&nbsp;setMessageOperationStyle(int&nbsp;messageOperationStyle)</pre>
</li>
</ul>
<a name="getMep()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMep</h4>
<pre>public&nbsp;javax.wsdl.OperationType&nbsp;getMep()</pre>
</li>
</ul>
<a name="setMep(javax.wsdl.OperationType)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMep</h4>
<pre>public&nbsp;void&nbsp;setMep(javax.wsdl.OperationType&nbsp;mep)</pre>
</li>
</ul>
<a name="getMepString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMepString</h4>
<pre>public&nbsp;<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;getMepString()</pre>
<div class="block">Get the MEP as a string.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the string representation of the MEP</dd></dl>
</li>
</ul>
<a name="setMep(java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setMep</h4>
<pre>public&nbsp;void&nbsp;setMep(<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;mepString)</pre>
<div class="block">Set the MEP using a string like "request-response"</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>mepString</code> - </dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/OperationDesc.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/axis/description/JavaServiceDesc.html" title="class in org.apache.axis.description"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/axis/description/ParameterDesc.html" title="class in org.apache.axis.description"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/axis/description/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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>