http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/0684ec9c/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/IotpGWDeviceSample.html
----------------------------------------------------------------------
diff --git 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/IotpGWDeviceSample.html
 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/IotpGWDeviceSample.html
new file mode 100644
index 0000000..30aca9b
--- /dev/null
+++ 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/IotpGWDeviceSample.html
@@ -0,0 +1,299 @@
+<!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_112) on Sun Feb 26 17:08:09 EST 2017 -->
+<title>IotpGWDeviceSample (Edgent v1.1.0)</title>
+<meta name="date" content="2017-02-26">
+<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="IotpGWDeviceSample (Edgent v1.1.0)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/IotpGWDeviceSample.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/edgent/samples/connectors/iotp/IotpDeviceSample.html"
 title="class in org.apache.edgent.samples.connectors.iotp"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpQuickstart.html"
 title="class in org.apache.edgent.samples.connectors.iotp"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/edgent/samples/connectors/iotp/IotpGWDeviceSample.html"
 target="_top">Frames</a></li>
+<li><a href="IotpGWDeviceSample.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a 
href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.edgent.samples.connectors.iotp</div>
+<h2 title="Class IotpGWDeviceSample" class="title">Class 
IotpGWDeviceSample</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.edgent.samples.connectors.iotp.IotpGWDeviceSample</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">IotpGWDeviceSample</span>
+extends java.lang.Object</pre>
+<div class="block">Similar to IotpQuickstart2 but for a real/non-quickstart 
WIoTP account
+ and a registered IoT Gateway device with connected devices
+ AND it subscribes to and prints received device cmds.
+ <P>
+ Use IotpAppClient to print published events and generate a command
+ (start this app before running IotpAppClient with the "useGW" option). 
+ <P>
+ This sample demonstrates:
+ <UL>
+ <LI>Using the IotpGateway connector</LI>
+ <LI>Initializing the IotpGateway connector using the WIoTP API objects</LI>
+ <LI>Publishing and subscribing to Gateway device events and commands</LI>
+ <LI>Publishing and subscribing to connected device events and commands</LI>
+ </UL>
+ <p>
+ This connects to your IBM Watson IoT Platform service
+ as the Gateway defined in a gateway config file.
+ The file format is the standard one for IBM Watson IoT Platform.
+ <p>
+ Note, the config file also contains some additional information for this 
application.
+ A sample iot-gwdevice-sample.cfg is in the scripts/connectors/iotp 
directory.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpGWDeviceSample.html#IotpGWDeviceSample--">IotpGWDeviceSample</a></span>()</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a 
href="javascript:show(1);">Static 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>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpGWDeviceSample.html#main-java.lang.String:A-">main</a></span>(java.lang.String[]&nbsp;args)</code>&nbsp;</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.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="IotpGWDeviceSample--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>IotpGWDeviceSample</h4>
+<pre>public&nbsp;IotpGWDeviceSample()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="main-java.lang.String:A-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>main</h4>
+<pre>public static&nbsp;void&nbsp;main(java.lang.String[]&nbsp;args)
+                 throws java.lang.Exception</pre>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.Exception</code></dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/IotpGWDeviceSample.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 class="aboutLanguage"><a href="http://edgent.incubator.apache.org";>Apache 
Edgent (incubating)</a></div>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpDeviceSample.html"
 title="class in org.apache.edgent.samples.connectors.iotp"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpQuickstart.html"
 title="class in org.apache.edgent.samples.connectors.iotp"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/edgent/samples/connectors/iotp/IotpGWDeviceSample.html"
 target="_top">Frames</a></li>
+<li><a href="IotpGWDeviceSample.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a 
href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/0684ec9c/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/IotpQuickstart.html
----------------------------------------------------------------------
diff --git 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/IotpQuickstart.html
 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/IotpQuickstart.html
index 7cbe23f..2e40062 100644
--- 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/IotpQuickstart.html
+++ 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/IotpQuickstart.html
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html llang="en">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_60) on Sat Nov 19 21:36:49 KST 2016 -->
-<title>IotpQuickstart (Edgent v1.0.0)</title>
-<meta name="date" content="2016-11-19">
+<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:09 EST 2017 -->
+<title>IotpQuickstart (Edgent v1.1.0)</title>
+<meta name="date" content="2017-02-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="IotpQuickstart (Edgent v1.0.0)";
+            parent.document.title="IotpQuickstart (Edgent v1.1.0)";
         }
     }
     catch(err) {
@@ -49,8 +49,8 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li>Prev&nbsp;Class</li>
-<li><a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpSensors.html"
 title="class in org.apache.edgent.samples.connectors.iotp"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpGWDeviceSample.html"
 title="class in org.apache.edgent.samples.connectors.iotp"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpQuickstart2.html"
 title="class in org.apache.edgent.samples.connectors.iotp"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../../index.html?org/apache/edgent/samples/connectors/iotp/IotpQuickstart.html"
 target="_top">Frames</a></li>
@@ -239,8 +239,8 @@ extends java.lang.Object</pre>
 </div>
 <div class="subNav">
 <ul class="navList">
-<li>Prev&nbsp;Class</li>
-<li><a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpSensors.html"
 title="class in org.apache.edgent.samples.connectors.iotp"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpGWDeviceSample.html"
 title="class in org.apache.edgent.samples.connectors.iotp"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpQuickstart2.html"
 title="class in org.apache.edgent.samples.connectors.iotp"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../../index.html?org/apache/edgent/samples/connectors/iotp/IotpQuickstart.html"
 target="_top">Frames</a></li>
@@ -280,6 +280,6 @@ extends java.lang.Object</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 The Apache Software 
Foundation. All Rights Reserved - 73539fa-20161119-2136</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/0684ec9c/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/IotpQuickstart2.html
----------------------------------------------------------------------
diff --git 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/IotpQuickstart2.html
 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/IotpQuickstart2.html
new file mode 100644
index 0000000..2160410
--- /dev/null
+++ 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/IotpQuickstart2.html
@@ -0,0 +1,293 @@
+<!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_112) on Sun Feb 26 17:08:09 EST 2017 -->
+<title>IotpQuickstart2 (Edgent v1.1.0)</title>
+<meta name="date" content="2017-02-26">
+<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="IotpQuickstart2 (Edgent v1.1.0)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/IotpQuickstart2.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/edgent/samples/connectors/iotp/IotpQuickstart.html"
 title="class in org.apache.edgent.samples.connectors.iotp"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpSensors.html"
 title="class in org.apache.edgent.samples.connectors.iotp"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/edgent/samples/connectors/iotp/IotpQuickstart2.html"
 target="_top">Frames</a></li>
+<li><a href="IotpQuickstart2.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a 
href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.edgent.samples.connectors.iotp</div>
+<h2 title="Class IotpQuickstart2" class="title">Class IotpQuickstart2</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.edgent.samples.connectors.iotp.IotpQuickstart2</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">IotpQuickstart2</span>
+extends java.lang.Object</pre>
+<div class="block">IBM Watson IoT Platform Quickstart sample.
+ Submits a JSON device event every second using the
+ same format as the Quickstart device simulator,
+ with keys <code>temp</code>, <code>humidity</code>  and 
<code>objectTemp</code>
+ and random values.
+ <P>
+ The device type is <code>iotsamples-edgent</code> and a random
+ device identifier is generated. Both are printed out when
+ the application starts.
+ <P>
+ A URL is also printed that allows viewing of the data
+ as it received by the Quickstart service.
+ <P>
+ This sample demonstrates using the WIoTP API to initialize the IotpDevice
+ connector as well as the ability to publish events using the WIoTP HTTP 
protocol.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpQuickstart2.html#IotpQuickstart2--">IotpQuickstart2</a></span>()</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a 
href="javascript:show(1);">Static 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>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpQuickstart2.html#main-java.lang.String:A-">main</a></span>(java.lang.String[]&nbsp;args)</code>&nbsp;</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.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="IotpQuickstart2--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>IotpQuickstart2</h4>
+<pre>public&nbsp;IotpQuickstart2()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="main-java.lang.String:A-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>main</h4>
+<pre>public static&nbsp;void&nbsp;main(java.lang.String[]&nbsp;args)
+                 throws java.lang.Exception</pre>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.Exception</code></dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/IotpQuickstart2.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 class="aboutLanguage"><a href="http://edgent.incubator.apache.org";>Apache 
Edgent (incubating)</a></div>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpQuickstart.html"
 title="class in org.apache.edgent.samples.connectors.iotp"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpSensors.html"
 title="class in org.apache.edgent.samples.connectors.iotp"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/edgent/samples/connectors/iotp/IotpQuickstart2.html"
 target="_top">Frames</a></li>
+<li><a href="IotpQuickstart2.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a 
href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/0684ec9c/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/IotpSensors.html
----------------------------------------------------------------------
diff --git 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/IotpSensors.html
 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/IotpSensors.html
index 89c950c..65935d3 100644
--- 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/IotpSensors.html
+++ 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/IotpSensors.html
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html llang="en">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_60) on Sat Nov 19 21:36:49 KST 2016 -->
-<title>IotpSensors (Edgent v1.0.0)</title>
-<meta name="date" content="2016-11-19">
+<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:09 EST 2017 -->
+<title>IotpSensors (Edgent v1.1.0)</title>
+<meta name="date" content="2017-02-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="IotpSensors (Edgent v1.0.0)";
+            parent.document.title="IotpSensors (Edgent v1.1.0)";
         }
     }
     catch(err) {
@@ -49,7 +49,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpQuickstart.html"
 title="class in org.apache.edgent.samples.connectors.iotp"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpQuickstart2.html"
 title="class in org.apache.edgent.samples.connectors.iotp"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li>Next&nbsp;Class</li>
 </ul>
 <ul class="navList">
@@ -351,7 +351,7 @@ extends java.lang.Object</pre>
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpQuickstart.html"
 title="class in org.apache.edgent.samples.connectors.iotp"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpQuickstart2.html"
 title="class in org.apache.edgent.samples.connectors.iotp"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li>Next&nbsp;Class</li>
 </ul>
 <ul class="navList">
@@ -392,6 +392,6 @@ extends java.lang.Object</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 The Apache Software 
Foundation. All Rights Reserved - 73539fa-20161119-2136</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/0684ec9c/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/class-use/IotpAppClient.html
----------------------------------------------------------------------
diff --git 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/class-use/IotpAppClient.html
 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/class-use/IotpAppClient.html
new file mode 100644
index 0000000..7b6449b
--- /dev/null
+++ 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/class-use/IotpAppClient.html
@@ -0,0 +1,126 @@
+<!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_112) on Sun Feb 26 17:08:12 EST 2017 -->
+<title>Uses of Class org.apache.edgent.samples.connectors.iotp.IotpAppClient 
(Edgent v1.1.0)</title>
+<meta name="date" content="2017-02-26">
+<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.edgent.samples.connectors.iotp.IotpAppClient (Edgent v1.1.0)";
+        }
+    }
+    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/edgent/samples/connectors/iotp/IotpAppClient.html"
 title="class in org.apache.edgent.samples.connectors.iotp">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../../../../../../../overview-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/edgent/samples/connectors/iotp/class-use/IotpAppClient.html"
 target="_top">Frames</a></li>
+<li><a href="IotpAppClient.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.edgent.samples.connectors.iotp.IotpAppClient" class="title">Uses of 
Class<br>org.apache.edgent.samples.connectors.iotp.IotpAppClient</h2>
+</div>
+<div class="classUseContainer">No usage of 
org.apache.edgent.samples.connectors.iotp.IotpAppClient</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/edgent/samples/connectors/iotp/IotpAppClient.html"
 title="class in org.apache.edgent.samples.connectors.iotp">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../../../../../../../overview-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 class="aboutLanguage"><a href="http://edgent.incubator.apache.org";>Apache 
Edgent (incubating)</a></div>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../../index.html?org/apache/edgent/samples/connectors/iotp/class-use/IotpAppClient.html"
 target="_top">Frames</a></li>
+<li><a href="IotpAppClient.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; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/0684ec9c/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/class-use/IotpDeviceSample.html
----------------------------------------------------------------------
diff --git 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/class-use/IotpDeviceSample.html
 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/class-use/IotpDeviceSample.html
new file mode 100644
index 0000000..f6dc45e
--- /dev/null
+++ 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/class-use/IotpDeviceSample.html
@@ -0,0 +1,126 @@
+<!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_112) on Sun Feb 26 17:08:12 EST 2017 -->
+<title>Uses of Class 
org.apache.edgent.samples.connectors.iotp.IotpDeviceSample (Edgent 
v1.1.0)</title>
+<meta name="date" content="2017-02-26">
+<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.edgent.samples.connectors.iotp.IotpDeviceSample (Edgent v1.1.0)";
+        }
+    }
+    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/edgent/samples/connectors/iotp/IotpDeviceSample.html"
 title="class in org.apache.edgent.samples.connectors.iotp">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../../../../../../../overview-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/edgent/samples/connectors/iotp/class-use/IotpDeviceSample.html"
 target="_top">Frames</a></li>
+<li><a href="IotpDeviceSample.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.edgent.samples.connectors.iotp.IotpDeviceSample" class="title">Uses 
of Class<br>org.apache.edgent.samples.connectors.iotp.IotpDeviceSample</h2>
+</div>
+<div class="classUseContainer">No usage of 
org.apache.edgent.samples.connectors.iotp.IotpDeviceSample</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/edgent/samples/connectors/iotp/IotpDeviceSample.html"
 title="class in org.apache.edgent.samples.connectors.iotp">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../../../../../../../overview-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 class="aboutLanguage"><a href="http://edgent.incubator.apache.org";>Apache 
Edgent (incubating)</a></div>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../../index.html?org/apache/edgent/samples/connectors/iotp/class-use/IotpDeviceSample.html"
 target="_top">Frames</a></li>
+<li><a href="IotpDeviceSample.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; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/0684ec9c/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/class-use/IotpGWDeviceSample.html
----------------------------------------------------------------------
diff --git 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/class-use/IotpGWDeviceSample.html
 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/class-use/IotpGWDeviceSample.html
new file mode 100644
index 0000000..bd8c77c
--- /dev/null
+++ 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/class-use/IotpGWDeviceSample.html
@@ -0,0 +1,126 @@
+<!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_112) on Sun Feb 26 17:08:12 EST 2017 -->
+<title>Uses of Class 
org.apache.edgent.samples.connectors.iotp.IotpGWDeviceSample (Edgent 
v1.1.0)</title>
+<meta name="date" content="2017-02-26">
+<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.edgent.samples.connectors.iotp.IotpGWDeviceSample (Edgent v1.1.0)";
+        }
+    }
+    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/edgent/samples/connectors/iotp/IotpGWDeviceSample.html"
 title="class in org.apache.edgent.samples.connectors.iotp">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../../../../../../../overview-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/edgent/samples/connectors/iotp/class-use/IotpGWDeviceSample.html"
 target="_top">Frames</a></li>
+<li><a href="IotpGWDeviceSample.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.edgent.samples.connectors.iotp.IotpGWDeviceSample" 
class="title">Uses of 
Class<br>org.apache.edgent.samples.connectors.iotp.IotpGWDeviceSample</h2>
+</div>
+<div class="classUseContainer">No usage of 
org.apache.edgent.samples.connectors.iotp.IotpGWDeviceSample</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/edgent/samples/connectors/iotp/IotpGWDeviceSample.html"
 title="class in org.apache.edgent.samples.connectors.iotp">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../../../../../../../overview-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 class="aboutLanguage"><a href="http://edgent.incubator.apache.org";>Apache 
Edgent (incubating)</a></div>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../../index.html?org/apache/edgent/samples/connectors/iotp/class-use/IotpGWDeviceSample.html"
 target="_top">Frames</a></li>
+<li><a href="IotpGWDeviceSample.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; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/0684ec9c/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/class-use/IotpQuickstart.html
----------------------------------------------------------------------
diff --git 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/class-use/IotpQuickstart.html
 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/class-use/IotpQuickstart.html
index d144422..8bb2ddf 100644
--- 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/class-use/IotpQuickstart.html
+++ 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/class-use/IotpQuickstart.html
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html llang="en">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_60) on Sat Nov 19 21:36:52 KST 2016 -->
-<title>Uses of Class org.apache.edgent.samples.connectors.iotp.IotpQuickstart 
(Edgent v1.0.0)</title>
-<meta name="date" content="2016-11-19">
+<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 -->
+<title>Uses of Class org.apache.edgent.samples.connectors.iotp.IotpQuickstart 
(Edgent v1.1.0)</title>
+<meta name="date" content="2017-02-26">
 <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.edgent.samples.connectors.iotp.IotpQuickstart (Edgent v1.0.0)";
+            parent.document.title="Uses of Class 
org.apache.edgent.samples.connectors.iotp.IotpQuickstart (Edgent v1.1.0)";
         }
     }
     catch(err) {
@@ -121,6 +121,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 The Apache Software 
Foundation. All Rights Reserved - 73539fa-20161119-2136</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/0684ec9c/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/class-use/IotpQuickstart2.html
----------------------------------------------------------------------
diff --git 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/class-use/IotpQuickstart2.html
 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/class-use/IotpQuickstart2.html
new file mode 100644
index 0000000..84dda98
--- /dev/null
+++ 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/class-use/IotpQuickstart2.html
@@ -0,0 +1,126 @@
+<!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_112) on Sun Feb 26 17:08:12 EST 2017 -->
+<title>Uses of Class org.apache.edgent.samples.connectors.iotp.IotpQuickstart2 
(Edgent v1.1.0)</title>
+<meta name="date" content="2017-02-26">
+<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.edgent.samples.connectors.iotp.IotpQuickstart2 (Edgent v1.1.0)";
+        }
+    }
+    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/edgent/samples/connectors/iotp/IotpQuickstart2.html"
 title="class in org.apache.edgent.samples.connectors.iotp">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../../../../../../../overview-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/edgent/samples/connectors/iotp/class-use/IotpQuickstart2.html"
 target="_top">Frames</a></li>
+<li><a href="IotpQuickstart2.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.edgent.samples.connectors.iotp.IotpQuickstart2" class="title">Uses 
of Class<br>org.apache.edgent.samples.connectors.iotp.IotpQuickstart2</h2>
+</div>
+<div class="classUseContainer">No usage of 
org.apache.edgent.samples.connectors.iotp.IotpQuickstart2</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/edgent/samples/connectors/iotp/IotpQuickstart2.html"
 title="class in org.apache.edgent.samples.connectors.iotp">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../../../../../../../overview-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 class="aboutLanguage"><a href="http://edgent.incubator.apache.org";>Apache 
Edgent (incubating)</a></div>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../../index.html?org/apache/edgent/samples/connectors/iotp/class-use/IotpQuickstart2.html"
 target="_top">Frames</a></li>
+<li><a href="IotpQuickstart2.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; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/0684ec9c/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/class-use/IotpSensors.html
----------------------------------------------------------------------
diff --git 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/class-use/IotpSensors.html
 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/class-use/IotpSensors.html
index f1ee15c..cc0b714 100644
--- 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/class-use/IotpSensors.html
+++ 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/class-use/IotpSensors.html
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html llang="en">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_60) on Sat Nov 19 21:36:52 KST 2016 -->
-<title>Uses of Class org.apache.edgent.samples.connectors.iotp.IotpSensors 
(Edgent v1.0.0)</title>
-<meta name="date" content="2016-11-19">
+<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 -->
+<title>Uses of Class org.apache.edgent.samples.connectors.iotp.IotpSensors 
(Edgent v1.1.0)</title>
+<meta name="date" content="2017-02-26">
 <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.edgent.samples.connectors.iotp.IotpSensors (Edgent v1.0.0)";
+            parent.document.title="Uses of Class 
org.apache.edgent.samples.connectors.iotp.IotpSensors (Edgent v1.1.0)";
         }
     }
     catch(err) {
@@ -121,6 +121,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 The Apache Software 
Foundation. All Rights Reserved - 73539fa-20161119-2136</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/0684ec9c/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/package-frame.html
----------------------------------------------------------------------
diff --git 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/package-frame.html
 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/package-frame.html
index 5bba8db..4306437 100644
--- 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/package-frame.html
+++ 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/package-frame.html
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html llang="en">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_60) on Sat Nov 19 21:36:51 KST 2016 -->
-<title>org.apache.edgent.samples.connectors.iotp (Edgent v1.0.0)</title>
-<meta name="date" content="2016-11-19">
+<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 -->
+<title>org.apache.edgent.samples.connectors.iotp (Edgent v1.1.0)</title>
+<meta name="date" content="2017-02-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,11 @@
 <div class="indexContainer">
 <h2 title="Classes">Classes</h2>
 <ul title="Classes">
+<li><a href="IotpAppClient.html" title="class in 
org.apache.edgent.samples.connectors.iotp" 
target="classFrame">IotpAppClient</a></li>
+<li><a href="IotpDeviceSample.html" title="class in 
org.apache.edgent.samples.connectors.iotp" 
target="classFrame">IotpDeviceSample</a></li>
+<li><a href="IotpGWDeviceSample.html" title="class in 
org.apache.edgent.samples.connectors.iotp" 
target="classFrame">IotpGWDeviceSample</a></li>
 <li><a href="IotpQuickstart.html" title="class in 
org.apache.edgent.samples.connectors.iotp" 
target="classFrame">IotpQuickstart</a></li>
+<li><a href="IotpQuickstart2.html" title="class in 
org.apache.edgent.samples.connectors.iotp" 
target="classFrame">IotpQuickstart2</a></li>
 <li><a href="IotpSensors.html" title="class in 
org.apache.edgent.samples.connectors.iotp" 
target="classFrame">IotpSensors</a></li>
 </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/0684ec9c/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/package-summary.html
----------------------------------------------------------------------
diff --git 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/package-summary.html
 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/package-summary.html
index fa2cbcf..c92f2ae 100644
--- 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/package-summary.html
+++ 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/package-summary.html
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html llang="en">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_60) on Sat Nov 19 21:36:51 KST 2016 -->
-<title>org.apache.edgent.samples.connectors.iotp (Edgent v1.0.0)</title>
-<meta name="date" content="2016-11-19">
+<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 -->
+<title>org.apache.edgent.samples.connectors.iotp (Edgent v1.1.0)</title>
+<meta name="date" content="2017-02-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.edgent.samples.connectors.iotp 
(Edgent v1.0.0)";
+            parent.document.title="org.apache.edgent.samples.connectors.iotp 
(Edgent v1.1.0)";
         }
     }
     catch(err) {
@@ -87,11 +87,40 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpAppClient.html"
 title="class in 
org.apache.edgent.samples.connectors.iotp">IotpAppClient</a></td>
+<td class="colLast">
+<div class="block">A WIoTP ApplicationClient that publishes cmds 
+ and subscribes to events for the
+ IotpDeviceSample and IotpGWDeviceSample device samples.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpDeviceSample.html"
 title="class in 
org.apache.edgent.samples.connectors.iotp">IotpDeviceSample</a></td>
+<td class="colLast">
+<div class="block">Similar to IotpQuickstart2 but for a real/non-quickstart 
WIoTP account
+ for a registered device AND it subscribes to/prints device cmds.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpGWDeviceSample.html"
 title="class in 
org.apache.edgent.samples.connectors.iotp">IotpGWDeviceSample</a></td>
+<td class="colLast">
+<div class="block">Similar to IotpQuickstart2 but for a real/non-quickstart 
WIoTP account
+ and a registered IoT Gateway device with connected devices
+ AND it subscribes to and prints received device cmds.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpQuickstart.html"
 title="class in 
org.apache.edgent.samples.connectors.iotp">IotpQuickstart</a></td>
 <td class="colLast">
 <div class="block">IBM Watson IoT Platform Quickstart sample.</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpQuickstart2.html"
 title="class in 
org.apache.edgent.samples.connectors.iotp">IotpQuickstart2</a></td>
+<td class="colLast">
+<div class="block">IBM Watson IoT Platform Quickstart sample.</div>
+</td>
+</tr>
 <tr class="rowColor">
 <td class="colFirst"><a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpSensors.html"
 title="class in org.apache.edgent.samples.connectors.iotp">IotpSensors</a></td>
 <td class="colLast">
@@ -156,6 +185,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 The Apache Software 
Foundation. All Rights Reserved - 73539fa-20161119-2136</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/0684ec9c/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/package-tree.html
----------------------------------------------------------------------
diff --git 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/package-tree.html
 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/package-tree.html
index d3db6b8..dbe87ae 100644
--- 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/package-tree.html
+++ 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/package-tree.html
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html llang="en">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_60) on Sat Nov 19 21:36:51 KST 2016 -->
-<title>org.apache.edgent.samples.connectors.iotp Class Hierarchy (Edgent 
v1.0.0)</title>
-<meta name="date" content="2016-11-19">
+<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 -->
+<title>org.apache.edgent.samples.connectors.iotp Class Hierarchy (Edgent 
v1.1.0)</title>
+<meta name="date" content="2017-02-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.edgent.samples.connectors.iotp 
Class Hierarchy (Edgent v1.0.0)";
+            parent.document.title="org.apache.edgent.samples.connectors.iotp 
Class Hierarchy (Edgent v1.1.0)";
         }
     }
     catch(err) {
@@ -81,7 +81,11 @@
 <ul>
 <li type="circle">java.lang.Object
 <ul>
+<li type="circle">org.apache.edgent.samples.connectors.iotp.<a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpAppClient.html"
 title="class in org.apache.edgent.samples.connectors.iotp"><span 
class="typeNameLink">IotpAppClient</span></a></li>
+<li type="circle">org.apache.edgent.samples.connectors.iotp.<a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpDeviceSample.html"
 title="class in org.apache.edgent.samples.connectors.iotp"><span 
class="typeNameLink">IotpDeviceSample</span></a></li>
+<li type="circle">org.apache.edgent.samples.connectors.iotp.<a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpGWDeviceSample.html"
 title="class in org.apache.edgent.samples.connectors.iotp"><span 
class="typeNameLink">IotpGWDeviceSample</span></a></li>
 <li type="circle">org.apache.edgent.samples.connectors.iotp.<a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpQuickstart.html"
 title="class in org.apache.edgent.samples.connectors.iotp"><span 
class="typeNameLink">IotpQuickstart</span></a></li>
+<li type="circle">org.apache.edgent.samples.connectors.iotp.<a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpQuickstart2.html"
 title="class in org.apache.edgent.samples.connectors.iotp"><span 
class="typeNameLink">IotpQuickstart2</span></a></li>
 <li type="circle">org.apache.edgent.samples.connectors.iotp.<a 
href="../../../../../../org/apache/edgent/samples/connectors/iotp/IotpSensors.html"
 title="class in org.apache.edgent.samples.connectors.iotp"><span 
class="typeNameLink">IotpSensors</span></a></li>
 </ul>
 </li>
@@ -135,6 +139,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 The Apache Software 
Foundation. All Rights Reserved - 73539fa-20161119-2136</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/0684ec9c/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/package-use.html
----------------------------------------------------------------------
diff --git 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/package-use.html
 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/package-use.html
index 6509a08..9a38698 100644
--- 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/package-use.html
+++ 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/iotp/package-use.html
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html llang="en">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_60) on Sat Nov 19 21:36:52 KST 2016 -->
-<title>Uses of Package org.apache.edgent.samples.connectors.iotp (Edgent 
v1.0.0)</title>
-<meta name="date" content="2016-11-19">
+<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:13 EST 2017 -->
+<title>Uses of Package org.apache.edgent.samples.connectors.iotp (Edgent 
v1.1.0)</title>
+<meta name="date" content="2017-02-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package 
org.apache.edgent.samples.connectors.iotp (Edgent v1.0.0)";
+            parent.document.title="Uses of Package 
org.apache.edgent.samples.connectors.iotp (Edgent v1.1.0)";
         }
     }
     catch(err) {
@@ -121,6 +121,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 The Apache Software 
Foundation. All Rights Reserved - 73539fa-20161119-2136</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/0684ec9c/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/DbUtils.html
----------------------------------------------------------------------
diff --git 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/DbUtils.html 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/DbUtils.html
index 9dc6667..702b2cb 100644
--- 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/DbUtils.html
+++ 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/DbUtils.html
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html llang="en">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_60) on Sat Nov 19 21:36:49 KST 2016 -->
-<title>DbUtils (Edgent v1.0.0)</title>
-<meta name="date" content="2016-11-19">
+<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:10 EST 2017 -->
+<title>DbUtils (Edgent v1.1.0)</title>
+<meta name="date" content="2017-02-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DbUtils (Edgent v1.0.0)";
+            parent.document.title="DbUtils (Edgent v1.1.0)";
         }
     }
     catch(err) {
@@ -332,6 +332,6 @@ extends java.lang.Object</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 The Apache Software 
Foundation. All Rights Reserved - 73539fa-20161119-2136</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/0684ec9c/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/Person.html
----------------------------------------------------------------------
diff --git 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/Person.html 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/Person.html
index 2458498..fce7793 100644
--- 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/Person.html
+++ 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/Person.html
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html llang="en">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_60) on Sat Nov 19 21:36:49 KST 2016 -->
-<title>Person (Edgent v1.0.0)</title>
-<meta name="date" content="2016-11-19">
+<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:10 EST 2017 -->
+<title>Person (Edgent v1.1.0)</title>
+<meta name="date" content="2017-02-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Person (Edgent v1.0.0)";
+            parent.document.title="Person (Edgent v1.1.0)";
         }
     }
     catch(err) {
@@ -239,6 +239,6 @@ extends java.lang.Object</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 The Apache Software 
Foundation. All Rights Reserved - 73539fa-20161119-2136</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/0684ec9c/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/PersonData.html
----------------------------------------------------------------------
diff --git 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/PersonData.html
 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/PersonData.html
index 8968321..3ee53d1 100644
--- 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/PersonData.html
+++ 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/PersonData.html
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html llang="en">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_60) on Sat Nov 19 21:36:49 KST 2016 -->
-<title>PersonData (Edgent v1.0.0)</title>
-<meta name="date" content="2016-11-19">
+<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:10 EST 2017 -->
+<title>PersonData (Edgent v1.1.0)</title>
+<meta name="date" content="2017-02-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="PersonData (Edgent v1.0.0)";
+            parent.document.title="PersonData (Edgent v1.1.0)";
         }
     }
     catch(err) {
@@ -305,6 +305,6 @@ extends java.lang.Object</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 The Apache Software 
Foundation. All Rights Reserved - 73539fa-20161119-2136</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/0684ec9c/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/PersonId.html
----------------------------------------------------------------------
diff --git 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/PersonId.html
 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/PersonId.html
index 9c3409f..cff4815 100644
--- 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/PersonId.html
+++ 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/PersonId.html
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html llang="en">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_60) on Sat Nov 19 21:36:49 KST 2016 -->
-<title>PersonId (Edgent v1.0.0)</title>
-<meta name="date" content="2016-11-19">
+<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:10 EST 2017 -->
+<title>PersonId (Edgent v1.1.0)</title>
+<meta name="date" content="2017-02-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="PersonId (Edgent v1.0.0)";
+            parent.document.title="PersonId (Edgent v1.1.0)";
         }
     }
     catch(err) {
@@ -239,6 +239,6 @@ extends java.lang.Object</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 The Apache Software 
Foundation. All Rights Reserved - 73539fa-20161119-2136</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/0684ec9c/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/SimpleReaderApp.html
----------------------------------------------------------------------
diff --git 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/SimpleReaderApp.html
 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/SimpleReaderApp.html
index bd0b6bf..a838dd2 100644
--- 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/SimpleReaderApp.html
+++ 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/SimpleReaderApp.html
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html llang="en">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_60) on Sat Nov 19 21:36:49 KST 2016 -->
-<title>SimpleReaderApp (Edgent v1.0.0)</title>
-<meta name="date" content="2016-11-19">
+<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:10 EST 2017 -->
+<title>SimpleReaderApp (Edgent v1.1.0)</title>
+<meta name="date" content="2017-02-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SimpleReaderApp (Edgent v1.0.0)";
+            parent.document.title="SimpleReaderApp (Edgent v1.1.0)";
         }
     }
     catch(err) {
@@ -241,6 +241,6 @@ extends java.lang.Object</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 The Apache Software 
Foundation. All Rights Reserved - 73539fa-20161119-2136</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/0684ec9c/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/SimpleWriterApp.html
----------------------------------------------------------------------
diff --git 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/SimpleWriterApp.html
 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/SimpleWriterApp.html
index 98d4e1e..f515fc6 100644
--- 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/SimpleWriterApp.html
+++ 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/SimpleWriterApp.html
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html llang="en">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_60) on Sat Nov 19 21:36:49 KST 2016 -->
-<title>SimpleWriterApp (Edgent v1.0.0)</title>
-<meta name="date" content="2016-11-19">
+<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:10 EST 2017 -->
+<title>SimpleWriterApp (Edgent v1.1.0)</title>
+<meta name="date" content="2017-02-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SimpleWriterApp (Edgent v1.0.0)";
+            parent.document.title="SimpleWriterApp (Edgent v1.1.0)";
         }
     }
     catch(err) {
@@ -241,6 +241,6 @@ extends java.lang.Object</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 The Apache Software 
Foundation. All Rights Reserved - 73539fa-20161119-2136</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/0684ec9c/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/class-use/DbUtils.html
----------------------------------------------------------------------
diff --git 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/class-use/DbUtils.html
 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/class-use/DbUtils.html
index 969a5b7..79334da 100644
--- 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/class-use/DbUtils.html
+++ 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/class-use/DbUtils.html
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html llang="en">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_60) on Sat Nov 19 21:36:52 KST 2016 -->
-<title>Uses of Class org.apache.edgent.samples.connectors.jdbc.DbUtils (Edgent 
v1.0.0)</title>
-<meta name="date" content="2016-11-19">
+<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 -->
+<title>Uses of Class org.apache.edgent.samples.connectors.jdbc.DbUtils (Edgent 
v1.1.0)</title>
+<meta name="date" content="2017-02-26">
 <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.edgent.samples.connectors.jdbc.DbUtils (Edgent v1.0.0)";
+            parent.document.title="Uses of Class 
org.apache.edgent.samples.connectors.jdbc.DbUtils (Edgent v1.1.0)";
         }
     }
     catch(err) {
@@ -121,6 +121,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 The Apache Software 
Foundation. All Rights Reserved - 73539fa-20161119-2136</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/0684ec9c/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/class-use/Person.html
----------------------------------------------------------------------
diff --git 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/class-use/Person.html
 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/class-use/Person.html
index a4744b8..2e381ef 100644
--- 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/class-use/Person.html
+++ 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/class-use/Person.html
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html llang="en">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_60) on Sat Nov 19 21:36:52 KST 2016 -->
-<title>Uses of Class org.apache.edgent.samples.connectors.jdbc.Person (Edgent 
v1.0.0)</title>
-<meta name="date" content="2016-11-19">
+<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 -->
+<title>Uses of Class org.apache.edgent.samples.connectors.jdbc.Person (Edgent 
v1.1.0)</title>
+<meta name="date" content="2017-02-26">
 <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.edgent.samples.connectors.jdbc.Person (Edgent v1.0.0)";
+            parent.document.title="Uses of Class 
org.apache.edgent.samples.connectors.jdbc.Person (Edgent v1.1.0)";
         }
     }
     catch(err) {
@@ -183,6 +183,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 The Apache Software 
Foundation. All Rights Reserved - 73539fa-20161119-2136</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/0684ec9c/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/class-use/PersonData.html
----------------------------------------------------------------------
diff --git 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/class-use/PersonData.html
 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/class-use/PersonData.html
index 0aa715c..de50a99 100644
--- 
a/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/class-use/PersonData.html
+++ 
b/content/javadoc/latest/org/apache/edgent/samples/connectors/jdbc/class-use/PersonData.html
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html llang="en">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_60) on Sat Nov 19 21:36:52 KST 2016 -->
-<title>Uses of Class org.apache.edgent.samples.connectors.jdbc.PersonData 
(Edgent v1.0.0)</title>
-<meta name="date" content="2016-11-19">
+<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 -->
+<title>Uses of Class org.apache.edgent.samples.connectors.jdbc.PersonData 
(Edgent v1.1.0)</title>
+<meta name="date" content="2017-02-26">
 <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.edgent.samples.connectors.jdbc.PersonData (Edgent v1.0.0)";
+            parent.document.title="Uses of Class 
org.apache.edgent.samples.connectors.jdbc.PersonData (Edgent v1.1.0)";
         }
     }
     catch(err) {
@@ -121,6 +121,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 The Apache Software 
Foundation. All Rights Reserved - 73539fa-20161119-2136</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
 </body>
 </html>


Reply via email to