blob: fbe9f873056e4de2584c4152ff1a39fa2f3718dd [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>EndpointDescription (Apache Axis2)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="../../../../../jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="../../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="EndpointDescription (Apache Axis2)";
}
}
catch(err) {
}
//-->
var data = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":6,"i28":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
var pathtoroot = "../../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/EndpointDescription.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" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&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><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.apache.axis2.jaxws.description</a></div>
<h2 title="Interface EndpointDescription" class="title">Interface EndpointDescription</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><code><a href="impl/EndpointDescriptionImpl.html" title="class in org.apache.axis2.jaxws.description.impl">EndpointDescriptionImpl</a></code></dd>
</dl>
<hr>
<pre>public interface <span class="typeNameLabel">EndpointDescription</span></pre>
<div class="block">An EndpointDescription corresponds to a particular Service Implementation. It can correspond to
either either a client to that impl or the actual service impl.
<p/>
The EndpointDescription contains information that is relevant to both a Provider-based and
SEI-based (aka Endpoint-based or Java-based) enpdoints. SEI-based endpoints (whether they have an
explicit or implcit SEI) will have addtional metadata information in an
EndpointInterfaceDescription class and sub-hierachy; Provider-based endpoitns do not have such a
hierachy.
<p/>
<pre>
<b>EndpointDescription details</b>
<p/>
CORRESPONDS TO: The endpoint (both Client and Server)
<p/>
AXIS2 DELEGATE: AxisService
<p/>
CHILDREN: 0..1 EndpointInterfaceDescription
<p/>
ANNOTATIONS:
WebService [181]
WebServiceProvider [224]
ServicMode [224]
BindingType [224]
<p/>
WSDL ELEMENTS:
port
<p/>
</pre></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#AXIS_SERVICE_PARAMETER">AXIS_SERVICE_PARAMETER</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DEFAULT_CLIENT_BINDING_ID">DEFAULT_CLIENT_BINDING_ID</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#HANDLER_PARAMETER_QNAMES">HANDLER_PARAMETER_QNAMES</a></span></code></th>
<td class="colLast">
<div class="block">Paramater set on AxisService which contains an ArrayList of SOAP header QNames
of SOAPHandlers.</div>
</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addRequiredBinding(org.apache.axis2.jaxws.common.config.WSDLValidatorElement)">addRequiredBinding</a></span>&#8203;(<a href="../common/config/WSDLValidatorElement.html" title="class in org.apache.axis2.jaxws.common.config">WSDLValidatorElement</a>&nbsp;element)</code></th>
<td class="colLast">
<div class="block">Adds the QName to a list of binding types that are required to be
supported by the endpoint as defined in the WSDL.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../description/AxisService.html" title="class in org.apache.axis2.description">AxisService</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getAxisService()">getAxisService</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getBindingType()">getBindingType</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns the binding type FOR A SERVER.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getClientBindingID()">getClientBindingID</a></span>()</code></th>
<td class="colLast">
<div class="block">Return the binding type FOR A CLIENT.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="builder/DescriptionBuilderComposite.html" title="class in org.apache.axis2.jaxws.description.builder">DescriptionBuilderComposite</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getDescriptionBuilderComposite()">getDescriptionBuilderComposite</a></span>()</code></th>
<td class="colLast">
<div class="block">Return the DescriptionBuilderComposite, if any, used to build this service description.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getEndpointAddress()">getEndpointAddress</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="EndpointInterfaceDescription.html" title="interface in org.apache.axis2.jaxws.description">EndpointInterfaceDescription</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getEndpointInterfaceDescription()">getEndpointInterfaceDescription</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="xml/handler/HandlerChainsType.html" title="class in org.apache.axis2.jaxws.description.xml.handler">HandlerChainsType</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getHandlerChain()">getHandlerChain</a></span>()</code></th>
<td class="colLast">
<div class="block">Return the handler chain configuration information as a HandlerChainsType object.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="xml/handler/HandlerChainsType.html" title="class in org.apache.axis2.jaxws.description.xml.handler">HandlerChainsType</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getHandlerChain(java.lang.Object)">getHandlerChain</a></span>&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;serviceDelegateKey)</code></th>
<td class="colLast">
<div class="block">Return the handler chain configuration information as a HandlerChainsType object.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getMTOMThreshold()">getMTOMThreshold</a></span>()</code></th>
<td class="colLast">
<div class="block">If MTOM is enabled, returns the threshold value.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getName()">getName</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/javax/xml/ws/handler/PortInfo.html?is-external=true" title="class or interface in javax.xml.ws.handler" class="externalLink">PortInfo</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getPortInfo()">getPortInfo</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns the JAX-WS handler PortInfo object for this endpoint.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace" class="externalLink">QName</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getPortQName()">getPortQName</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getProperty(java.lang.String)">getProperty</a></span>&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;key)</code></th>
<td class="colLast">
<div class="block">Return the Object that corresponds to the property key supplied.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util" class="externalLink">Set</a>&lt;<a href="../common/config/WSDLValidatorElement.html" title="class in org.apache.axis2.jaxws.common.config">WSDLValidatorElement</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getRequiredBindings()">getRequiredBindings</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a list of all known bindings that should be supported based
on the information in the WSDL.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code><a href="../../client/ServiceClient.html" title="class in org.apache.axis2.client">ServiceClient</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getServiceClient()">getServiceClient</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code><a href="ServiceDescription.html" title="interface in org.apache.axis2.jaxws.description">ServiceDescription</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getServiceDescription()">getServiceDescription</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/javax/xml/ws/Service.Mode.html?is-external=true" title="class or interface in javax.xml.ws" class="externalLink">Service.Mode</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getServiceMode()">getServiceMode</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace" class="externalLink">QName</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getServiceQName()">getServiceQName</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getTargetNamespace()">getTargetNamespace</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isEndpointBased()">isEndpointBased</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isMTOMEnabled()">isMTOMEnabled</a></span>()</code></th>
<td class="colLast">
<div class="block">Signals whether or not MTOM has been turned on for the endpoint
based on the annotation configuration.</div>
</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isProviderBased()">isProviderBased</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#respectBinding()">respectBinding</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns true if the contents of the <code>&lt;wsdl:binding&gt;</code> must be
strictly respected by the runtime.</div>
</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setClientBindingID(java.lang.String)">setClientBindingID</a></span>&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;clientBindingID)</code></th>
<td class="colLast">
<div class="block">Set the binding type FOR A CLIENT.</div>
</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setEndpointAddress(java.lang.String)">setEndpointAddress</a></span>&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;endpointAddress)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setHandlerChain(org.apache.axis2.jaxws.description.xml.handler.HandlerChainsType)">setHandlerChain</a></span>&#8203;(<a href="xml/handler/HandlerChainsType.html" title="class in org.apache.axis2.jaxws.description.xml.handler">HandlerChainsType</a>&nbsp;handlerChain)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setProperty(java.lang.String,java.lang.Object)">setProperty</a></span>&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;key,
<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;value)</code></th>
<td class="colLast">
<div class="block">Store the property by the key specified.</div>
</td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setRespectBinding(boolean)">setRespectBinding</a></span>&#8203;(boolean&nbsp;respect)</code></th>
<td class="colLast">
<div class="block">Indicate whether or not strict binding support should be used.</div>
</td>
</tr>
</table>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a id="AXIS_SERVICE_PARAMETER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AXIS_SERVICE_PARAMETER</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> AXIS_SERVICE_PARAMETER</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.axis2.jaxws.description.EndpointDescription.AXIS_SERVICE_PARAMETER">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="DEFAULT_CLIENT_BINDING_ID">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_CLIENT_BINDING_ID</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> DEFAULT_CLIENT_BINDING_ID</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.axis2.jaxws.description.EndpointDescription.DEFAULT_CLIENT_BINDING_ID">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="HANDLER_PARAMETER_QNAMES">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>HANDLER_PARAMETER_QNAMES</h4>
<pre>static final&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> HANDLER_PARAMETER_QNAMES</pre>
<div class="block">Paramater set on AxisService which contains an ArrayList of SOAP header QNames
of SOAPHandlers.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.axis2.jaxws.description.EndpointDescription.HANDLER_PARAMETER_QNAMES">Constant Field Values</a></dd>
</dl>
</li>
</ul>
</li>
</ul>
</section>
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="getAxisService()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAxisService</h4>
<pre class="methodSignature"><a href="../../description/AxisService.html" title="class in org.apache.axis2.description">AxisService</a>&nbsp;getAxisService()</pre>
</li>
</ul>
<a id="getServiceClient()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getServiceClient</h4>
<pre class="methodSignature"><a href="../../client/ServiceClient.html" title="class in org.apache.axis2.client">ServiceClient</a>&nbsp;getServiceClient()</pre>
</li>
</ul>
<a id="getServiceDescription()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getServiceDescription</h4>
<pre class="methodSignature"><a href="ServiceDescription.html" title="interface in org.apache.axis2.jaxws.description">ServiceDescription</a>&nbsp;getServiceDescription()</pre>
</li>
</ul>
<a id="getEndpointInterfaceDescription()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEndpointInterfaceDescription</h4>
<pre class="methodSignature"><a href="EndpointInterfaceDescription.html" title="interface in org.apache.axis2.jaxws.description">EndpointInterfaceDescription</a>&nbsp;getEndpointInterfaceDescription()</pre>
</li>
</ul>
<a id="getPortInfo()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPortInfo</h4>
<pre class="methodSignature"><a href="https://docs.oracle.com/javase/7/docs/api/javax/xml/ws/handler/PortInfo.html?is-external=true" title="class or interface in javax.xml.ws.handler" class="externalLink">PortInfo</a>&nbsp;getPortInfo()</pre>
<div class="block">Returns the JAX-WS handler PortInfo object for this endpoint.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>PortInfo</dd>
</dl>
</li>
</ul>
<a id="isProviderBased()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isProviderBased</h4>
<pre class="methodSignature">boolean&nbsp;isProviderBased()</pre>
</li>
</ul>
<a id="isEndpointBased()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isEndpointBased</h4>
<pre class="methodSignature">boolean&nbsp;isEndpointBased()</pre>
</li>
</ul>
<a id="getName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getName</h4>
<pre class="methodSignature"><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;getName()</pre>
</li>
</ul>
<a id="getTargetNamespace()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTargetNamespace</h4>
<pre class="methodSignature"><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;getTargetNamespace()</pre>
</li>
</ul>
<a id="getBindingType()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBindingType</h4>
<pre class="methodSignature"><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;getBindingType()</pre>
<div class="block">Returns the binding type FOR A SERVER. This is based on the BindingType annotation and/or
the WSDL. This will return the default binding (SOAP11) if no annotation was specified on the
server. This should NOT be called on the client since it will always return the default
binding. Use getClientBindingID() on clients.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
</dl>
</li>
</ul>
<a id="setHandlerChain(org.apache.axis2.jaxws.description.xml.handler.HandlerChainsType)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setHandlerChain</h4>
<pre class="methodSignature">void&nbsp;setHandlerChain&#8203;(<a href="xml/handler/HandlerChainsType.html" title="class in org.apache.axis2.jaxws.description.xml.handler">HandlerChainsType</a>&nbsp;handlerChain)</pre>
</li>
</ul>
<a id="getHandlerChain(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHandlerChain</h4>
<pre class="methodSignature"><a href="xml/handler/HandlerChainsType.html" title="class in org.apache.axis2.jaxws.description.xml.handler">HandlerChainsType</a>&nbsp;getHandlerChain&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;serviceDelegateKey)</pre>
<div class="block">Return the handler chain configuration information as a HandlerChainsType object. If the
key is non-null then it is used to look for handler chain configuration information in the
sparse metadata. The order in which the configuration information is resolved is:
1) Look in sparse composite if the key is not null
2) Look in the composite
3) Look for a HandlerChain annotation and read in the file it specifies</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>serviceDelegateKey</code> - May be null. If non-null, used to look for service-delegate
specific sparse composite information.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>A HandlerChainsType object or null</dd>
</dl>
</li>
</ul>
<a id="getHandlerChain()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHandlerChain</h4>
<pre class="methodSignature"><a href="xml/handler/HandlerChainsType.html" title="class in org.apache.axis2.jaxws.description.xml.handler">HandlerChainsType</a>&nbsp;getHandlerChain()</pre>
<div class="block">Return the handler chain configuration information as a HandlerChainsType object.
This is the same as calling getHandlerChain(null).</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="#getHandlerChain(java.lang.Object)"><code>getHandlerChain(Object)</code></a></dd>
</dl>
</li>
</ul>
<a id="setClientBindingID(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setClientBindingID</h4>
<pre class="methodSignature">void&nbsp;setClientBindingID&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;clientBindingID)</pre>
<div class="block">Set the binding type FOR A CLIENT. The BindingType annotation is not valid on the client per
the JAX-WS spec. The value can be set via addPort(...) for a Dispatch client or via TBD for
a Proxy client.</div>
</li>
</ul>
<a id="getClientBindingID()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getClientBindingID</h4>
<pre class="methodSignature"><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;getClientBindingID()</pre>
<div class="block">Return the binding type FOR A CLIENT. This will return the default client binding type if
called on the server. Use getBindingType() on servers.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>String representing the client binding type</dd>
</dl>
</li>
</ul>
<a id="setEndpointAddress(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setEndpointAddress</h4>
<pre class="methodSignature">void&nbsp;setEndpointAddress&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;endpointAddress)</pre>
</li>
</ul>
<a id="getEndpointAddress()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEndpointAddress</h4>
<pre class="methodSignature"><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;getEndpointAddress()</pre>
</li>
</ul>
<a id="getPortQName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPortQName</h4>
<pre class="methodSignature"><a href="https://docs.oracle.com/javase/7/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace" class="externalLink">QName</a>&nbsp;getPortQName()</pre>
</li>
</ul>
<a id="getServiceQName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getServiceQName</h4>
<pre class="methodSignature"><a href="https://docs.oracle.com/javase/7/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace" class="externalLink">QName</a>&nbsp;getServiceQName()</pre>
</li>
</ul>
<a id="getServiceMode()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getServiceMode</h4>
<pre class="methodSignature"><a href="https://docs.oracle.com/javase/7/docs/api/javax/xml/ws/Service.Mode.html?is-external=true" title="class or interface in javax.xml.ws" class="externalLink">Service.Mode</a>&nbsp;getServiceMode()</pre>
</li>
</ul>
<a id="isMTOMEnabled()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isMTOMEnabled</h4>
<pre class="methodSignature">boolean&nbsp;isMTOMEnabled()</pre>
<div class="block">Signals whether or not MTOM has been turned on for the endpoint
based on the annotation configuration.
Both the @MTOM and @BindingType are inspected. The @MTOM
annotation is inspected first. If the @MTOM
annotation is not present, then the @BindingType is inspected.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a boolean value</dd>
</dl>
</li>
</ul>
<a id="getMTOMThreshold()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMTOMThreshold</h4>
<pre class="methodSignature">int&nbsp;getMTOMThreshold()</pre>
<div class="block">If MTOM is enabled, returns the threshold value.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>-1 if MTOM is not enabled, a positive integer value if
one was configured.</dd>
</dl>
</li>
</ul>
<a id="respectBinding()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>respectBinding</h4>
<pre class="methodSignature">boolean&nbsp;respectBinding()</pre>
<div class="block">Returns true if the contents of the <code>&lt;wsdl:binding&gt;</code> must be
strictly respected by the runtime.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a boolean value</dd>
</dl>
</li>
</ul>
<a id="setRespectBinding(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setRespectBinding</h4>
<pre class="methodSignature">void&nbsp;setRespectBinding&#8203;(boolean&nbsp;respect)</pre>
<div class="block">Indicate whether or not strict binding support should be used.</div>
</li>
</ul>
<a id="addRequiredBinding(org.apache.axis2.jaxws.common.config.WSDLValidatorElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addRequiredBinding</h4>
<pre class="methodSignature">boolean&nbsp;addRequiredBinding&#8203;(<a href="../common/config/WSDLValidatorElement.html" title="class in org.apache.axis2.jaxws.common.config">WSDLValidatorElement</a>&nbsp;element)</pre>
<div class="block">Adds the QName to a list of binding types that are required to be
supported by the endpoint as defined in the WSDL.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - </dd>
<dt><span class="returnLabel">Returns:</span></dt>
</dl>
</li>
</ul>
<a id="getRequiredBindings()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRequiredBindings</h4>
<pre class="methodSignature"><a href="https://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util" class="externalLink">Set</a>&lt;<a href="../common/config/WSDLValidatorElement.html" title="class in org.apache.axis2.jaxws.common.config">WSDLValidatorElement</a>&gt;&nbsp;getRequiredBindings()</pre>
<div class="block">Returns a list of all known bindings that should be supported based
on the information in the WSDL.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
</dl>
</li>
</ul>
<a id="getDescriptionBuilderComposite()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDescriptionBuilderComposite</h4>
<pre class="methodSignature"><a href="builder/DescriptionBuilderComposite.html" title="class in org.apache.axis2.jaxws.description.builder">DescriptionBuilderComposite</a>&nbsp;getDescriptionBuilderComposite()</pre>
<div class="block">Return the DescriptionBuilderComposite, if any, used to build this service description.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
</dl>
</li>
</ul>
<a id="getProperty(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getProperty</h4>
<pre class="methodSignature"><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;getProperty&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;key)</pre>
<div class="block">Return the Object that corresponds to the property key supplied.</div>
</li>
</ul>
<a id="setProperty(java.lang.String,java.lang.Object)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setProperty</h4>
<pre class="methodSignature">void&nbsp;setProperty&#8203;(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;key,
<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;value)</pre>
<div class="block">Store the property by the key specified.</div>
</li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
</div>
</main>
<!-- ========= END OF CLASS DATA ========= -->
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/EndpointDescription.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" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&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><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &copy; <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</footer>
</body>
</html>