blob: b93abb7935bb12117eabd48b077bc125baf299e8 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>WSDL20SupplierTemplate (Apache Axis2)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="WSDL20SupplierTemplate (Apache Axis2)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/WSDL20SupplierTemplate.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/dataretrieval/WSDL11SupplierTemplate.html" title="class in org.apache.axis2.dataretrieval"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/axis2/dataretrieval/WSDLDataLocator.html" title="class in org.apache.axis2.dataretrieval"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/axis2/dataretrieval/WSDL20SupplierTemplate.html" target="_top">Frames</a></li>
<li><a href="WSDL20SupplierTemplate.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.org.apache.axis2.description.AxisService2WSDL20">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>Field&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.axis2.dataretrieval</div>
<h2 title="Class WSDL20SupplierTemplate" class="title">Class WSDL20SupplierTemplate</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/7/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><a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html" title="class in org.apache.axis2.description">org.apache.axis2.description.AxisService2WSDL20</a></li>
<li>
<ul class="inheritance">
<li>org.apache.axis2.dataretrieval.WSDL20SupplierTemplate</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../org/apache/axis2/dataretrieval/WSDLSupplier.html" title="interface in org.apache.axis2.dataretrieval">WSDLSupplier</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html" title="interface in org.apache.axis2.description">WSDL2Constants</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">WSDL20SupplierTemplate</span>
extends <a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html" title="class in org.apache.axis2.description">AxisService2WSDL20</a>
implements <a href="../../../../org/apache/axis2/dataretrieval/WSDLSupplier.html" title="interface in org.apache.axis2.dataretrieval">WSDLSupplier</a></pre>
</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>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.apache.axis2.description.AxisService2WSDL20">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.axis2.description.<a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html" title="class in org.apache.axis2.description">AxisService2WSDL20</a></h3>
<code><a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html#axisService">axisService</a>, <a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html#serviceName">serviceName</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.apache.axis2.description.WSDL2Constants">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;org.apache.axis2.description.<a href="../../../../org/apache/axis2/description/WSDL2Constants.html" title="interface in org.apache.axis2.description">WSDL2Constants</a></h3>
<code><a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTR_WHTTP_AUTHENTICATION_REALM">ATTR_WHTTP_AUTHENTICATION_REALM</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTR_WHTTP_AUTHENTICATION_TYPE">ATTR_WHTTP_AUTHENTICATION_TYPE</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTR_WHTTP_CODE">ATTR_WHTTP_CODE</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTR_WHTTP_CONTENT_ENCODING">ATTR_WHTTP_CONTENT_ENCODING</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTR_WHTTP_FAULT_SERIALIZATION">ATTR_WHTTP_FAULT_SERIALIZATION</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTR_WHTTP_HEADER">ATTR_WHTTP_HEADER</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTR_WHTTP_IGNORE_UNCITED">ATTR_WHTTP_IGNORE_UNCITED</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTR_WHTTP_INPUT_SERIALIZATION">ATTR_WHTTP_INPUT_SERIALIZATION</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTR_WHTTP_LOCATION">ATTR_WHTTP_LOCATION</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTR_WHTTP_METHOD">ATTR_WHTTP_METHOD</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTR_WHTTP_METHOD_DEFAULT">ATTR_WHTTP_METHOD_DEFAULT</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTR_WHTTP_OUTPUT_SERIALIZATION">ATTR_WHTTP_OUTPUT_SERIALIZATION</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTR_WHTTP_QUERY_PARAMETER_SEPARATOR">ATTR_WHTTP_QUERY_PARAMETER_SEPARATOR</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTR_WRPC_SIGNATURE">ATTR_WRPC_SIGNATURE</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTR_WSDLX_SAFE">ATTR_WSDLX_SAFE</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTR_WSOAP_ACTION">ATTR_WSOAP_ACTION</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTR_WSOAP_ADDRESS">ATTR_WSOAP_ADDRESS</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTR_WSOAP_CODE">ATTR_WSOAP_CODE</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTR_WSOAP_HEADER">ATTR_WSOAP_HEADER</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTR_WSOAP_MEP">ATTR_WSOAP_MEP</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTR_WSOAP_MODULE">ATTR_WSOAP_MODULE</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTR_WSOAP_PROTOCOL">ATTR_WSOAP_PROTOCOL</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTR_WSOAP_SUBCODES">ATTR_WSOAP_SUBCODES</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTR_WSOAP_VERSION">ATTR_WSOAP_VERSION</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_ACTION">ATTRIBUTE_ACTION</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_ADDRESS">ATTRIBUTE_ADDRESS</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_AUTHENTICATION_REALM">ATTRIBUTE_AUTHENTICATION_REALM</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_AUTHENTICATION_TYPE">ATTRIBUTE_AUTHENTICATION_TYPE</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_CODE">ATTRIBUTE_CODE</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_CONTENT_ENCODING">ATTRIBUTE_CONTENT_ENCODING</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_CONTENT_ENCODING_DEFAULT">ATTRIBUTE_CONTENT_ENCODING_DEFAULT</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_ELEMENT">ATTRIBUTE_ELEMENT</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_FAULT_SERIALIZATION">ATTRIBUTE_FAULT_SERIALIZATION</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_HEADER">ATTRIBUTE_HEADER</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_IGNORE_UNCITED">ATTRIBUTE_IGNORE_UNCITED</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_INPUT_SERIALIZATION">ATTRIBUTE_INPUT_SERIALIZATION</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_LOCATION">ATTRIBUTE_LOCATION</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_MEP">ATTRIBUTE_MEP</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_MEP_DEFAULT">ATTRIBUTE_MEP_DEFAULT</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_METHOD">ATTRIBUTE_METHOD</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_METHOD_DEFAULT">ATTRIBUTE_METHOD_DEFAULT</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_MODULE">ATTRIBUTE_MODULE</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_MUST_UNDERSTAND">ATTRIBUTE_MUST_UNDERSTAND</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_NAME">ATTRIBUTE_NAME</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_NAME_PATTERN">ATTRIBUTE_NAME_PATTERN</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_OUTPUT_SERIALIZATION">ATTRIBUTE_OUTPUT_SERIALIZATION</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_PROTOCOL">ATTRIBUTE_PROTOCOL</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_QUERY_PARAMETER_SEPERATOR">ATTRIBUTE_QUERY_PARAMETER_SEPERATOR</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_QUERY_PARAMETER_SEPERATOR_DEFAULT">ATTRIBUTE_QUERY_PARAMETER_SEPERATOR_DEFAULT</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_REF">ATTRIBUTE_REF</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_REQUIRED">ATTRIBUTE_REQUIRED</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_SAFE">ATTRIBUTE_SAFE</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_SIGNATURE">ATTRIBUTE_SIGNATURE</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_STYLE">ATTRIBUTE_STYLE</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_SUBCODES">ATTRIBUTE_SUBCODES</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_TYPE">ATTRIBUTE_TYPE</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ATTRIBUTE_VERSION">ATTRIBUTE_VERSION</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#BINDING_LOCAL_NAME">BINDING_LOCAL_NAME</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#DEFAULT_HTTP_ENDPOINT_NAME">DEFAULT_HTTP_ENDPOINT_NAME</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#DEFAULT_HTTPS_PREFIX">DEFAULT_HTTPS_PREFIX</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#DEFAULT_INTERFACE_NAME">DEFAULT_INTERFACE_NAME</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#DEFAULT_SOAP11_ENDPOINT_NAME">DEFAULT_SOAP11_ENDPOINT_NAME</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#DEFAULT_SOAP12_ENDPOINT_NAME">DEFAULT_SOAP12_ENDPOINT_NAME</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#DEFAULT_TARGET_NAMESPACE_PREFIX">DEFAULT_TARGET_NAMESPACE_PREFIX</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#DEFAULT_WSDL_NAMESPACE_PREFIX">DEFAULT_WSDL_NAMESPACE_PREFIX</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#DESCRIPTION">DESCRIPTION</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#DOCUMENTATION">DOCUMENTATION</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#ENDPOINT_LOCAL_NAME">ENDPOINT_LOCAL_NAME</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#FAULT_LOCAL_NAME">FAULT_LOCAL_NAME</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#HTTP_LOCATION_TABLE">HTTP_LOCATION_TABLE</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#HTTP_PREFIX">HTTP_PREFIX</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#HTTP_PROTOCAL">HTTP_PROTOCAL</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#IN_FAULT_LOCAL_NAME">IN_FAULT_LOCAL_NAME</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#IN_PUT_LOCAL_NAME">IN_PUT_LOCAL_NAME</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#INTERFACE_LOCAL_NAME">INTERFACE_LOCAL_NAME</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#INTERFACE_PREFIX">INTERFACE_PREFIX</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#LEGAL_CHARACTERS_IN_PATH">LEGAL_CHARACTERS_IN_PATH</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#LEGAL_CHARACTERS_IN_QUERY">LEGAL_CHARACTERS_IN_QUERY</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#LEGAL_CHARACTERS_IN_URL">LEGAL_CHARACTERS_IN_URL</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#MEP_URI_IN_ONLY">MEP_URI_IN_ONLY</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#MEP_URI_IN_OPTIONAL_OUT">MEP_URI_IN_OPTIONAL_OUT</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#MEP_URI_IN_OUT">MEP_URI_IN_OUT</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#MEP_URI_OUT_IN">MEP_URI_OUT_IN</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#MEP_URI_OUT_ONLY">MEP_URI_OUT_ONLY</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#MEP_URI_OUT_OPTIONAL_IN">MEP_URI_OUT_OPTIONAL_IN</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#MEP_URI_ROBUST_IN_ONLY">MEP_URI_ROBUST_IN_ONLY</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#MEP_URI_ROBUST_OUT_ONLY">MEP_URI_ROBUST_OUT_ONLY</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#MESSAGE_LABEL">MESSAGE_LABEL</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#MESSAGE_LABEL_IN">MESSAGE_LABEL_IN</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#MESSAGE_LABEL_OUT">MESSAGE_LABEL_OUT</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#NMTOKEN_ANY">NMTOKEN_ANY</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#NMTOKEN_ELEMENT">NMTOKEN_ELEMENT</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#NMTOKEN_NONE">NMTOKEN_NONE</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#NMTOKEN_OTHER">NMTOKEN_OTHER</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#OPERATION_LOCAL_NAME">OPERATION_LOCAL_NAME</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#OPERATION_STYLE">OPERATION_STYLE</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#OUT_FAULT_LOCAL_NAME">OUT_FAULT_LOCAL_NAME</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#OUT_PUT_LOCAL_NAME">OUT_PUT_LOCAL_NAME</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#RPC_IN">RPC_IN</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#RPC_INOUT">RPC_INOUT</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#RPC_RETURN">RPC_RETURN</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#SERVICE_LOCAL_NAME">SERVICE_LOCAL_NAME</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#SOAP_BINDING_PREFIX">SOAP_BINDING_PREFIX</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#SOAP_ENV_PREFIX">SOAP_ENV_PREFIX</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#SOAP_PREFIX">SOAP_PREFIX</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#SOAP_VERSION_1_1">SOAP_VERSION_1_1</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#SOAP_VERSION_1_2">SOAP_VERSION_1_2</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#STYLE_IRI">STYLE_IRI</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#STYLE_MULTIPART">STYLE_MULTIPART</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#STYLE_RPC">STYLE_RPC</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#TARGET_NAMESPACE">TARGET_NAMESPACE</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#TEMPLATE_ENCODE_ESCAPING_CHARACTER">TEMPLATE_ENCODE_ESCAPING_CHARACTER</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#TYPES_LOCAL_NALE">TYPES_LOCAL_NALE</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#URI_WSDL2_EXTENSIONS">URI_WSDL2_EXTENSIONS</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#URI_WSDL2_HTTP">URI_WSDL2_HTTP</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#URI_WSDL2_RPC">URI_WSDL2_RPC</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#URI_WSDL2_SOAP">URI_WSDL2_SOAP</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#URI_WSOAP_MEP">URI_WSOAP_MEP</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#WSDL_EXTENTION_PREFIX">WSDL_EXTENTION_PREFIX</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#WSDL_NAMESPACE">WSDL_NAMESPACE</a>, <a href="../../../../org/apache/axis2/description/WSDL2Constants.html#WSDL_RPC_PREFIX">WSDL_RPC_PREFIX</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" 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><span class="memberNameLink"><a href="../../../../org/apache/axis2/dataretrieval/WSDL20SupplierTemplate.html#WSDL20SupplierTemplate--">WSDL20SupplierTemplate</a></span>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<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="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>protected <a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/axis2/dataretrieval/WSDL20SupplierTemplate.html#customizeBinding-org.apache.axiom.om.OMElement-">customizeBinding</a></span>(<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;binding)</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>protected <a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/axis2/dataretrieval/WSDL20SupplierTemplate.html#customizeDocumentation-org.apache.axiom.om.OMElement-">customizeDocumentation</a></span>(<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;documentation)</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>protected <a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/axis2/dataretrieval/WSDL20SupplierTemplate.html#customizeEndpoint-org.apache.axiom.om.OMElement-">customizeEndpoint</a></span>(<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;port)</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>protected <a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/axis2/dataretrieval/WSDL20SupplierTemplate.html#customizeInterface-org.apache.axiom.om.OMElement-">customizeInterface</a></span>(<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;portType)</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>protected <a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/axis2/dataretrieval/WSDL20SupplierTemplate.html#customizeService-org.apache.axiom.om.OMElement-">customizeService</a></span>(<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;service)</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>protected <a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/axis2/dataretrieval/WSDL20SupplierTemplate.html#customizeTypes-org.apache.axiom.om.OMElement-">customizeTypes</a></span>(<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;types)</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/axis2/dataretrieval/WSDL20SupplierTemplate.html#generateOM--">generateOM</a></span>()</code>
<div class="block">Generates a WSDL 2.0 document for this web service</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/axis2/dataretrieval/WSDL20SupplierTemplate.html#getWSDL-org.apache.axis2.description.AxisService-">getWSDL</a></span>(<a href="../../../../org/apache/axis2/description/AxisService.html" title="class in org.apache.axis2.description">AxisService</a>&nbsp;service)</code>&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/axis2/dataretrieval/WSDL20SupplierTemplate.html#init-org.apache.axis2.description.AxisService-">init</a></span>(<a href="../../../../org/apache/axis2/description/AxisService.html" title="class in org.apache.axis2.description">AxisService</a>&nbsp;service)</code>&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>protected <a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/axis2/dataretrieval/WSDL20SupplierTemplate.html#modifyBinding-org.apache.axiom.om.OMElement-">modifyBinding</a></span>(<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;binding)</code>
<div class="block">This method use by AxisService2WSDL11 and users should not touch this
method.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>protected <a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/axis2/dataretrieval/WSDL20SupplierTemplate.html#modifyEndpoint-org.apache.axiom.om.OMElement-">modifyEndpoint</a></span>(<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;endpoint)</code>
<div class="block">This method use by AxisService2WSDL11 and users should not touch this
method.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.axis2.description.AxisService2WSDL20">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.axis2.description.<a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html" title="class in org.apache.axis2.description">AxisService2WSDL20</a></h3>
<code><a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html#addPoliciesToDescriptionElement-java.util.List-org.apache.axiom.om.OMElement-">addPoliciesToDescriptionElement</a>, <a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html#generateDescription-org.apache.axiom.om.OMFactory-">generateDescription</a>, <a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html#generateDocumentation-org.apache.axiom.om.OMFactory-">generateDocumentation</a>, <a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html#generateInterface-org.apache.axiom.om.OMFactory-">generateInterface</a>, <a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html#generateInterfaceOperationElement-org.apache.axis2.description.AxisOperation-org.apache.axiom.om.OMNamespace-org.apache.axiom.om.OMNamespace-org.apache.axiom.om.OMNamespace-org.apache.axiom.om.OMNamespace-">generateInterfaceOperationElement</a>, <a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html#generateService-org.apache.axiom.om.OMFactory-org.apache.axiom.om.OMElement-boolean-boolean-boolean-">generateService</a>, <a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html#generateServiceElement-org.apache.axiom.om.OMFactory-org.apache.axiom.om.OMNamespace-org.apache.axiom.om.OMNamespace-org.apache.axis2.description.AxisService-boolean-boolean-boolean-java.lang.String-">generateServiceElement</a>, <a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html#generateServiceElement-org.apache.axiom.om.OMFactory-org.apache.axiom.om.OMNamespace-org.apache.axiom.om.OMNamespace-org.apache.axis2.description.AxisService-boolean-boolean-boolean-java.lang.String:A-java.lang.String-">generateServiceElement</a>, <a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html#generateTypes-org.apache.axiom.om.OMFactory-">generateTypes</a>, <a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html#getPoliciesInDefinitions--">getPoliciesInDefinitions</a>, <a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html#init--">init</a>, <a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html#isDisableREST--">isDisableREST</a>, <a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html#isDisableSOAP11--">isDisableSOAP11</a>, <a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html#isDisableSOAP12--">isDisableSOAP12</a>, <a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html#setCheckIfEndPointActive-boolean-">setCheckIfEndPointActive</a>, <a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html#setEPRs-java.lang.String:A-">setEPRs</a></code></li>
</ul>
<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="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" 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">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="WSDL20SupplierTemplate--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>WSDL20SupplierTemplate</h4>
<pre>public&nbsp;WSDL20SupplierTemplate()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="init-org.apache.axis2.description.AxisService-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>init</h4>
<pre>public final&nbsp;void&nbsp;init(<a href="../../../../org/apache/axis2/description/AxisService.html" title="class in org.apache.axis2.description">AxisService</a>&nbsp;service)</pre>
</li>
</ul>
<a name="getWSDL-org.apache.axis2.description.AxisService-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWSDL</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;getWSDL(<a href="../../../../org/apache/axis2/description/AxisService.html" title="class in org.apache.axis2.description">AxisService</a>&nbsp;service)
throws <a href="../../../../org/apache/axis2/AxisFault.html" title="class in org.apache.axis2">AxisFault</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../org/apache/axis2/dataretrieval/WSDLSupplier.html#getWSDL-org.apache.axis2.description.AxisService-">getWSDL</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/axis2/dataretrieval/WSDLSupplier.html" title="interface in org.apache.axis2.dataretrieval">WSDLSupplier</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../org/apache/axis2/AxisFault.html" title="class in org.apache.axis2">AxisFault</a></code></dd>
</dl>
</li>
</ul>
<a name="generateOM--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>generateOM</h4>
<pre>public&nbsp;<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;generateOM()
throws <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html#generateOM--">AxisService2WSDL20</a></code></span></div>
<div class="block">Generates a WSDL 2.0 document for this web service</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html#generateOM--">generateOM</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html" title="class in org.apache.axis2.description">AxisService2WSDL20</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The WSDL2 document element</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - - Thrown in case an exception occurs</dd>
</dl>
</li>
</ul>
<a name="customizeDocumentation-org.apache.axiom.om.OMElement-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>customizeDocumentation</h4>
<pre>protected&nbsp;<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;customizeDocumentation(<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;documentation)</pre>
</li>
</ul>
<a name="customizeTypes-org.apache.axiom.om.OMElement-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>customizeTypes</h4>
<pre>protected&nbsp;<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;customizeTypes(<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;types)</pre>
</li>
</ul>
<a name="customizeInterface-org.apache.axiom.om.OMElement-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>customizeInterface</h4>
<pre>protected&nbsp;<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;customizeInterface(<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;portType)</pre>
</li>
</ul>
<a name="customizeService-org.apache.axiom.om.OMElement-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>customizeService</h4>
<pre>protected final&nbsp;<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;customizeService(<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;service)</pre>
</li>
</ul>
<a name="customizeEndpoint-org.apache.axiom.om.OMElement-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>customizeEndpoint</h4>
<pre>protected&nbsp;<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;customizeEndpoint(<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;port)</pre>
</li>
</ul>
<a name="customizeBinding-org.apache.axiom.om.OMElement-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>customizeBinding</h4>
<pre>protected&nbsp;<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;customizeBinding(<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;binding)</pre>
</li>
</ul>
<a name="modifyEndpoint-org.apache.axiom.om.OMElement-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>modifyEndpoint</h4>
<pre>protected final&nbsp;<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;modifyEndpoint(<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;endpoint)</pre>
<div class="block">This method use by AxisService2WSDL11 and users should not touch this
method.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html#modifyEndpoint-org.apache.axiom.om.OMElement-">modifyEndpoint</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html" title="class in org.apache.axis2.description">AxisService2WSDL20</a></code></dd>
</dl>
</li>
</ul>
<a name="modifyBinding-org.apache.axiom.om.OMElement-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>modifyBinding</h4>
<pre>protected final&nbsp;<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;modifyBinding(<a href="http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html?is-external=true" title="class or interface in org.apache.axiom.om">OMElement</a>&nbsp;binding)</pre>
<div class="block">This method use by AxisService2WSDL11 and users should not touch this
method.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html#modifyBinding-org.apache.axiom.om.OMElement-">modifyBinding</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/axis2/description/AxisService2WSDL20.html" title="class in org.apache.axis2.description">AxisService2WSDL20</a></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>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/WSDL20SupplierTemplate.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/dataretrieval/WSDL11SupplierTemplate.html" title="class in org.apache.axis2.dataretrieval"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/axis2/dataretrieval/WSDLDataLocator.html" title="class in org.apache.axis2.dataretrieval"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/axis2/dataretrieval/WSDL20SupplierTemplate.html" target="_top">Frames</a></li>
<li><a href="WSDL20SupplierTemplate.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.org.apache.axis2.description.AxisService2WSDL20">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>Field&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 &copy; <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>