blob: f9efc4b9dc01b89468bb4659a0a21ffb98de2a8b [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>OperationDescriptionJava (Apache Axis2)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="OperationDescriptionJava (Apache Axis2)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/OperationDescriptionJava.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescription.html" title="interface in org.apache.axis2.jaxws.description"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionWSDL.html" title="interface in org.apache.axis2.jaxws.description"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/axis2/jaxws/description/OperationDescriptionJava.html" target="_top">Frames</a></li>
<li><a href="OperationDescriptionJava.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>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.axis2.jaxws.description</div>
<h2 title="Interface OperationDescriptionJava" class="title">Interface OperationDescriptionJava</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public interface <span class="strong">OperationDescriptionJava</span></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== 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><a href="http://docs.oracle.com/javaee/5/api/javax/xml/ws/Action.html?is-external=true" title="class or interface in javax.xml.ws">Action</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoAction()">getAnnoAction</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javaee/5/api/javax/jws/Oneway.html?is-external=true" title="class or interface in javax.jws">Oneway</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoOneway()">getAnnoOneway</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javaee/5/api/javax/xml/ws/RequestWrapper.html?is-external=true" title="class or interface in javax.xml.ws">RequestWrapper</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoRequestWrapper()">getAnnoRequestWrapper</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoRequestWrapperClassName()">getAnnoRequestWrapperClassName</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoRequestWrapperLocalName()">getAnnoRequestWrapperLocalName</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoRequestWrapperTargetNamespace()">getAnnoRequestWrapperTargetNamespace</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javaee/5/api/javax/xml/ws/ResponseWrapper.html?is-external=true" title="class or interface in javax.xml.ws">ResponseWrapper</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoResponseWrapper()">getAnnoResponseWrapper</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoResponseWrapperClassName()">getAnnoResponseWrapperClassName</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoResponseWrapperLocalName()">getAnnoResponseWrapperLocalName</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoResponseWrapperTargetNamespace()">getAnnoResponseWrapperTargetNamespace</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javaee/5/api/javax/jws/soap/SOAPBinding.html?is-external=true" title="class or interface in javax.jws.soap">SOAPBinding</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoSoapBinding()">getAnnoSoapBinding</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javaee/5/api/javax/jws/soap/SOAPBinding.ParameterStyle.html?is-external=true" title="class or interface in javax.jws.soap">SOAPBinding.ParameterStyle</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoSoapBindingParameterStyle()">getAnnoSoapBindingParameterStyle</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javaee/5/api/javax/jws/soap/SOAPBinding.Style.html?is-external=true" title="class or interface in javax.jws.soap">SOAPBinding.Style</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoSoapBindingStyle()">getAnnoSoapBindingStyle</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javaee/5/api/javax/jws/soap/SOAPBinding.Use.html?is-external=true" title="class or interface in javax.jws.soap">SOAPBinding.Use</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoSoapBindingUse()">getAnnoSoapBindingUse</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javaee/5/api/javax/jws/WebMethod.html?is-external=true" title="class or interface in javax.jws">WebMethod</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoWebMethod()">getAnnoWebMethod</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoWebMethodAction()">getAnnoWebMethodAction</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoWebMethodExclude()">getAnnoWebMethodExclude</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoWebMethodOperationName()">getAnnoWebMethodOperationName</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javaee/5/api/javax/jws/WebParam.Mode.html?is-external=true" title="class or interface in javax.jws">WebParam.Mode</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoWebParamModes()">getAnnoWebParamModes</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoWebParamNames()">getAnnoWebParamNames</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoWebParamTargetNamespace(java.lang.String)">getAnnoWebParamTargetNamespace</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoWebParamTargetNamespaces()">getAnnoWebParamTargetNamespaces</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javaee/5/api/javax/jws/WebResult.html?is-external=true" title="class or interface in javax.jws">WebResult</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoWebResult()">getAnnoWebResult</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoWebResultHeader()">getAnnoWebResultHeader</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoWebResultName()">getAnnoWebResultName</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoWebResultPartName()">getAnnoWebResultPartName</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#getAnnoWebResultTargetNamespace()">getAnnoWebResultTargetNamespace</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#isAnnoOneWay()">isAnnoOneWay</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#isAnnoWebParamHeader(java.lang.String)">isAnnoWebParamHeader</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionJava.html#isWebResultAnnotationSpecified()">isWebResultAnnotationSpecified</a></strong>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getAnnoWebResult()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnnoWebResult</h4>
<pre><a href="http://docs.oracle.com/javaee/5/api/javax/jws/WebResult.html?is-external=true" title="class or interface in javax.jws">WebResult</a>&nbsp;getAnnoWebResult()</pre>
</li>
</ul>
<a name="isWebResultAnnotationSpecified()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isWebResultAnnotationSpecified</h4>
<pre>boolean&nbsp;isWebResultAnnotationSpecified()</pre>
</li>
</ul>
<a name="getAnnoWebResultHeader()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnnoWebResultHeader</h4>
<pre>boolean&nbsp;getAnnoWebResultHeader()</pre>
</li>
</ul>
<a name="getAnnoWebResultName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnnoWebResultName</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getAnnoWebResultName()</pre>
</li>
</ul>
<a name="getAnnoWebResultPartName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnnoWebResultPartName</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getAnnoWebResultPartName()</pre>
</li>
</ul>
<a name="getAnnoWebResultTargetNamespace()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnnoWebResultTargetNamespace</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getAnnoWebResultTargetNamespace()</pre>
</li>
</ul>
<a name="getAnnoRequestWrapper()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnnoRequestWrapper</h4>
<pre><a href="http://docs.oracle.com/javaee/5/api/javax/xml/ws/RequestWrapper.html?is-external=true" title="class or interface in javax.xml.ws">RequestWrapper</a>&nbsp;getAnnoRequestWrapper()</pre>
</li>
</ul>
<a name="getAnnoRequestWrapperClassName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnnoRequestWrapperClassName</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getAnnoRequestWrapperClassName()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>the specified value of @RequestWrapper className or null NOTE: There is no default
for the classname</dd></dl>
</li>
</ul>
<a name="getAnnoRequestWrapperLocalName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnnoRequestWrapperLocalName</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getAnnoRequestWrapperLocalName()</pre>
</li>
</ul>
<a name="getAnnoRequestWrapperTargetNamespace()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnnoRequestWrapperTargetNamespace</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getAnnoRequestWrapperTargetNamespace()</pre>
</li>
</ul>
<a name="getAnnoResponseWrapper()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnnoResponseWrapper</h4>
<pre><a href="http://docs.oracle.com/javaee/5/api/javax/xml/ws/ResponseWrapper.html?is-external=true" title="class or interface in javax.xml.ws">ResponseWrapper</a>&nbsp;getAnnoResponseWrapper()</pre>
</li>
</ul>
<a name="getAnnoResponseWrapperClassName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnnoResponseWrapperClassName</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getAnnoResponseWrapperClassName()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>the specified value of @ResponseWrapper className or null NOTE: There is no default
for the classname</dd></dl>
</li>
</ul>
<a name="getAnnoResponseWrapperLocalName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnnoResponseWrapperLocalName</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getAnnoResponseWrapperLocalName()</pre>
</li>
</ul>
<a name="getAnnoResponseWrapperTargetNamespace()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnnoResponseWrapperTargetNamespace</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getAnnoResponseWrapperTargetNamespace()</pre>
</li>
</ul>
<a name="getAnnoSoapBinding()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnnoSoapBinding</h4>
<pre><a href="http://docs.oracle.com/javaee/5/api/javax/jws/soap/SOAPBinding.html?is-external=true" title="class or interface in javax.jws.soap">SOAPBinding</a>&nbsp;getAnnoSoapBinding()</pre>
</li>
</ul>
<a name="getAnnoSoapBindingParameterStyle()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnnoSoapBindingParameterStyle</h4>
<pre><a href="http://docs.oracle.com/javaee/5/api/javax/jws/soap/SOAPBinding.ParameterStyle.html?is-external=true" title="class or interface in javax.jws.soap">SOAPBinding.ParameterStyle</a>&nbsp;getAnnoSoapBindingParameterStyle()</pre>
</li>
</ul>
<a name="getAnnoSoapBindingStyle()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnnoSoapBindingStyle</h4>
<pre><a href="http://docs.oracle.com/javaee/5/api/javax/jws/soap/SOAPBinding.Style.html?is-external=true" title="class or interface in javax.jws.soap">SOAPBinding.Style</a>&nbsp;getAnnoSoapBindingStyle()</pre>
</li>
</ul>
<a name="getAnnoSoapBindingUse()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnnoSoapBindingUse</h4>
<pre><a href="http://docs.oracle.com/javaee/5/api/javax/jws/soap/SOAPBinding.Use.html?is-external=true" title="class or interface in javax.jws.soap">SOAPBinding.Use</a>&nbsp;getAnnoSoapBindingUse()</pre>
</li>
</ul>
<a name="getAnnoWebMethod()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnnoWebMethod</h4>
<pre><a href="http://docs.oracle.com/javaee/5/api/javax/jws/WebMethod.html?is-external=true" title="class or interface in javax.jws">WebMethod</a>&nbsp;getAnnoWebMethod()</pre>
</li>
</ul>
<a name="getAnnoWebMethodAction()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnnoWebMethodAction</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getAnnoWebMethodAction()</pre>
</li>
</ul>
<a name="getAnnoWebMethodExclude()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnnoWebMethodExclude</h4>
<pre>boolean&nbsp;getAnnoWebMethodExclude()</pre>
</li>
</ul>
<a name="getAnnoWebMethodOperationName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnnoWebMethodOperationName</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getAnnoWebMethodOperationName()</pre>
</li>
</ul>
<a name="getAnnoWebParamModes()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnnoWebParamModes</h4>
<pre><a href="http://docs.oracle.com/javaee/5/api/javax/jws/WebParam.Mode.html?is-external=true" title="class or interface in javax.jws">WebParam.Mode</a>[]&nbsp;getAnnoWebParamModes()</pre>
</li>
</ul>
<a name="getAnnoWebParamNames()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnnoWebParamNames</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;getAnnoWebParamNames()</pre>
</li>
</ul>
<a name="getAnnoWebParamTargetNamespace(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnnoWebParamTargetNamespace</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getAnnoWebParamTargetNamespace(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
</li>
</ul>
<a name="getAnnoWebParamTargetNamespaces()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnnoWebParamTargetNamespaces</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;getAnnoWebParamTargetNamespaces()</pre>
</li>
</ul>
<a name="isAnnoWebParamHeader(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isAnnoWebParamHeader</h4>
<pre>boolean&nbsp;isAnnoWebParamHeader(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
</li>
</ul>
<a name="getAnnoOneway()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAnnoOneway</h4>
<pre><a href="http://docs.oracle.com/javaee/5/api/javax/jws/Oneway.html?is-external=true" title="class or interface in javax.jws">Oneway</a>&nbsp;getAnnoOneway()</pre>
</li>
</ul>
<a name="isAnnoOneWay()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isAnnoOneWay</h4>
<pre>boolean&nbsp;isAnnoOneWay()</pre>
</li>
</ul>
<a name="getAnnoAction()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getAnnoAction</h4>
<pre><a href="http://docs.oracle.com/javaee/5/api/javax/xml/ws/Action.html?is-external=true" title="class or interface in javax.xml.ws">Action</a>&nbsp;getAnnoAction()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/OperationDescriptionJava.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescription.html" title="interface in org.apache.axis2.jaxws.description"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../org/apache/axis2/jaxws/description/OperationDescriptionWSDL.html" title="interface in org.apache.axis2.jaxws.description"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/axis2/jaxws/description/OperationDescriptionJava.html" target="_top">Frames</a></li>
<li><a href="OperationDescriptionJava.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>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &copy; <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>