[prev in list] [next in list] [prev in thread] [next in thread] 

List:       juddi-cvs
Subject:    [45/51] [partial] juddi git commit: updating site for the new scout release
From:       alexoree () apache ! org
Date:       2018-12-11 3:39:24
Message-ID: fb79215a9f144c7098c3592810b4c513 () git ! apache ! org
[Download RAW message or body]

http://git-wip-us.apache.org/repos/asf/juddi/blob/058b4c5c/scout/apidocs/index.html
----------------------------------------------------------------------
diff --git a/scout/apidocs/index.html b/scout/apidocs/index.html
index 661f81b..f5908b0 100644
--- a/scout/apidocs/index.html
+++ b/scout/apidocs/index.html
@@ -1,40 +1,75 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" \
                "http://www.w3.org/TR/html4/frameset.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc on Mon Feb 06 13:04:24 EST 2012-->
-<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<TITLE>
-Apache Scout 1.2.5 API
-</TITLE>
-<SCRIPT type="text/javascript">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_101) on Mon Dec 10 22:35:12 EST 2018 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Apache Scout 1.2.8 API</title>
+<script type="text/javascript">
     targetPage = "" + window.location.search;
     if (targetPage != "" && targetPage != "undefined")
         targetPage = targetPage.substring(1);
-    if (targetPage.indexOf(":") != -1)
+    if (targetPage.indexOf(":") != -1 || (targetPage != "" && \
!validURL(targetPage)))  targetPage = "undefined";
+    function validURL(url) {
+        try {
+            url = decodeURIComponent(url);
+        }
+        catch (error) {
+            return false;
+        }
+        var pos = url.indexOf(".html");
+        if (pos == -1 || pos != url.length - 5)
+            return false;
+        var allowNumber = false;
+        var allowSep = false;
+        var seenDot = false;
+        for (var i = 0; i < url.length - 5; i++) {
+            var ch = url.charAt(i);
+            if ('a' <= ch && ch <= 'z' ||
+                    'A' <= ch && ch <= 'Z' ||
+                    ch == '$' ||
+                    ch == '_' ||
+                    ch.charCodeAt(0) > 127) {
+                allowNumber = true;
+                allowSep = true;
+            } else if ('0' <= ch && ch <= '9'
+                    || ch == '-') {
+                if (!allowNumber)
+                     return false;
+            } else if (ch == '/' || ch == '.') {
+                if (!allowSep)
+                    return false;
+                allowNumber = false;
+                allowSep = false;
+                if (ch == '.')
+                     seenDot = true;
+                if (ch == '/' && seenDot)
+                     return false;
+            } else {
+                return false;
+            }
+        }
+        return true;
+    }
     function loadFrames() {
         if (targetPage != "" && targetPage != "undefined")
              top.classFrame.location = top.targetPage;
     }
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-</HEAD>
-<FRAMESET cols="20%,80%" title="" onLoad="top.loadFrames()">
-<FRAMESET rows="30%,70%" title="" onLoad="top.loadFrames()">
-<FRAME src="overview-frame.html" name="packageListFrame" title="All Packages">
-<FRAME src="allclasses-frame.html" name="packageFrame" title="All classes and \
                interfaces (except non-static nested types)">
-</FRAMESET>
-<FRAME src="overview-summary.html" name="classFrame" title="Package, class and \
                interface descriptions" scrolling="yes">
-<NOFRAMES>
-<H2>
-Frame Alert</H2>
-
-<P>
-This document is designed to be viewed using the frames feature. If you see this \
                message, you are using a non-frame-capable web client.
-<BR>
-Link to<A HREF="overview-summary.html">Non-frame version.</A>
-</NOFRAMES>
-</FRAMESET>
-</HTML>
+</script>
+</head>
+<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
+<frameset rows="30%,70%" title="Left frames" onload="top.loadFrames()">
+<frame src="overview-frame.html" name="packageListFrame" title="All Packages">
+<frame src="allclasses-frame.html" name="packageFrame" title="All classes and \
interfaces (except non-static nested types)"> +</frameset>
+<frame src="overview-summary.html" name="classFrame" title="Package, class and \
interface descriptions" scrolling="yes"> +<noframes>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<h2>Frame Alert</h2>
+<p>This document is designed to be viewed using the frames feature. If you see this \
message, you are using a non-frame-capable web client. Link to <a \
href="overview-summary.html">Non-frame version</a>.</p> +</noframes>
+</frameset>
+</html>

http://git-wip-us.apache.org/repos/asf/juddi/blob/058b4c5c/scout/apidocs/org/apache/ws/scout/model/uddi/v2/AccessPoint.html
                
----------------------------------------------------------------------
diff --git a/scout/apidocs/org/apache/ws/scout/model/uddi/v2/AccessPoint.html \
b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/AccessPoint.html index \
                42a1d0f..fb98caf 100644
--- a/scout/apidocs/org/apache/ws/scout/model/uddi/v2/AccessPoint.html
+++ b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/AccessPoint.html
@@ -1,108 +1,118 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" \
                "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.6.0_29) on Mon Feb 06 13:04:18 EST 2012 -->
-<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<TITLE>
-AccessPoint (Apache Scout 1.2.5 API)
-</TITLE>
-
-<META NAME="date" CONTENT="2012-02-06">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" \
                TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AccessPoint (Apache Scout 1.2.5 API)";
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_101) on Mon Dec 10 22:35:10 EST 2018 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>AccessPoint (Apache Scout 1.2.8 API)</title>
+<meta name="date" content="2018-12-10">
+<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="AccessPoint (Apache Scout 1.2.8 API)";
+        }
     }
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
-
-
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10,"i1":10,"i2":10,"i3":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 ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A \
HREF="../../../../../../../overview-summary.html"><FONT \
                CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT \
                CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT \
                CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A \
HREF="class-use/AccessPoint.html"><FONT \
                CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT \
                CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A \
HREF="../../../../../../../deprecated-list.html"><FONT \
                CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A \
HREF="../../../../../../../index-all.html"><FONT \
                CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A \
HREF="../../../../../../../help-doc.html"><FONT \
                CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
-&nbsp;<A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html" \
                title="class in org.apache.ws.scout.model.uddi.v2"><B>NEXT \
                CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/apache/ws/scout/model/uddi/v2/AccessPoint.html" \
                target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="AccessPoint.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
+<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/AccessPoint.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>Prev&nbsp;Class</li>
+<li><a href="../../../../../../../org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html" \
title="class in org.apache.ws.scout.model.uddi.v2"><span \
class="typeNameLink">Next&nbsp;Class</span></a></li> +</ul>
+<ul class="navList">
+<li><a href="../../../../../../../index.html?org/apache/ws/scout/model/uddi/v2/AccessPoint.html" \
target="_top">Frames</a></li> +<li><a href="AccessPoint.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) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All \
Classes</B></A>'); +    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
   }
   //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A \
HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A \
                HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A \
HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A \
                HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li><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><a href="#field.detail">Field</a>&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 ========= -->
-
-<HR>
 <!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.apache.ws.scout.model.uddi.v2</FONT>
-<BR>
-Class AccessPoint</H2>
-<PRE>
-java.lang.Object
-  <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by \
                "><B>org.apache.ws.scout.model.uddi.v2.AccessPoint</B>
-</PRE>
-<HR>
-<DL>
-<DT><PRE>public class <B>AccessPoint</B><DT>extends java.lang.Object</DL>
-</PRE>
-
-<P>
-<p>Java class for accessPoint complex type.
+<div class="header">
+<div class="subTitle">org.apache.ws.scout.model.uddi.v2</div>
+<h2 title="Class AccessPoint" class="title">Class AccessPoint</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a href="http://docs.oracle.com/javase/1.5.0/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>org.apache.ws.scout.model.uddi.v2.AccessPoint</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">AccessPoint</span>
+extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" \
title="class or interface in java.lang">Object</a></pre> +<div class="block"><p>Java \
class for accessPoint complex type.  
  <p>The following schema fragment specifies the expected content contained within \
this class.  
@@ -114,281 +124,283 @@ java.lang.Object
      &lt;/extension>
    &lt;/simpleContent>
  &lt;/complexType>
- </pre>
-<P>
-
-<P>
-<HR>
-
-<P>
+ </pre></div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
 <!-- =========== FIELD SUMMARY =========== -->
-
-<A NAME="field_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Field Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>protected &nbsp;<A \
HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/URLType.html" \
                title="enum in \
                org.apache.ws.scout.model.uddi.v2">URLType</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/AccessPoint.html#urlType">urlType</A></B></CODE>
                
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/AccessPoint.html#value">value</A></B></CODE>
                
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" \
summary="Field Summary table, listing fields, and an explanation"> \
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> +<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a \
href="../../../../../../../org/apache/ws/scout/model/uddi/v2/URLType.html" \
title="enum in org.apache.ws.scout.model.uddi.v2">URLType</a></code></td> +<td \
class="colLast"><code><span class="memberNameLink"><a \
href="../../../../../../../org/apache/ws/scout/model/uddi/v2/AccessPoint.html#urlType">urlType</a></span></code>&nbsp;</td>
 +</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected <a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" \
title="class or interface in java.lang">String</a></code></td> +<td \
class="colLast"><code><span class="memberNameLink"><a \
href="../../../../../../../org/apache/ws/scout/model/uddi/v2/AccessPoint.html#value">value</a></span></code>&nbsp;</td>
 +</tr>
+</table>
+</li>
+</ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
-
-<A NAME="constructor_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Constructor Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/AccessPoint.html#AccessPoint()">AccessPoint</A></B>()</CODE>
                
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
+<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/ws/scout/model/uddi/v2/AccessPoint.html#AccessPoint--">AccessPoint</a></span>()</code>&nbsp;</td>
 +</tr>
+</table>
+</li>
+</ul>
 <!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/URLType.html" \
                title="enum in \
                org.apache.ws.scout.model.uddi.v2">URLType</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/AccessPoint.html#getURLType()">getURLType</A></B>()</CODE>
                
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the \
                urlType property.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/AccessPoint.html#getValue()">getValue</A></B>()</CODE>
                
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the \
                value property.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/AccessPo \
int.html#setURLType(org.apache.ws.scout.model.uddi.v2.URLType)">setURLType</A></B>(<A \
HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/URLType.html" \
                title="enum in \
                org.apache.ws.scout.model.uddi.v2">URLType</A>&nbsp;value)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the \
                urlType property.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/AccessPo \
int.html#setValue(java.lang.String)">setValue</A></B>(java.lang.String&nbsp;value)</CODE>
                
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the \
                value property.</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, \
                wait, wait, wait</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
+<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><a \
href="../../../../../../../org/apache/ws/scout/model/uddi/v2/URLType.html" \
title="enum in org.apache.ws.scout.model.uddi.v2">URLType</a></code></td> +<td \
class="colLast"><code><span class="memberNameLink"><a \
href="../../../../../../../org/apache/ws/scout/model/uddi/v2/AccessPoint.html#getURLType--">getURLType</a></span>()</code>
 +<div class="block">Gets the value of the urlType property.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code><a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" \
title="class or interface in java.lang">String</a></code></td> +<td \
class="colLast"><code><span class="memberNameLink"><a \
href="../../../../../../../org/apache/ws/scout/model/uddi/v2/AccessPoint.html#getValue--">getValue</a></span>()</code>
 +<div class="block">Gets the value of the value property.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a \
href="../../../../../../../org/apache/ws/scout/model/uddi/v2/AccessPoint.html#setURLType-org.apache.ws.scout.model.uddi.v2.URLType-">setURLType</a></span>(<a \
href="../../../../../../../org/apache/ws/scout/model/uddi/v2/URLType.html" \
title="enum in org.apache.ws.scout.model.uddi.v2">URLType</a>&nbsp;value)</code> \
+<div class="block">Sets the value of the urlType property.</div> +</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a \
href="../../../../../../../org/apache/ws/scout/model/uddi/v2/AccessPoint.html#setValue-java.lang.String-">setValue</a></span>(<a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" \
title="class or interface in java.lang">String</a>&nbsp;value)</code> +<div \
class="block">Sets the value of the value property.</div> +</td>
+</tr>
+</table>
+<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="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" \
title="class or interface in java.lang">Object</a></h3> +<code><a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone--" \
title="class or interface in java.lang">clone</a>, <a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" \
title="class or interface in java.lang">equals</a>, <a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize--" \
title="class or interface in java.lang">finalize</a>, <a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass--" \
title="class or interface in java.lang">getClass</a>, <a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode--" \
title="class or interface in java.lang">hashCode</a>, <a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify--" \
title="class or interface in java.lang">notify</a>, <a \
href="http://docs.oracle.com/jav  \
ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class \
or interface in java.lang">notifyAll</a>, <a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString--" \
title="class or interface in java.lang">toString</a>, <a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait--" \
title="class or interface in java.lang">wait</a>, <a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait-long-" \
title="class or interface in java.lang">wait</a>, <a \
href="http://docs.oracle.com/javase/1.5.0/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">
 <!-- ============ FIELD DETAIL =========== -->
-
-<A NAME="field_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Field Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="value"><!-- --></A><H3>
-value</H3>
-<PRE>
-protected java.lang.String <B>value</B></PRE>
-<DL>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="urlType"><!-- --></A><H3>
-urlType</H3>
-<PRE>
-protected <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/URLType.html" \
                title="enum in org.apache.ws.scout.model.uddi.v2">URLType</A> \
                <B>urlType</B></PRE>
-<DL>
-<DL>
-</DL>
-</DL>
-
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="value">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>value</h4>
+<pre>protected&nbsp;<a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" \
title="class or interface in java.lang">String</a> value</pre> +</li>
+</ul>
+<a name="urlType">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>urlType</h4>
+<pre>protected&nbsp;<a \
href="../../../../../../../org/apache/ws/scout/model/uddi/v2/URLType.html" \
title="enum in org.apache.ws.scout.model.uddi.v2">URLType</a> urlType</pre> +</li>
+</ul>
+</li>
+</ul>
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
-
-<A NAME="constructor_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Constructor Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="AccessPoint()"><!-- --></A><H3>
-AccessPoint</H3>
-<PRE>
-public <B>AccessPoint</B>()</PRE>
-<DL>
-</DL>
-
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="AccessPoint--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>AccessPoint</h4>
+<pre>public&nbsp;AccessPoint()</pre>
+</li>
+</ul>
+</li>
+</ul>
 <!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getValue()"><!-- --></A><H3>
-getValue</H3>
-<PRE>
-public java.lang.String <B>getValue</B>()</PRE>
-<DL>
-<DD>Gets the value of the value property.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>possible object is
-     <CODE>String</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setValue(java.lang.String)"><!-- --></A><H3>
-setValue</H3>
-<PRE>
-public void <B>setValue</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the value property.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is
-     <CODE>String</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getURLType()"><!-- --></A><H3>
-getURLType</H3>
-<PRE>
-public <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/URLType.html" \
title="enum in org.apache.ws.scout.model.uddi.v2">URLType</A> \
                <B>getURLType</B>()</PRE>
-<DL>
-<DD>Gets the value of the urlType property.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>possible object is
-     <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/URLType.html" \
                title="enum in \
                org.apache.ws.scout.model.uddi.v2"><CODE>URLType</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setURLType(org.apache.ws.scout.model.uddi.v2.URLType)"><!-- --></A><H3>
-setURLType</H3>
-<PRE>
-public void <B>setURLType</B>(<A \
HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/URLType.html" \
                title="enum in \
                org.apache.ws.scout.model.uddi.v2">URLType</A>&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the urlType property.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is
-     <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/URLType.html" \
                title="enum in \
                org.apache.ws.scout.model.uddi.v2"><CODE>URLType</CODE></A></DL>
-</DD>
-</DL>
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getValue--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getValue</h4>
+<pre>public&nbsp;<a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" \
title="class or interface in java.lang">String</a>&nbsp;getValue()</pre> +<div \
class="block">Gets the value of the value property.</div> +<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>possible object is
+     <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" \
title="class or interface in java.lang"><code>String</code></a></dd> +</dl>
+</li>
+</ul>
+<a name="setValue-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setValue</h4>
+<pre>public&nbsp;void&nbsp;setValue(<a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" \
title="class or interface in java.lang">String</a>&nbsp;value)</pre> +<div \
class="block">Sets the value of the value property.</div> +<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>value</code> - allowed object is
+     <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" \
title="class or interface in java.lang"><code>String</code></a></dd> +</dl>
+</li>
+</ul>
+<a name="getURLType--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getURLType</h4>
+<pre>public&nbsp;<a \
href="../../../../../../../org/apache/ws/scout/model/uddi/v2/URLType.html" \
title="enum in org.apache.ws.scout.model.uddi.v2">URLType</a>&nbsp;getURLType()</pre> \
+<div class="block">Gets the value of the urlType property.</div> +<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>possible object is
+     <a href="../../../../../../../org/apache/ws/scout/model/uddi/v2/URLType.html" \
title="enum in org.apache.ws.scout.model.uddi.v2"><code>URLType</code></a></dd> \
+</dl> +</li>
+</ul>
+<a name="setURLType-org.apache.ws.scout.model.uddi.v2.URLType-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setURLType</h4>
+<pre>public&nbsp;void&nbsp;setURLType(<a \
href="../../../../../../../org/apache/ws/scout/model/uddi/v2/URLType.html" \
title="enum in org.apache.ws.scout.model.uddi.v2">URLType</a>&nbsp;value)</pre> +<div \
class="block">Sets the value of the urlType property.</div> +<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>value</code> - allowed object is
+     <a href="../../../../../../../org/apache/ws/scout/model/uddi/v2/URLType.html" \
title="enum in org.apache.ws.scout.model.uddi.v2"><code>URLType</code></a></dd> \
+</dl> +</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
 <!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A \
HREF="../../../../../../../overview-summary.html"><FONT \
                CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT \
                CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT \
                CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A \
HREF="class-use/AccessPoint.html"><FONT \
                CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT \
                CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A \
HREF="../../../../../../../deprecated-list.html"><FONT \
                CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A \
HREF="../../../../../../../index-all.html"><FONT \
                CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A \
HREF="../../../../../../../help-doc.html"><FONT \
                CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
-&nbsp;<A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html" \
                title="class in org.apache.ws.scout.model.uddi.v2"><B>NEXT \
                CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/apache/ws/scout/model/uddi/v2/AccessPoint.html" \
                target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="AccessPoint.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
+<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/AccessPoint.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>Prev&nbsp;Class</li>
+<li><a href="../../../../../../../org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html" \
title="class in org.apache.ws.scout.model.uddi.v2"><span \
class="typeNameLink">Next&nbsp;Class</span></a></li> +</ul>
+<ul class="navList">
+<li><a href="../../../../../../../index.html?org/apache/ws/scout/model/uddi/v2/AccessPoint.html" \
target="_top">Frames</a></li> +<li><a href="AccessPoint.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) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All \
Classes</B></A>'); +    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
   }
   //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A \
HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A \
                HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A \
HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A \
                HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li><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><a href="#field.detail">Field</a>&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 ======= -->
-
-<HR>
-Copyright &#169; 2004-2012 <a href="http://www.apache.org/">The Apache Software \
                Foundation</a>. All Rights Reserved.
-</BODY>
-</HTML>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2018 <a \
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights \
reserved.</small></p> +</body>
+</html>

http://git-wip-us.apache.org/repos/asf/juddi/blob/058b4c5c/scout/apidocs/org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html
                
----------------------------------------------------------------------
diff --git a/scout/apidocs/org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html \
b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html index \
                ea3b112..e20cf0c 100644
--- a/scout/apidocs/org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html
+++ b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html
@@ -1,108 +1,118 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" \
                "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-<!-- Generated by javadoc (build 1.6.0_29) on Mon Feb 06 13:04:18 EST 2012 -->
-<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<TITLE>
-AddPublisherAssertions (Apache Scout 1.2.5 API)
-</TITLE>
-
-<META NAME="date" CONTENT="2012-02-06">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" \
                TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AddPublisherAssertions (Apache Scout 1.2.5 API)";
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_101) on Mon Dec 10 22:35:10 EST 2018 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>AddPublisherAssertions (Apache Scout 1.2.8 API)</title>
+<meta name="date" content="2018-12-10">
+<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="AddPublisherAssertions (Apache Scout 1.2.8 API)";
+        }
     }
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
-
-
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":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 ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A \
HREF="../../../../../../../overview-summary.html"><FONT \
                CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT \
                CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT \
                CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A \
HREF="class-use/AddPublisherAssertions.html"><FONT \
                CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT \
                CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A \
HREF="../../../../../../../deprecated-list.html"><FONT \
                CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A \
HREF="../../../../../../../index-all.html"><FONT \
                CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A \
HREF="../../../../../../../help-doc.html"><FONT \
                CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/AccessPoint.html" \
                title="class in org.apache.ws.scout.model.uddi.v2"><B>PREV \
                CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/Address.html" \
                title="class in org.apache.ws.scout.model.uddi.v2"><B>NEXT \
                CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html" \
                target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="AddPublisherAssertions.html" target="_top"><B>NO FRAMES</B></A>  \
                &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
+<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/AddPublisherAssertions.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/ws/scout/model/uddi/v2/AccessPoint.html" \
title="class in org.apache.ws.scout.model.uddi.v2"><span \
class="typeNameLink">Prev&nbsp;Class</span></a></li> +<li><a \
href="../../../../../../../org/apache/ws/scout/model/uddi/v2/Address.html" \
title="class in org.apache.ws.scout.model.uddi.v2"><span \
class="typeNameLink">Next&nbsp;Class</span></a></li> +</ul>
+<ul class="navList">
+<li><a href="../../../../../../../index.html?org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html" \
target="_top">Frames</a></li> +<li><a href="AddPublisherAssertions.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) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All \
Classes</B></A>'); +    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
   }
   //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A \
HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A \
                HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A \
HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A \
                HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li><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><a href="#field.detail">Field</a>&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 ========= -->
-
-<HR>
 <!-- ======== START OF CLASS DATA ======== -->
-<H2>
-<FONT SIZE="-1">
-org.apache.ws.scout.model.uddi.v2</FONT>
-<BR>
-Class AddPublisherAssertions</H2>
-<PRE>
-java.lang.Object
-  <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by \
                "><B>org.apache.ws.scout.model.uddi.v2.AddPublisherAssertions</B>
-</PRE>
-<HR>
-<DL>
-<DT><PRE>public class <B>AddPublisherAssertions</B><DT>extends java.lang.Object</DL>
-</PRE>
-
-<P>
-<p>Java class for add_publisherAssertions complex type.
+<div class="header">
+<div class="subTitle">org.apache.ws.scout.model.uddi.v2</div>
+<h2 title="Class AddPublisherAssertions" class="title">Class \
AddPublisherAssertions</h2> +</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a href="http://docs.oracle.com/javase/1.5.0/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>org.apache.ws.scout.model.uddi.v2.AddPublisherAssertions</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">AddPublisherAssertions</span>
+extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" \
title="class or interface in java.lang">Object</a></pre> +<div class="block"><p>Java \
class for add_publisherAssertions complex type.  
  <p>The following schema fragment specifies the expected content contained within \
this class.  
@@ -118,225 +128,211 @@ java.lang.Object
      &lt;/restriction>
    &lt;/complexContent>
  &lt;/complexType>
- </pre>
-<P>
-
-<P>
-<HR>
-
-<P>
+ </pre></div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
 <!-- =========== FIELD SUMMARY =========== -->
-
-<A NAME="field_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Field Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html#authInfo">authInfo</A></B></CODE>
                
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html#generic">generic</A></B></CODE>
                
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>protected &nbsp;java.util.List&lt;<A \
HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/PublisherAssertion.html" \
title="class in org.apache.ws.scout.model.uddi.v2">PublisherAssertion</A>&gt;</CODE></FONT></TD>
                
-<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html#publisherAssertion">publisherAssertion</A></B></CODE>
                
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" \
summary="Field Summary table, listing fields, and an explanation"> \
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> +<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" \
title="class or interface in java.lang">String</a></code></td> +<td \
class="colLast"><code><span class="memberNameLink"><a \
href="../../../../../../../org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html#authInfo">authInfo</a></span></code>&nbsp;</td>
 +</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected <a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" \
title="class or interface in java.lang">String</a></code></td> +<td \
class="colLast"><code><span class="memberNameLink"><a \
href="../../../../../../../org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html#generic">generic</a></span></code>&nbsp;</td>
 +</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" \
title="class or interface in java.util">List</a>&lt;<a \
href="../../../../../../../org/apache/ws/scout/model/uddi/v2/PublisherAssertion.html" \
title="class in org.apache.ws.scout.model.uddi.v2">PublisherAssertion</a>&gt;</code></td>
 +<td class="colLast"><code><span class="memberNameLink"><a \
href="../../../../../../../org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html#publisherAssertion">publisherAssertion</a></span></code>&nbsp;</td>
 +</tr>
+</table>
+</li>
+</ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
-
-<A NAME="constructor_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Constructor Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/AddPubli \
                sherAssertions.html#AddPublisherAssertions()">AddPublisherAssertions</A></B>()</CODE>
                
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
+<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/ws/scout/model/uddi/v2/AddPublisherAssertions.ht \
ml#AddPublisherAssertions--">AddPublisherAssertions</a></span>()</code>&nbsp;</td> \
+</tr> +</table>
+</li>
+</ul>
 <!-- ========== METHOD SUMMARY =========== -->
-
-<A NAME="method_summary"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html#getAuthInfo()">getAuthInfo</A></B>()</CODE>
                
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the \
                authInfo property.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html#getGeneric()">getGeneric</A></B>()</CODE>
                
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the \
                generic property.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.List&lt;<A \
HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/PublisherAssertion.html" \
title="class in org.apache.ws.scout.model.uddi.v2">PublisherAssertion</A>&gt;</CODE></FONT></TD>
                
-<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/AddPubli \
                sherAssertions.html#getPublisherAssertion()">getPublisherAssertion</A></B>()</CODE>
                
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the \
                publisherAssertion property.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/AddPubli \
sherAssertions.html#setAuthInfo(java.lang.String)">setAuthInfo</A></B>(java.lang.String&nbsp;value)</CODE>
                
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the \
                authInfo property.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/AddPubli \
sherAssertions.html#setGeneric(java.lang.String)">setGeneric</A></B>(java.lang.String&nbsp;value)</CODE>
                
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the \
                generic property.</TD>
-</TR>
-</TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, \
                wait, wait, wait</CODE></TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
+<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><a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" \
title="class or interface in java.lang">String</a></code></td> +<td \
class="colLast"><code><span class="memberNameLink"><a \
href="../../../../../../../org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html#getAuthInfo--">getAuthInfo</a></span>()</code>
 +<div class="block">Gets the value of the authInfo property.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code><a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" \
title="class or interface in java.lang">String</a></code></td> +<td \
class="colLast"><code><span class="memberNameLink"><a \
href="../../../../../../../org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html#getGeneric--">getGeneric</a></span>()</code>
 +<div class="block">Gets the value of the generic property.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code><a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" \
title="class or interface in java.util">List</a>&lt;<a \
href="../../../../../../../org/apache/ws/scout/model/uddi/v2/PublisherAssertion.html" \
title="class in org.apache.ws.scout.model.uddi.v2">PublisherAssertion</a>&gt;</code></td>
 +<td class="colLast"><code><span class="memberNameLink"><a \
href="../../../../../../../org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html#getPublisherAssertion--">getPublisherAssertion</a></span>()</code>
 +<div class="block">Gets the value of the publisherAssertion property.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a \
href="../../../../../../../org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html#setAuthInfo-java.lang.String-">setAuthInfo</a></span>(<a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" \
title="class or interface in java.lang">String</a>&nbsp;value)</code> +<div \
class="block">Sets the value of the authInfo property.</div> +</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a \
href="../../../../../../../org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html#setGeneric-java.lang.String-">setGeneric</a></span>(<a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" \
title="class or interface in java.lang">String</a>&nbsp;value)</code> +<div \
class="block">Sets the value of the generic property.</div> +</td>
+</tr>
+</table>
+<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="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" \
title="class or interface in java.lang">Object</a></h3> +<code><a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone--" \
title="class or interface in java.lang">clone</a>, <a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" \
title="class or interface in java.lang">equals</a>, <a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize--" \
title="class or interface in java.lang">finalize</a>, <a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass--" \
title="class or interface in java.lang">getClass</a>, <a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode--" \
title="class or interface in java.lang">hashCode</a>, <a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify--" \
title="class or interface in java.lang">notify</a>, <a \
href="http://docs.oracle.com/jav  \
ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class \
or interface in java.lang">notifyAll</a>, <a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString--" \
title="class or interface in java.lang">toString</a>, <a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait--" \
title="class or interface in java.lang">wait</a>, <a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait-long-" \
title="class or interface in java.lang">wait</a>, <a \
href="http://docs.oracle.com/javase/1.5.0/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">
 <!-- ============ FIELD DETAIL =========== -->
-
-<A NAME="field_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Field Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="authInfo"><!-- --></A><H3>
-authInfo</H3>
-<PRE>
-protected java.lang.String <B>authInfo</B></PRE>
-<DL>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="publisherAssertion"><!-- --></A><H3>
-publisherAssertion</H3>
-<PRE>
-protected java.util.List&lt;<A \
HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/PublisherAssertion.html" \
title="class in org.apache.ws.scout.model.uddi.v2">PublisherAssertion</A>&gt; \
                <B>publisherAssertion</B></PRE>
-<DL>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<A NAME="generic"><!-- --></A><H3>
-generic</H3>
-<PRE>
-protected java.lang.String <B>generic</B></PRE>
-<DL>
-<DL>
-</DL>
-</DL>
-
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="authInfo">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>authInfo</h4>
+<pre>protected&nbsp;<a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" \
title="class or interface in java.lang">String</a> authInfo</pre> +</li>
+</ul>
+<a name="publisherAssertion">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>publisherAssertion</h4>
+<pre>protected&nbsp;<a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" \
title="class or interface in java.util">List</a>&lt;<a \
href="../../../../../../../org/apache/ws/scout/model/uddi/v2/PublisherAssertion.html" \
title="class in org.apache.ws.scout.model.uddi.v2">PublisherAssertion</a>&gt; \
publisherAssertion</pre> +</li>
+</ul>
+<a name="generic">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>generic</h4>
+<pre>protected&nbsp;<a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" \
title="class or interface in java.lang">String</a> generic</pre> +</li>
+</ul>
+</li>
+</ul>
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
-
-<A NAME="constructor_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Constructor Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="AddPublisherAssertions()"><!-- --></A><H3>
-AddPublisherAssertions</H3>
-<PRE>
-public <B>AddPublisherAssertions</B>()</PRE>
-<DL>
-</DL>
-
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="AddPublisherAssertions--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>AddPublisherAssertions</h4>
+<pre>public&nbsp;AddPublisherAssertions()</pre>
+</li>
+</ul>
+</li>
+</ul>
 <!-- ============ METHOD DETAIL ========== -->
-
-<A NAME="method_detail"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TH>
-</TR>
-</TABLE>
-
-<A NAME="getAuthInfo()"><!-- --></A><H3>
-getAuthInfo</H3>
-<PRE>
-public java.lang.String <B>getAuthInfo</B>()</PRE>
-<DL>
-<DD>Gets the value of the authInfo property.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>possible object is
-     <CODE>String</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setAuthInfo(java.lang.String)"><!-- --></A><H3>
-setAuthInfo</H3>
-<PRE>
-public void <B>setAuthInfo</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the authInfo property.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is
-     <CODE>String</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getPublisherAssertion()"><!-- --></A><H3>
-getPublisherAssertion</H3>
-<PRE>
-public java.util.List&lt;<A \
HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/PublisherAssertion.html" \
title="class in org.apache.ws.scout.model.uddi.v2">PublisherAssertion</A>&gt; \
                <B>getPublisherAssertion</B>()</PRE>
-<DL>
-<DD>Gets the value of the publisherAssertion property.
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getAuthInfo--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAuthInfo</h4>
+<pre>public&nbsp;<a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" \
title="class or interface in java.lang">String</a>&nbsp;getAuthInfo()</pre> +<div \
class="block">Gets the value of the authInfo property.</div> +<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>possible object is
+     <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" \
title="class or interface in java.lang"><code>String</code></a></dd> +</dl>
+</li>
+</ul>
+<a name="setAuthInfo-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setAuthInfo</h4>
+<pre>public&nbsp;void&nbsp;setAuthInfo(<a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" \
title="class or interface in java.lang">String</a>&nbsp;value)</pre> +<div \
class="block">Sets the value of the authInfo property.</div> +<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>value</code> - allowed object is
+     <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" \
title="class or interface in java.lang"><code>String</code></a></dd> +</dl>
+</li>
+</ul>
+<a name="getPublisherAssertion--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPublisherAssertion</h4>
+<pre>public&nbsp;<a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" \
title="class or interface in java.util">List</a>&lt;<a \
href="../../../../../../../org/apache/ws/scout/model/uddi/v2/PublisherAssertion.html" \
title="class in org.apache.ws.scout.model.uddi.v2">PublisherAssertion</a>&gt;&nbsp;getPublisherAssertion()</pre>
 +<div class="block">Gets the value of the publisherAssertion property.
  
  <p>
  This accessor method returns a reference to the live list,
@@ -353,102 +349,108 @@ public java.util.List&lt;<A \
HREF="../../../../../../../org/apache/ws/scout/model  
  <p>
  Objects of the following type(s) are allowed in the list
- <A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/PublisherAssertion.html" \
title="class in org.apache.ws.scout.model.uddi.v2"><CODE>PublisherAssertion</CODE></A>
                
-<P>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getGeneric()"><!-- --></A><H3>
-getGeneric</H3>
-<PRE>
-public java.lang.String <B>getGeneric</B>()</PRE>
-<DL>
-<DD>Gets the value of the generic property.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>possible object is
-     <CODE>String</CODE></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setGeneric(java.lang.String)"><!-- --></A><H3>
-setGeneric</H3>
-<PRE>
-public void <B>setGeneric</B>(java.lang.String&nbsp;value)</PRE>
-<DL>
-<DD>Sets the value of the generic property.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is
-     <CODE>String</CODE></DL>
-</DD>
-</DL>
+ <a href="../../../../../../../org/apache/ws/scout/model/uddi/v2/PublisherAssertion.html" \
title="class in org.apache.ws.scout.model.uddi.v2"><code>PublisherAssertion</code></a></div>
 +</li>
+</ul>
+<a name="getGeneric--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getGeneric</h4>
+<pre>public&nbsp;<a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" \
title="class or interface in java.lang">String</a>&nbsp;getGeneric()</pre> +<div \
class="block">Gets the value of the generic property.</div> +<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>possible object is
+     <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" \
title="class or interface in java.lang"><code>String</code></a></dd> +</dl>
+</li>
+</ul>
+<a name="setGeneric-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setGeneric</h4>
+<pre>public&nbsp;void&nbsp;setGeneric(<a \
href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" \
title="class or interface in java.lang">String</a>&nbsp;value)</pre> +<div \
class="block">Sets the value of the generic property.</div> +<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>value</code> - allowed object is
+     <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" \
title="class or interface in java.lang"><code>String</code></a></dd> +</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
 <!-- ========= END OF CLASS DATA ========= -->
-<HR>
-
-
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
-  <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A \
HREF="../../../../../../../overview-summary.html"><FONT \
                CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT \
                CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT \
                CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A \
HREF="class-use/AddPublisherAssertions.html"><FONT \
                CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT \
                CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A \
HREF="../../../../../../../deprecated-list.html"><FONT \
                CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A \
HREF="../../../../../../../index-all.html"><FONT \
                CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A \
HREF="../../../../../../../help-doc.html"><FONT \
                CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
-  </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/AccessPoint.html" \
                title="class in org.apache.ws.scout.model.uddi.v2"><B>PREV \
                CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../../../org/apache/ws/scout/model/uddi/v2/Address.html" \
                title="class in org.apache.ws.scout.model.uddi.v2"><B>NEXT \
                CLASS</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html" \
                target="_top"><B>FRAMES</B></A>  &nbsp;
-&nbsp;<A HREF="AddPublisherAssertions.html" target="_top"><B>NO FRAMES</B></A>  \
                &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
-  <!--
+<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/AddPublisherAssertions.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/ws/scout/model/uddi/v2/AccessPoint.html" \
title="class in org.apache.ws.scout.model.uddi.v2"><span \
class="typeNameLink">Prev&nbsp;Class</span></a></li> +<li><a \
href="../../../../../../../org/apache/ws/scout/model/uddi/v2/Address.html" \
title="class in org.apache.ws.scout.model.uddi.v2"><span \
class="typeNameLink">Next&nbsp;Class</span></a></li> +</ul>
+<ul class="navList">
+<li><a href="../../../../../../../index.html?org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html" \
target="_top">Frames</a></li> +<li><a href="AddPublisherAssertions.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) {
-    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All \
Classes</B></A>'); +    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
   }
   //-->
-</SCRIPT>
-<NOSCRIPT>
-  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-<TR>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A \
HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A \
                HREF="#method_summary">METHOD</A></FONT></TD>
-<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A \
HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A \
                HREF="#method_detail">METHOD</A></FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li><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><a href="#field.detail">Field</a>&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 ======= -->
-
-<HR>
-Copyright &#169; 2004-2012 <a href="http://www.apache.org/">The Apache Software \
                Foundation</a>. All Rights Reserved.
-</BODY>
-</HTML>
+<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2018 <a \
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights \
reserved.</small></p> +</body>
+</html>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic