blob: 634a664881d8721be43372acfb9d1636e25a8a97 [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 (1.8.0_101) on Mon Sep 19 17:00:58 EDT 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>UDDIService (jUDDI Client side Code 3.3.11-SNAPSHOT API)</title>
<meta name="date" content="2022-09-19">
<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="UDDIService (jUDDI Client side Code 3.3.11-SNAPSHOT API)";
}
}
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,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":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/UDDIService.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/juddi/v3/client/UDDIConstantsV2.html" title="interface in org.apache.juddi.v3.client"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/juddi/v3/client/UDDIServiceV2.html" title="class in org.apache.juddi.v3.client"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/juddi/v3/client/UDDIService.html" target="_top">Frames</a></li>
<li><a href="UDDIService.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><a href="#nested.classes.inherited.from.class.javax.xml.ws.Service">Nested</a>&nbsp;|&nbsp;</li>
<li>Field&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.juddi.v3.client</div>
<h2 title="Class UDDIService" class="title">Class UDDIService</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/6/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="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true" title="class or interface in javax.xml.ws">javax.xml.ws.Service</a></li>
<li>
<ul class="inheritance">
<li>org.apache.juddi.v3.client.UDDIService</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre><a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceClient.html?is-external=true" title="class or interface in javax.xml.ws">@WebServiceClient</a>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceClient.html?is-external=true#name--" title="class or interface in javax.xml.ws">name</a>="UDDI_Service",
<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceClient.html?is-external=true#targetNamespace--" title="class or interface in javax.xml.ws">targetNamespace</a>="urn:uddi-org:v3_service",
<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceClient.html?is-external=true#wsdlLocation--" title="class or interface in javax.xml.ws">wsdlLocation</a>="classpath:/uddi_v3_service.wsdl")
public class <span class="typeNameLabel">UDDIService</span>
extends <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true" title="class or interface in javax.xml.ws">Service</a></pre>
<div class="block">The UDDIService is defined by the UDDI v3 specification as the Service from which
all UDDI Ports can be obtained. All known ports: UDDICustodyPort, UDDIInquiryPort
UDDIReplicationPort, UDDISecurityPort, UDDISubscriptionPort, UDDIValueSetCachingPort
and the UDDIValueSetValidationPort.
This class was generated by the JAX-WS RI.
JAX-WS RI 2.1.5-b03-
Generated source version: 2.1</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.javax.xml.ws.Service">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;javax.xml.ws.<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true" title="class or interface in javax.xml.ws">Service</a></h3>
<code><a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.Mode.html?is-external=true" title="class or interface in javax.xml.ws">Service.Mode</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/juddi/v3/client/UDDIService.html#UDDIService--">UDDIService</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/v3/client/UDDIService.html#UDDIService-java.net.URL-">UDDIService</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;wsdlLocation)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/v3/client/UDDIService.html#UDDIService-java.net.URL-javax.xml.namespace.QName-">UDDIService</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;wsdlLocation,
<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</a>&nbsp;serviceName)</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>org.uddi.v3_service.UDDICustodyTransferPortType</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/v3/client/UDDIService.html#getUDDICustodyPort--">getUDDICustodyPort</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>org.uddi.v3_service.UDDICustodyTransferPortType</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/v3/client/UDDIService.html#getUDDICustodyPort-javax.xml.ws.WebServiceFeature...-">getUDDICustodyPort</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceFeature</a>...&nbsp;features)</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>org.uddi.v3_service.UDDIInquiryPortType</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/v3/client/UDDIService.html#getUDDIInquiryPort--">getUDDIInquiryPort</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>org.uddi.v3_service.UDDIInquiryPortType</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/v3/client/UDDIService.html#getUDDIInquiryPort-javax.xml.ws.WebServiceFeature...-">getUDDIInquiryPort</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceFeature</a>...&nbsp;features)</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>org.uddi.v3_service.UDDIPublicationPortType</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/v3/client/UDDIService.html#getUDDIPublicationPort--">getUDDIPublicationPort</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>org.uddi.v3_service.UDDIPublicationPortType</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/v3/client/UDDIService.html#getUDDIPublicationPort-javax.xml.ws.WebServiceFeature...-">getUDDIPublicationPort</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceFeature</a>...&nbsp;features)</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>org.uddi.v3_service.UDDIReplicationPortType</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/v3/client/UDDIService.html#getUDDIReplicationPort--">getUDDIReplicationPort</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>org.uddi.v3_service.UDDIReplicationPortType</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/v3/client/UDDIService.html#getUDDIReplicationPort-javax.xml.ws.WebServiceFeature...-">getUDDIReplicationPort</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceFeature</a>...&nbsp;features)</code>&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>org.uddi.v3_service.UDDISecurityPortType</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/v3/client/UDDIService.html#getUDDISecurityPort--">getUDDISecurityPort</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>org.uddi.v3_service.UDDISecurityPortType</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/v3/client/UDDIService.html#getUDDISecurityPort-javax.xml.ws.WebServiceFeature...-">getUDDISecurityPort</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceFeature</a>...&nbsp;features)</code>&nbsp;</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>org.uddi.v3_service.UDDISubscriptionListenerPortType</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/v3/client/UDDIService.html#getUDDISubscriptionListenerPort--">getUDDISubscriptionListenerPort</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>org.uddi.v3_service.UDDISubscriptionListenerPortType</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/v3/client/UDDIService.html#getUDDISubscriptionListenerPort-javax.xml.ws.WebServiceFeature...-">getUDDISubscriptionListenerPort</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceFeature</a>...&nbsp;features)</code>&nbsp;</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>org.uddi.v3_service.UDDISubscriptionPortType</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/v3/client/UDDIService.html#getUDDISubscriptionPort--">getUDDISubscriptionPort</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>org.uddi.v3_service.UDDISubscriptionPortType</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/v3/client/UDDIService.html#getUDDISubscriptionPort-javax.xml.ws.WebServiceFeature...-">getUDDISubscriptionPort</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceFeature</a>...&nbsp;features)</code>&nbsp;</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>org.uddi.v3_service.UDDIValueSetCachingPortType</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/v3/client/UDDIService.html#getUDDIValueSetCachingPort--">getUDDIValueSetCachingPort</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>org.uddi.v3_service.UDDIValueSetCachingPortType</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/v3/client/UDDIService.html#getUDDIValueSetCachingPort-javax.xml.ws.WebServiceFeature...-">getUDDIValueSetCachingPort</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceFeature</a>...&nbsp;features)</code>&nbsp;</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>org.uddi.v3_service.UDDIValueSetValidationPortType</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/v3/client/UDDIService.html#getUDDIValueSetValidationPort--">getUDDIValueSetValidationPort</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>org.uddi.v3_service.UDDIValueSetValidationPortType</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/v3/client/UDDIService.html#getUDDIValueSetValidationPort-javax.xml.ws.WebServiceFeature...-">getUDDIValueSetValidationPort</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceFeature</a>...&nbsp;features)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.javax.xml.ws.Service">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;javax.xml.ws.<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true" title="class or interface in javax.xml.ws">Service</a></h3>
<code><a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true#addPort-javax.xml.namespace.QName-java.lang.String-java.lang.String-" title="class or interface in javax.xml.ws">addPort</a>, <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true#create-javax.xml.namespace.QName-" title="class or interface in javax.xml.ws">create</a>, <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true#create-javax.xml.namespace.QName-javax.xml.ws.WebServiceFeature...-" title="class or interface in javax.xml.ws">create</a>, <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true#create-java.net.URL-javax.xml.namespace.QName-" title="class or interface in javax.xml.ws">create</a>, <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true#create-java.net.URL-javax.xml.namespace.QName-javax.xml.ws.WebServiceFeature...-" title="class or interface in javax.xml.ws">create</a>, <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true#createDispatch-javax.xml.ws.EndpointReference-java.lang.Class-javax.xml.ws.Service.Mode-javax.xml.ws.WebServiceFeature...-" title="class or interface in javax.xml.ws">createDispatch</a>, <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true#createDispatch-javax.xml.ws.EndpointReference-javax.xml.bind.JAXBContext-javax.xml.ws.Service.Mode-javax.xml.ws.WebServiceFeature...-" title="class or interface in javax.xml.ws">createDispatch</a>, <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true#createDispatch-javax.xml.namespace.QName-java.lang.Class-javax.xml.ws.Service.Mode-" title="class or interface in javax.xml.ws">createDispatch</a>, <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true#createDispatch-javax.xml.namespace.QName-java.lang.Class-javax.xml.ws.Service.Mode-javax.xml.ws.WebServiceFeature...-" title="class or interface in javax.xml.ws">createDispatch</a>, <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true#createDispatch-javax.xml.namespace.QName-javax.xml.bind.JAXBContext-javax.xml.ws.Service.Mode-" title="class or interface in javax.xml.ws">createDispatch</a>, <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true#createDispatch-javax.xml.namespace.QName-javax.xml.bind.JAXBContext-javax.xml.ws.Service.Mode-javax.xml.ws.WebServiceFeature...-" title="class or interface in javax.xml.ws">createDispatch</a>, <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true#getExecutor--" title="class or interface in javax.xml.ws">getExecutor</a>, <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true#getHandlerResolver--" title="class or interface in javax.xml.ws">getHandlerResolver</a>, <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true#getPort-java.lang.Class-" title="class or interface in javax.xml.ws">getPort</a>, <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true#getPort-java.lang.Class-javax.xml.ws.WebServiceFeature...-" title="class or interface in javax.xml.ws">getPort</a>, <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true#getPort-javax.xml.ws.EndpointReference-java.lang.Class-javax.xml.ws.WebServiceFeature...-" title="class or interface in javax.xml.ws">getPort</a>, <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true#getPort-javax.xml.namespace.QName-java.lang.Class-" title="class or interface in javax.xml.ws">getPort</a>, <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true#getPort-javax.xml.namespace.QName-java.lang.Class-javax.xml.ws.WebServiceFeature...-" title="class or interface in javax.xml.ws">getPort</a>, <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true#getPorts--" title="class or interface in javax.xml.ws">getPorts</a>, <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true#getServiceName--" title="class or interface in javax.xml.ws">getServiceName</a>, <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true#getWSDLDocumentLocation--" title="class or interface in javax.xml.ws">getWSDLDocumentLocation</a>, <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true#setExecutor-java.util.concurrent.Executor-" title="class or interface in javax.xml.ws">setExecutor</a>, <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/Service.html?is-external=true#setHandlerResolver-javax.xml.ws.handler.HandlerResolver-" title="class or interface in javax.xml.ws">setHandlerResolver</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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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="UDDIService-java.net.URL-javax.xml.namespace.QName-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UDDIService</h4>
<pre>public&nbsp;UDDIService(<a href="https://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;wsdlLocation,
<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</a>&nbsp;serviceName)</pre>
</li>
</ul>
<a name="UDDIService-java.net.URL-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UDDIService</h4>
<pre>public&nbsp;UDDIService(<a href="https://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;wsdlLocation)</pre>
</li>
</ul>
<a name="UDDIService--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>UDDIService</h4>
<pre>public&nbsp;UDDIService()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getUDDIInquiryPort--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUDDIInquiryPort</h4>
<pre><a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true" title="class or interface in javax.xml.ws">@WebEndpoint</a>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true#name--" title="class or interface in javax.xml.ws">name</a>="UDDI_Inquiry_Port")
public&nbsp;org.uddi.v3_service.UDDIInquiryPortType&nbsp;getUDDIInquiryPort()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>returns UDDIInquiryPortType</dd>
</dl>
</li>
</ul>
<a name="getUDDIInquiryPort-javax.xml.ws.WebServiceFeature...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUDDIInquiryPort</h4>
<pre><a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true" title="class or interface in javax.xml.ws">@WebEndpoint</a>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true#name--" title="class or interface in javax.xml.ws">name</a>="UDDI_Inquiry_Port")
public&nbsp;org.uddi.v3_service.UDDIInquiryPortType&nbsp;getUDDIInquiryPort(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceFeature</a>...&nbsp;features)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>features</code> - A list of <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws"><code>WebServiceFeature</code></a> to configure on the proxy. Supported features not in the <code>features</code> parameter will have their default values.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>returns UDDIInquiryPortType</dd>
</dl>
</li>
</ul>
<a name="getUDDIPublicationPort--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUDDIPublicationPort</h4>
<pre><a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true" title="class or interface in javax.xml.ws">@WebEndpoint</a>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true#name--" title="class or interface in javax.xml.ws">name</a>="UDDI_Publication_Port")
public&nbsp;org.uddi.v3_service.UDDIPublicationPortType&nbsp;getUDDIPublicationPort()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>returns UDDIPublicationPortType</dd>
</dl>
</li>
</ul>
<a name="getUDDIPublicationPort-javax.xml.ws.WebServiceFeature...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUDDIPublicationPort</h4>
<pre><a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true" title="class or interface in javax.xml.ws">@WebEndpoint</a>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true#name--" title="class or interface in javax.xml.ws">name</a>="UDDI_Publication_Port")
public&nbsp;org.uddi.v3_service.UDDIPublicationPortType&nbsp;getUDDIPublicationPort(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceFeature</a>...&nbsp;features)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>features</code> - A list of <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws"><code>WebServiceFeature</code></a> to configure on the proxy. Supported features not in the <code>features</code> parameter will have their default values.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>returns UDDIPublicationPortType</dd>
</dl>
</li>
</ul>
<a name="getUDDISecurityPort--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUDDISecurityPort</h4>
<pre><a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true" title="class or interface in javax.xml.ws">@WebEndpoint</a>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true#name--" title="class or interface in javax.xml.ws">name</a>="UDDI_Security_Port")
public&nbsp;org.uddi.v3_service.UDDISecurityPortType&nbsp;getUDDISecurityPort()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>returns UDDISecurityPortType</dd>
</dl>
</li>
</ul>
<a name="getUDDISecurityPort-javax.xml.ws.WebServiceFeature...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUDDISecurityPort</h4>
<pre><a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true" title="class or interface in javax.xml.ws">@WebEndpoint</a>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true#name--" title="class or interface in javax.xml.ws">name</a>="UDDI_Security_Port")
public&nbsp;org.uddi.v3_service.UDDISecurityPortType&nbsp;getUDDISecurityPort(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceFeature</a>...&nbsp;features)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>features</code> - A list of <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws"><code>WebServiceFeature</code></a> to configure on the proxy. Supported features not in the <code>features</code> parameter will have their default values.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>returns UDDISecurityPortType</dd>
</dl>
</li>
</ul>
<a name="getUDDICustodyPort--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUDDICustodyPort</h4>
<pre><a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true" title="class or interface in javax.xml.ws">@WebEndpoint</a>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true#name--" title="class or interface in javax.xml.ws">name</a>="UDDI_Custody_Port")
public&nbsp;org.uddi.v3_service.UDDICustodyTransferPortType&nbsp;getUDDICustodyPort()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>returns UDDICustodyTransferPortType</dd>
</dl>
</li>
</ul>
<a name="getUDDICustodyPort-javax.xml.ws.WebServiceFeature...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUDDICustodyPort</h4>
<pre><a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true" title="class or interface in javax.xml.ws">@WebEndpoint</a>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true#name--" title="class or interface in javax.xml.ws">name</a>="UDDI_Custody_Port")
public&nbsp;org.uddi.v3_service.UDDICustodyTransferPortType&nbsp;getUDDICustodyPort(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceFeature</a>...&nbsp;features)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>features</code> - A list of <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws"><code>WebServiceFeature</code></a> to configure on the proxy. Supported features not in the <code>features</code> parameter will have their default values.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>returns UDDICustodyTransferPortType</dd>
</dl>
</li>
</ul>
<a name="getUDDIReplicationPort--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUDDIReplicationPort</h4>
<pre><a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true" title="class or interface in javax.xml.ws">@WebEndpoint</a>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true#name--" title="class or interface in javax.xml.ws">name</a>="UDDI_Replication_Port")
public&nbsp;org.uddi.v3_service.UDDIReplicationPortType&nbsp;getUDDIReplicationPort()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>returns UDDIReplicationPortType</dd>
</dl>
</li>
</ul>
<a name="getUDDIReplicationPort-javax.xml.ws.WebServiceFeature...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUDDIReplicationPort</h4>
<pre><a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true" title="class or interface in javax.xml.ws">@WebEndpoint</a>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true#name--" title="class or interface in javax.xml.ws">name</a>="UDDI_Replication_Port")
public&nbsp;org.uddi.v3_service.UDDIReplicationPortType&nbsp;getUDDIReplicationPort(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceFeature</a>...&nbsp;features)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>features</code> - A list of <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws"><code>WebServiceFeature</code></a> to configure on the proxy. Supported features not in the <code>features</code> parameter will have their default values.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>returns UDDIReplicationPortType</dd>
</dl>
</li>
</ul>
<a name="getUDDISubscriptionPort--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUDDISubscriptionPort</h4>
<pre><a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true" title="class or interface in javax.xml.ws">@WebEndpoint</a>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true#name--" title="class or interface in javax.xml.ws">name</a>="UDDI_Subscription_Port")
public&nbsp;org.uddi.v3_service.UDDISubscriptionPortType&nbsp;getUDDISubscriptionPort()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>returns UDDISubscriptionPortType</dd>
</dl>
</li>
</ul>
<a name="getUDDISubscriptionPort-javax.xml.ws.WebServiceFeature...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUDDISubscriptionPort</h4>
<pre><a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true" title="class or interface in javax.xml.ws">@WebEndpoint</a>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true#name--" title="class or interface in javax.xml.ws">name</a>="UDDI_Subscription_Port")
public&nbsp;org.uddi.v3_service.UDDISubscriptionPortType&nbsp;getUDDISubscriptionPort(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceFeature</a>...&nbsp;features)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>features</code> - A list of <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws"><code>WebServiceFeature</code></a> to configure on the proxy. Supported features not in the <code>features</code> parameter will have their default values.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>returns UDDISubscriptionPortType</dd>
</dl>
</li>
</ul>
<a name="getUDDISubscriptionListenerPort--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUDDISubscriptionListenerPort</h4>
<pre><a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true" title="class or interface in javax.xml.ws">@WebEndpoint</a>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true#name--" title="class or interface in javax.xml.ws">name</a>="UDDI_SubscriptionListener_Port")
public&nbsp;org.uddi.v3_service.UDDISubscriptionListenerPortType&nbsp;getUDDISubscriptionListenerPort()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>returns UDDISubscriptionListenerPortType</dd>
</dl>
</li>
</ul>
<a name="getUDDISubscriptionListenerPort-javax.xml.ws.WebServiceFeature...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUDDISubscriptionListenerPort</h4>
<pre><a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true" title="class or interface in javax.xml.ws">@WebEndpoint</a>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true#name--" title="class or interface in javax.xml.ws">name</a>="UDDI_SubscriptionListener_Port")
public&nbsp;org.uddi.v3_service.UDDISubscriptionListenerPortType&nbsp;getUDDISubscriptionListenerPort(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceFeature</a>...&nbsp;features)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>features</code> - A list of <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws"><code>WebServiceFeature</code></a> to configure on the proxy. Supported features not in the <code>features</code> parameter will have their default values.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>returns UDDISubscriptionListenerPortType</dd>
</dl>
</li>
</ul>
<a name="getUDDIValueSetValidationPort--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUDDIValueSetValidationPort</h4>
<pre><a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true" title="class or interface in javax.xml.ws">@WebEndpoint</a>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true#name--" title="class or interface in javax.xml.ws">name</a>="UDDI_ValueSetValidation_Port")
public&nbsp;org.uddi.v3_service.UDDIValueSetValidationPortType&nbsp;getUDDIValueSetValidationPort()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>returns UDDIValueSetValidationPortType</dd>
</dl>
</li>
</ul>
<a name="getUDDIValueSetValidationPort-javax.xml.ws.WebServiceFeature...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUDDIValueSetValidationPort</h4>
<pre><a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true" title="class or interface in javax.xml.ws">@WebEndpoint</a>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true#name--" title="class or interface in javax.xml.ws">name</a>="UDDI_ValueSetValidation_Port")
public&nbsp;org.uddi.v3_service.UDDIValueSetValidationPortType&nbsp;getUDDIValueSetValidationPort(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceFeature</a>...&nbsp;features)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>features</code> - A list of <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws"><code>WebServiceFeature</code></a> to configure on the proxy. Supported features not in the <code>features</code> parameter will have their default values.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>returns UDDIValueSetValidationPortType</dd>
</dl>
</li>
</ul>
<a name="getUDDIValueSetCachingPort--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUDDIValueSetCachingPort</h4>
<pre><a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true" title="class or interface in javax.xml.ws">@WebEndpoint</a>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true#name--" title="class or interface in javax.xml.ws">name</a>="UDDI_ValueSetCaching_Port")
public&nbsp;org.uddi.v3_service.UDDIValueSetCachingPortType&nbsp;getUDDIValueSetCachingPort()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>returns UDDIValueSetCachingPortType</dd>
</dl>
</li>
</ul>
<a name="getUDDIValueSetCachingPort-javax.xml.ws.WebServiceFeature...-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getUDDIValueSetCachingPort</h4>
<pre><a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true" title="class or interface in javax.xml.ws">@WebEndpoint</a>(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebEndpoint.html?is-external=true#name--" title="class or interface in javax.xml.ws">name</a>="UDDI_ValueSetCaching_Port")
public&nbsp;org.uddi.v3_service.UDDIValueSetCachingPortType&nbsp;getUDDIValueSetCachingPort(<a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceFeature</a>...&nbsp;features)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>features</code> - A list of <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/ws/WebServiceFeature.html?is-external=true" title="class or interface in javax.xml.ws"><code>WebServiceFeature</code></a> to configure on the proxy. Supported features not in the <code>features</code> parameter will have their default values.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>returns UDDIValueSetCachingPortType</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/UDDIService.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/juddi/v3/client/UDDIConstantsV2.html" title="interface in org.apache.juddi.v3.client"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/juddi/v3/client/UDDIServiceV2.html" title="class in org.apache.juddi.v3.client"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/juddi/v3/client/UDDIService.html" target="_top">Frames</a></li>
<li><a href="UDDIService.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><a href="#nested.classes.inherited.from.class.javax.xml.ws.Service">Nested</a>&nbsp;|&nbsp;</li>
<li>Field&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 &#169; 2004&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>