blob: 4b6d106a6bd3ecc9575760a5ae1aeae9059a70c1 [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 16:59:31 EDT 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.apache.juddi.model.BusinessService (jUDDI_v3 Parent 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="Uses of Class org.apache.juddi.model.BusinessService (jUDDI_v3 Parent 3.3.11-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
</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><a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">Class</a></li>
<li class="navBarCell1Rev">Use</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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/juddi/model/class-use/BusinessService.html" target="_top">Frames</a></li>
<li><a href="BusinessService.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>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.juddi.model.BusinessService" class="title">Uses of Class<br>org.apache.juddi.model.BusinessService</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.juddi.api.impl">org.apache.juddi.api.impl</a></td>
<td class="colLast">
<div class="block">This package contains the web service implementation classes of all jUDDI services</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.juddi.mapping">org.apache.juddi.mapping</a></td>
<td class="colLast">
<div class="block">Maps to and from JAXB to JPA classes</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.juddi.model">org.apache.juddi.model</a></td>
<td class="colLast">
<div class="block">JPA representations of the JAXB classes from uddi-ws</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.juddi.api.impl">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a> in <a href="../../../../../org/apache/juddi/api/impl/package-summary.html">org.apache.juddi.api.impl</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/juddi/api/impl/package-summary.html">org.apache.juddi.api.impl</a> with parameters of type <a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/juddi/model/ChangeRecord.html" title="class in org.apache.juddi.model">ChangeRecord</a></code></td>
<td class="colLast"><span class="typeNameLabel">UDDIPublicationImpl.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/api/impl/UDDIPublicationImpl.html#getChangeRecord-org.apache.juddi.model.BusinessService-org.uddi.api_v3.BusinessService-java.lang.String-">getChangeRecord</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;model,
<a href="../../../../../org/uddi/api_v3/BusinessService.html" title="class in org.uddi.api_v3">BusinessService</a>&nbsp;api,
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;node)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/juddi/model/ChangeRecord.html" title="class in org.apache.juddi.model">ChangeRecord</a></code></td>
<td class="colLast"><span class="typeNameLabel">UDDIPublicationImpl.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/api/impl/UDDIPublicationImpl.html#getChangeRecord-org.apache.juddi.model.BusinessService-org.uddi.api_v3.BusinessService-java.lang.String-">getChangeRecord</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;model,
<a href="../../../../../org/uddi/api_v3/BusinessService.html" title="class in org.uddi.api_v3">BusinessService</a>&nbsp;api,
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;node)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.juddi.mapping">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a> in <a href="../../../../../org/apache/juddi/mapping/package-summary.html">org.apache.juddi.mapping</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/juddi/mapping/package-summary.html">org.apache.juddi.mapping</a> with parameters of type <a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">MappingApiToModel.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/mapping/MappingApiToModel.html#mapBindingTemplate-org.uddi.api_v3.BindingTemplate-org.apache.juddi.model.BindingTemplate-org.apache.juddi.model.BusinessService-">mapBindingTemplate</a></span>(<a href="../../../../../org/uddi/api_v3/BindingTemplate.html" title="class in org.uddi.api_v3">BindingTemplate</a>&nbsp;apiBindingTemplate,
<a href="../../../../../org/apache/juddi/model/BindingTemplate.html" title="class in org.apache.juddi.model">BindingTemplate</a>&nbsp;modelBindingTemplate,
<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;modelBusinessService)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">MappingApiToModel.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/mapping/MappingApiToModel.html#mapBindingTemplate-org.uddi.api_v3.BindingTemplate-org.apache.juddi.model.BindingTemplate-org.apache.juddi.model.BusinessService-">mapBindingTemplate</a></span>(<a href="../../../../../org/uddi/api_v3/BindingTemplate.html" title="class in org.uddi.api_v3">BindingTemplate</a>&nbsp;apiBindingTemplate,
<a href="../../../../../org/apache/juddi/model/BindingTemplate.html" title="class in org.apache.juddi.model">BindingTemplate</a>&nbsp;modelBindingTemplate,
<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;modelBusinessService)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">MappingApiToModel.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/mapping/MappingApiToModel.html#mapBindingTemplates-org.uddi.api_v3.BindingTemplates-java.util.List-org.apache.juddi.model.BusinessService-">mapBindingTemplates</a></span>(<a href="../../../../../org/uddi/api_v3/BindingTemplates.html" title="class in org.uddi.api_v3">BindingTemplates</a>&nbsp;apiBindingTemplates,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/BindingTemplate.html" title="class in org.apache.juddi.model">BindingTemplate</a>&gt;&nbsp;modelBindingTemplateList,
<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;modelBusinessService)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">MappingApiToModel.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/mapping/MappingApiToModel.html#mapBindingTemplates-org.uddi.api_v3.BindingTemplates-java.util.List-org.apache.juddi.model.BusinessService-">mapBindingTemplates</a></span>(<a href="../../../../../org/uddi/api_v3/BindingTemplates.html" title="class in org.uddi.api_v3">BindingTemplates</a>&nbsp;apiBindingTemplates,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/BindingTemplate.html" title="class in org.apache.juddi.model">BindingTemplate</a>&gt;&nbsp;modelBindingTemplateList,
<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;modelBusinessService)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">MappingModelToApi.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/mapping/MappingModelToApi.html#mapBusinessService-org.apache.juddi.model.BusinessService-org.uddi.api_v3.BusinessService-">mapBusinessService</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;modelBusinessService,
<a href="../../../../../org/uddi/api_v3/BusinessService.html" title="class in org.uddi.api_v3">BusinessService</a>&nbsp;apiBusinessService)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">MappingModelToApi.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/mapping/MappingModelToApi.html#mapBusinessService-org.apache.juddi.model.BusinessService-org.uddi.api_v3.BusinessService-">mapBusinessService</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;modelBusinessService,
<a href="../../../../../org/uddi/api_v3/BusinessService.html" title="class in org.uddi.api_v3">BusinessService</a>&nbsp;apiBusinessService)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">MappingApiToModel.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/mapping/MappingApiToModel.html#mapBusinessService-org.uddi.api_v3.BusinessService-org.apache.juddi.model.BusinessService-org.apache.juddi.model.BusinessEntity-">mapBusinessService</a></span>(<a href="../../../../../org/uddi/api_v3/BusinessService.html" title="class in org.uddi.api_v3">BusinessService</a>&nbsp;apiBusinessService,
<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;modelBusinessService,
<a href="../../../../../org/apache/juddi/model/BusinessEntity.html" title="class in org.apache.juddi.model">BusinessEntity</a>&nbsp;modelBusinessEntity)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">MappingApiToModel.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/mapping/MappingApiToModel.html#mapBusinessService-org.uddi.api_v3.BusinessService-org.apache.juddi.model.BusinessService-org.apache.juddi.model.BusinessEntity-">mapBusinessService</a></span>(<a href="../../../../../org/uddi/api_v3/BusinessService.html" title="class in org.uddi.api_v3">BusinessService</a>&nbsp;apiBusinessService,
<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;modelBusinessService,
<a href="../../../../../org/apache/juddi/model/BusinessEntity.html" title="class in org.apache.juddi.model">BusinessEntity</a>&nbsp;modelBusinessEntity)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">MappingApiToModel.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/mapping/MappingApiToModel.html#mapBusinessServiceSignature-java.util.List-org.apache.juddi.model.BusinessService-">mapBusinessServiceSignature</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/w3/_2000/_09/xmldsig_/SignatureType.html" title="class in org.w3._2000._09.xmldsig_">SignatureType</a>&gt;&nbsp;apiSignatures,
<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;modelBusinessService)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">MappingApiToModel.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/mapping/MappingApiToModel.html#mapBusinessServiceSignature-java.util.List-org.apache.juddi.model.BusinessService-">mapBusinessServiceSignature</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/w3/_2000/_09/xmldsig_/SignatureType.html" title="class in org.w3._2000._09.xmldsig_">SignatureType</a>&gt;&nbsp;apiSignatures,
<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;modelBusinessService)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">MappingApiToModel.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/mapping/MappingApiToModel.html#mapOperationalInfoIncludingChildren-org.apache.juddi.model.BusinessService-org.uddi.api_v3.OperationalInfo-">mapOperationalInfoIncludingChildren</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;model,
<a href="../../../../../org/uddi/api_v3/OperationalInfo.html" title="class in org.uddi.api_v3">OperationalInfo</a>&nbsp;operationalInfo)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">MappingApiToModel.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/mapping/MappingApiToModel.html#mapOperationalInfoIncludingChildren-org.apache.juddi.model.BusinessService-org.uddi.api_v3.OperationalInfo-">mapOperationalInfoIncludingChildren</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;model,
<a href="../../../../../org/uddi/api_v3/OperationalInfo.html" title="class in org.uddi.api_v3">OperationalInfo</a>&nbsp;operationalInfo)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">MappingApiToModel.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/mapping/MappingApiToModel.html#mapServiceDescriptions-java.util.List-java.util.List-org.apache.juddi.model.BusinessService-">mapServiceDescriptions</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/uddi/api_v3/Description.html" title="class in org.uddi.api_v3">Description</a>&gt;&nbsp;apiDescList,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/ServiceDescr.html" title="class in org.apache.juddi.model">ServiceDescr</a>&gt;&nbsp;modelDescList,
<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;modelBusinessService)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">MappingApiToModel.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/mapping/MappingApiToModel.html#mapServiceDescriptions-java.util.List-java.util.List-org.apache.juddi.model.BusinessService-">mapServiceDescriptions</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/uddi/api_v3/Description.html" title="class in org.uddi.api_v3">Description</a>&gt;&nbsp;apiDescList,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/ServiceDescr.html" title="class in org.apache.juddi.model">ServiceDescr</a>&gt;&nbsp;modelDescList,
<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;modelBusinessService)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">MappingModelToApi.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/mapping/MappingModelToApi.html#mapServiceInfo-org.apache.juddi.model.BusinessService-org.uddi.api_v3.ServiceInfo-">mapServiceInfo</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;modelBusinessService,
<a href="../../../../../org/uddi/api_v3/ServiceInfo.html" title="class in org.uddi.api_v3">ServiceInfo</a>&nbsp;apiServiceInfo)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">MappingModelToApi.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/mapping/MappingModelToApi.html#mapServiceInfo-org.apache.juddi.model.BusinessService-org.uddi.api_v3.ServiceInfo-">mapServiceInfo</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;modelBusinessService,
<a href="../../../../../org/uddi/api_v3/ServiceInfo.html" title="class in org.uddi.api_v3">ServiceInfo</a>&nbsp;apiServiceInfo)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">MappingApiToModel.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/mapping/MappingApiToModel.html#mapServiceNames-java.util.List-java.util.List-org.apache.juddi.model.BusinessService-">mapServiceNames</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/uddi/api_v3/Name.html" title="class in org.uddi.api_v3">Name</a>&gt;&nbsp;apiNameList,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/ServiceName.html" title="class in org.apache.juddi.model">ServiceName</a>&gt;&nbsp;modelNameList,
<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;modelBusinessService)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">MappingApiToModel.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/mapping/MappingApiToModel.html#mapServiceNames-java.util.List-java.util.List-org.apache.juddi.model.BusinessService-">mapServiceNames</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/uddi/api_v3/Name.html" title="class in org.uddi.api_v3">Name</a>&gt;&nbsp;apiNameList,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/ServiceName.html" title="class in org.apache.juddi.model">ServiceName</a>&gt;&nbsp;modelNameList,
<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;modelBusinessService)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/juddi/mapping/package-summary.html">org.apache.juddi.mapping</a> with type arguments of type <a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">MappingApiToModel.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/mapping/MappingApiToModel.html#mapBusinessServices-org.uddi.api_v3.BusinessServices-java.util.List-java.util.List-org.apache.juddi.model.BusinessEntity-">mapBusinessServices</a></span>(<a href="../../../../../org/uddi/api_v3/BusinessServices.html" title="class in org.uddi.api_v3">BusinessServices</a>&nbsp;apiBusinessServices,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&gt;&nbsp;modelBusinessServiceList,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/ServiceProjection.html" title="class in org.apache.juddi.model">ServiceProjection</a>&gt;&nbsp;modelServiceProjectionList,
<a href="../../../../../org/apache/juddi/model/BusinessEntity.html" title="class in org.apache.juddi.model">BusinessEntity</a>&nbsp;modelBusinessEntity)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">MappingApiToModel.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/mapping/MappingApiToModel.html#mapBusinessServices-org.uddi.api_v3.BusinessServices-java.util.List-java.util.List-org.apache.juddi.model.BusinessEntity-">mapBusinessServices</a></span>(<a href="../../../../../org/uddi/api_v3/BusinessServices.html" title="class in org.uddi.api_v3">BusinessServices</a>&nbsp;apiBusinessServices,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&gt;&nbsp;modelBusinessServiceList,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/ServiceProjection.html" title="class in org.apache.juddi.model">ServiceProjection</a>&gt;&nbsp;modelServiceProjectionList,
<a href="../../../../../org/apache/juddi/model/BusinessEntity.html" title="class in org.apache.juddi.model">BusinessEntity</a>&nbsp;modelBusinessEntity)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">MappingModelToApi.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/mapping/MappingModelToApi.html#mapBusinessServices-java.util.List-java.util.List-org.uddi.api_v3.BusinessServices-org.uddi.api_v3.BusinessEntity-">mapBusinessServices</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&gt;&nbsp;modelBusinessServiceList,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/ServiceProjection.html" title="class in org.apache.juddi.model">ServiceProjection</a>&gt;&nbsp;modelServiceProjectionList,
<a href="../../../../../org/uddi/api_v3/BusinessServices.html" title="class in org.uddi.api_v3">BusinessServices</a>&nbsp;apiBusinessServices,
<a href="../../../../../org/uddi/api_v3/BusinessEntity.html" title="class in org.uddi.api_v3">BusinessEntity</a>&nbsp;apiBusinessEntity)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">MappingModelToApi.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/mapping/MappingModelToApi.html#mapBusinessServices-java.util.List-java.util.List-org.uddi.api_v3.BusinessServices-org.uddi.api_v3.BusinessEntity-">mapBusinessServices</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&gt;&nbsp;modelBusinessServiceList,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/ServiceProjection.html" title="class in org.apache.juddi.model">ServiceProjection</a>&gt;&nbsp;modelServiceProjectionList,
<a href="../../../../../org/uddi/api_v3/BusinessServices.html" title="class in org.uddi.api_v3">BusinessServices</a>&nbsp;apiBusinessServices,
<a href="../../../../../org/uddi/api_v3/BusinessEntity.html" title="class in org.uddi.api_v3">BusinessEntity</a>&nbsp;apiBusinessEntity)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">MappingModelToApi.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/mapping/MappingModelToApi.html#mapServiceInfos-java.util.List-org.uddi.api_v3.ServiceInfos-org.uddi.api_v3.BusinessInfo-">mapServiceInfos</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&gt;&nbsp;modelBusinessServiceList,
<a href="../../../../../org/uddi/api_v3/ServiceInfos.html" title="class in org.uddi.api_v3">ServiceInfos</a>&nbsp;apiServiceInfos,
<a href="../../../../../org/uddi/api_v3/BusinessInfo.html" title="class in org.uddi.api_v3">BusinessInfo</a>&nbsp;apiBusinessInfo)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">MappingModelToApi.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/mapping/MappingModelToApi.html#mapServiceInfos-java.util.List-org.uddi.api_v3.ServiceInfos-org.uddi.api_v3.BusinessInfo-">mapServiceInfos</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&gt;&nbsp;modelBusinessServiceList,
<a href="../../../../../org/uddi/api_v3/ServiceInfos.html" title="class in org.uddi.api_v3">ServiceInfos</a>&nbsp;apiServiceInfos,
<a href="../../../../../org/uddi/api_v3/BusinessInfo.html" title="class in org.uddi.api_v3">BusinessInfo</a>&nbsp;apiBusinessInfo)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.juddi.model">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a> in <a href="../../../../../org/apache/juddi/model/package-summary.html">org.apache.juddi.model</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/juddi/model/package-summary.html">org.apache.juddi.model</a> that return <a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a></code></td>
<td class="colLast"><span class="typeNameLabel">BindingTemplate.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/BindingTemplate.html#getBusinessService--">getBusinessService</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a></code></td>
<td class="colLast"><span class="typeNameLabel">ServiceCategoryBag.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceCategoryBag.html#getBusinessService--">getBusinessService</a></span>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a></code></td>
<td class="colLast"><span class="typeNameLabel">ServiceDescr.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceDescr.html#getBusinessService--">getBusinessService</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a></code></td>
<td class="colLast"><span class="typeNameLabel">ServiceName.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceName.html#getBusinessService--">getBusinessService</a></span>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a></code></td>
<td class="colLast"><span class="typeNameLabel">ServiceProjection.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceProjection.html#getBusinessService--">getBusinessService</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a></code></td>
<td class="colLast"><span class="typeNameLabel">Signature.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/Signature.html#getBusinessService--">getBusinessService</a></span>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a></code></td>
<td class="colLast"><span class="typeNameLabel">Signature.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/Signature.html#getBusinessService--">getBusinessService</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a></code></td>
<td class="colLast"><span class="typeNameLabel">ServiceProjection.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceProjection.html#getBusinessService--">getBusinessService</a></span>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a></code></td>
<td class="colLast"><span class="typeNameLabel">ServiceName.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceName.html#getBusinessService--">getBusinessService</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a></code></td>
<td class="colLast"><span class="typeNameLabel">ServiceDescr.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceDescr.html#getBusinessService--">getBusinessService</a></span>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a></code></td>
<td class="colLast"><span class="typeNameLabel">ServiceCategoryBag.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceCategoryBag.html#getBusinessService--">getBusinessService</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a></code></td>
<td class="colLast"><span class="typeNameLabel">BindingTemplate.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/BindingTemplate.html#getBusinessService--">getBusinessService</a></span>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/juddi/model/package-summary.html">org.apache.juddi.model</a> that return types with arguments of type <a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">BusinessEntity.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/BusinessEntity.html#getBusinessServices--">getBusinessServices</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">BusinessEntity.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/BusinessEntity.html#getBusinessServices--">getBusinessServices</a></span>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/juddi/model/package-summary.html">org.apache.juddi.model</a> with parameters of type <a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">BindingTemplate.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/BindingTemplate.html#setBusinessService-org.apache.juddi.model.BusinessService-">setBusinessService</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ServiceCategoryBag.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceCategoryBag.html#setBusinessService-org.apache.juddi.model.BusinessService-">setBusinessService</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ServiceDescr.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceDescr.html#setBusinessService-org.apache.juddi.model.BusinessService-">setBusinessService</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ServiceName.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceName.html#setBusinessService-org.apache.juddi.model.BusinessService-">setBusinessService</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ServiceProjection.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceProjection.html#setBusinessService-org.apache.juddi.model.BusinessService-">setBusinessService</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Signature.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/Signature.html#setBusinessService-org.apache.juddi.model.BusinessService-">setBusinessService</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Signature.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/Signature.html#setBusinessService-org.apache.juddi.model.BusinessService-">setBusinessService</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ServiceProjection.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceProjection.html#setBusinessService-org.apache.juddi.model.BusinessService-">setBusinessService</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ServiceName.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceName.html#setBusinessService-org.apache.juddi.model.BusinessService-">setBusinessService</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ServiceDescr.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceDescr.html#setBusinessService-org.apache.juddi.model.BusinessService-">setBusinessService</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ServiceCategoryBag.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceCategoryBag.html#setBusinessService-org.apache.juddi.model.BusinessService-">setBusinessService</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">BindingTemplate.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/BindingTemplate.html#setBusinessService-org.apache.juddi.model.BusinessService-">setBusinessService</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/juddi/model/package-summary.html">org.apache.juddi.model</a> with type arguments of type <a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">BusinessEntity.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/BusinessEntity.html#setBusinessServices-java.util.List-">setBusinessServices</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&gt;&nbsp;businessServices)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">BusinessEntity.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/BusinessEntity.html#setBusinessServices-java.util.List-">setBusinessServices</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&gt;&nbsp;businessServices)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/apache/juddi/model/package-summary.html">org.apache.juddi.model</a> with parameters of type <a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/BindingTemplate.html#BindingTemplate-java.lang.String-org.apache.juddi.model.BusinessService-java.util.Date-">BindingTemplate</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;entityKey,
<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;modified)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/BindingTemplate.html#BindingTemplate-java.lang.String-org.apache.juddi.model.BusinessService-java.util.Date-">BindingTemplate</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;entityKey,
<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;modified)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/BindingTemplate.html#BindingTemplate-java.lang.String-org.apache.juddi.model.BusinessService-java.lang.String-java.lang.String-java.lang.String-java.util.Date-org.apache.juddi.model.BindingCategoryBag-java.util.List-java.util.List-">BindingTemplate</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;entityKey,
<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService,
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;accessPointType,
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;accessPointUrl,
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;hostingRedirector,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;modified,
<a href="../../../../../org/apache/juddi/model/BindingCategoryBag.html" title="class in org.apache.juddi.model">BindingCategoryBag</a>&nbsp;categoryBag,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/TmodelInstanceInfo.html" title="class in org.apache.juddi.model">TmodelInstanceInfo</a>&gt;&nbsp;tmodelInstanceInfos,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/BindingDescr.html" title="class in org.apache.juddi.model">BindingDescr</a>&gt;&nbsp;bindingDescrs)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/BindingTemplate.html#BindingTemplate-java.lang.String-org.apache.juddi.model.BusinessService-java.lang.String-java.lang.String-java.lang.String-java.util.Date-org.apache.juddi.model.BindingCategoryBag-java.util.List-java.util.List-">BindingTemplate</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;entityKey,
<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService,
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;accessPointType,
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;accessPointUrl,
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;hostingRedirector,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;modified,
<a href="../../../../../org/apache/juddi/model/BindingCategoryBag.html" title="class in org.apache.juddi.model">BindingCategoryBag</a>&nbsp;categoryBag,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/TmodelInstanceInfo.html" title="class in org.apache.juddi.model">TmodelInstanceInfo</a>&gt;&nbsp;tmodelInstanceInfos,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/BindingDescr.html" title="class in org.apache.juddi.model">BindingDescr</a>&gt;&nbsp;bindingDescrs)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceCategoryBag.html#ServiceCategoryBag-org.apache.juddi.model.BusinessService-">ServiceCategoryBag</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceCategoryBag.html#ServiceCategoryBag-org.apache.juddi.model.BusinessService-">ServiceCategoryBag</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceDescr.html#ServiceDescr-org.apache.juddi.model.BusinessService-java.lang.String-">ServiceDescr</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService,
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;descr)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceDescr.html#ServiceDescr-org.apache.juddi.model.BusinessService-java.lang.String-">ServiceDescr</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService,
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;descr)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceDescr.html#ServiceDescr-org.apache.juddi.model.BusinessService-java.lang.String-java.lang.String-">ServiceDescr</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService,
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;langCode,
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;descr)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceDescr.html#ServiceDescr-org.apache.juddi.model.BusinessService-java.lang.String-java.lang.String-">ServiceDescr</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService,
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;langCode,
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;descr)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceName.html#ServiceName-org.apache.juddi.model.BusinessService-java.lang.String-">ServiceName</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService,
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceName.html#ServiceName-org.apache.juddi.model.BusinessService-java.lang.String-">ServiceName</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService,
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceName.html#ServiceName-org.apache.juddi.model.BusinessService-java.lang.String-java.lang.String-">ServiceName</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService,
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;langCode,
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceName.html#ServiceName-org.apache.juddi.model.BusinessService-java.lang.String-java.lang.String-">ServiceName</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService,
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;langCode,
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceProjection.html#ServiceProjection-org.apache.juddi.model.BusinessEntity-org.apache.juddi.model.BusinessService-">ServiceProjection</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessEntity.html" title="class in org.apache.juddi.model">BusinessEntity</a>&nbsp;businessEntity,
<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/ServiceProjection.html#ServiceProjection-org.apache.juddi.model.BusinessEntity-org.apache.juddi.model.BusinessService-">ServiceProjection</a></span>(<a href="../../../../../org/apache/juddi/model/BusinessEntity.html" title="class in org.apache.juddi.model">BusinessEntity</a>&nbsp;businessEntity,
<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&nbsp;businessService)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructor parameters in <a href="../../../../../org/apache/juddi/model/package-summary.html">org.apache.juddi.model</a> with type arguments of type <a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/BusinessEntity.html#BusinessEntity-java.lang.String-java.lang.String-java.lang.String-java.util.Date-java.util.List-java.util.List-java.util.List-java.util.List-java.util.List-java.util.List-org.apache.juddi.model.BusinessCategoryBag-java.util.List-java.util.List-">BusinessEntity</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;entityKey,
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;authorizedName,
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;operator,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;modified,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/Contact.html" title="class in org.apache.juddi.model">Contact</a>&gt;&nbsp;contacts,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/BusinessIdentifier.html" title="class in org.apache.juddi.model">BusinessIdentifier</a>&gt;&nbsp;businessIdentifiers,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/PublisherAssertion.html" title="class in org.apache.juddi.model">PublisherAssertion</a>&gt;&nbsp;publisherAssertionsForFromKey,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/DiscoveryUrl.html" title="class in org.apache.juddi.model">DiscoveryUrl</a>&gt;&nbsp;discoveryUrls,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/BusinessName.html" title="class in org.apache.juddi.model">BusinessName</a>&gt;&nbsp;businessNames,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/PublisherAssertion.html" title="class in org.apache.juddi.model">PublisherAssertion</a>&gt;&nbsp;publisherAssertionsForToKey,
<a href="../../../../../org/apache/juddi/model/BusinessCategoryBag.html" title="class in org.apache.juddi.model">BusinessCategoryBag</a>&nbsp;categoryBag,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&gt;&nbsp;businessServices,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/BusinessDescr.html" title="class in org.apache.juddi.model">BusinessDescr</a>&gt;&nbsp;businessDescrs)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juddi/model/BusinessEntity.html#BusinessEntity-java.lang.String-java.lang.String-java.lang.String-java.util.Date-java.util.List-java.util.List-java.util.List-java.util.List-java.util.List-java.util.List-org.apache.juddi.model.BusinessCategoryBag-java.util.List-java.util.List-">BusinessEntity</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;entityKey,
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;authorizedName,
<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;operator,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;modified,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/Contact.html" title="class in org.apache.juddi.model">Contact</a>&gt;&nbsp;contacts,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/BusinessIdentifier.html" title="class in org.apache.juddi.model">BusinessIdentifier</a>&gt;&nbsp;businessIdentifiers,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/PublisherAssertion.html" title="class in org.apache.juddi.model">PublisherAssertion</a>&gt;&nbsp;publisherAssertionsForFromKey,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/DiscoveryUrl.html" title="class in org.apache.juddi.model">DiscoveryUrl</a>&gt;&nbsp;discoveryUrls,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/BusinessName.html" title="class in org.apache.juddi.model">BusinessName</a>&gt;&nbsp;businessNames,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/PublisherAssertion.html" title="class in org.apache.juddi.model">PublisherAssertion</a>&gt;&nbsp;publisherAssertionsForToKey,
<a href="../../../../../org/apache/juddi/model/BusinessCategoryBag.html" title="class in org.apache.juddi.model">BusinessCategoryBag</a>&nbsp;categoryBag,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">BusinessService</a>&gt;&nbsp;businessServices,
<a href="https://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juddi/model/BusinessDescr.html" title="class in org.apache.juddi.model">BusinessDescr</a>&gt;&nbsp;businessDescrs)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= 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><a href="../../../../../org/apache/juddi/model/BusinessService.html" title="class in org.apache.juddi.model">Class</a></li>
<li class="navBarCell1Rev">Use</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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/juddi/model/class-use/BusinessService.html" target="_top">Frames</a></li>
<li><a href="BusinessService.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>
<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>