http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2db45840/content/releases/qpid-proton-j-0.22.0/api/org/apache/qpid/proton/codec/TypeEncoding.html
----------------------------------------------------------------------
diff --git 
a/content/releases/qpid-proton-j-0.22.0/api/org/apache/qpid/proton/codec/TypeEncoding.html
 
b/content/releases/qpid-proton-j-0.22.0/api/org/apache/qpid/proton/codec/TypeEncoding.html
new file mode 100755
index 0000000..43b47fe
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.22.0/api/org/apache/qpid/proton/codec/TypeEncoding.html
@@ -0,0 +1,321 @@
+<!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 -->
+<title>TypeEncoding (Qpid Proton-J API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="TypeEncoding (Qpid Proton-J API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract 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="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/qpid/proton/codec/TypeConstructor.html" 
title="interface in org.apache.qpid.proton.codec"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.html" 
title="class in org.apache.qpid.proton.codec"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/qpid/proton/codec/TypeEncoding.html" 
target="_top">Frames</a></li>
+<li><a href="TypeEncoding.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>Constr&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>Constr&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.qpid.proton.codec</div>
+<h2 title="Interface TypeEncoding" class="title">Interface 
TypeEncoding&lt;V&gt;</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Known Subinterfaces:</dt>
+<dd><a 
href="../../../../../org/apache/qpid/proton/codec/ArrayType.ArrayEncoding.html" 
title="interface in org.apache.qpid.proton.codec">ArrayType.ArrayEncoding</a>, 
<a 
href="../../../../../org/apache/qpid/proton/codec/BigIntegerType.BigIntegerEncoding.html"
 title="interface in 
org.apache.qpid.proton.codec">BigIntegerType.BigIntegerEncoding</a>, <a 
href="../../../../../org/apache/qpid/proton/codec/BooleanType.BooleanEncoding.html"
 title="interface in 
org.apache.qpid.proton.codec">BooleanType.BooleanEncoding</a>, <a 
href="../../../../../org/apache/qpid/proton/codec/IntegerType.IntegerEncoding.html"
 title="interface in 
org.apache.qpid.proton.codec">IntegerType.IntegerEncoding</a>, <a 
href="../../../../../org/apache/qpid/proton/codec/LongType.LongEncoding.html" 
title="interface in org.apache.qpid.proton.codec">LongType.LongEncoding</a>, <a 
href="../../../../../org/apache/qpid/proton/codec/PrimitiveTypeEncoding.html" 
title="interface in org.apache.qpid.proton.codec">PrimitiveTypeEncodin
 g</a>&lt;T&gt;, <a 
href="../../../../../org/apache/qpid/proton/codec/StringType.StringEncoding.html"
 title="interface in 
org.apache.qpid.proton.codec">StringType.StringEncoding</a>, <a 
href="../../../../../org/apache/qpid/proton/codec/SymbolType.SymbolEncoding.html"
 title="interface in 
org.apache.qpid.proton.codec">SymbolType.SymbolEncoding</a>, <a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedIntegerType.UnsignedIntegerEncoding.html"
 title="interface in 
org.apache.qpid.proton.codec">UnsignedIntegerType.UnsignedIntegerEncoding</a>, 
<a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedLongType.UnsignedLongEncoding.html"
 title="interface in 
org.apache.qpid.proton.codec">UnsignedLongType.UnsignedLongEncoding</a></dd>
+</dl>
+<dl>
+<dt>All Known Implementing Classes:</dt>
+<dd><a 
href="../../../../../org/apache/qpid/proton/codec/ByteType.ByteEncoding.html" 
title="class in org.apache.qpid.proton.codec">ByteType.ByteEncoding</a>, <a 
href="../../../../../org/apache/qpid/proton/codec/CharacterType.CharacterEncoding.html"
 title="class in 
org.apache.qpid.proton.codec">CharacterType.CharacterEncoding</a>, <a 
href="../../../../../org/apache/qpid/proton/codec/DoubleType.DoubleEncoding.html"
 title="class in org.apache.qpid.proton.codec">DoubleType.DoubleEncoding</a>, 
<a 
href="../../../../../org/apache/qpid/proton/codec/FloatType.FloatEncoding.html" 
title="class in org.apache.qpid.proton.codec">FloatType.FloatEncoding</a>, <a 
href="../../../../../org/apache/qpid/proton/codec/ShortType.ShortEncoding.html" 
title="class in org.apache.qpid.proton.codec">ShortType.ShortEncoding</a>, <a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html"
 title="class in 
org.apache.qpid.proton.codec">UnsignedByteType.UnsignedByteEncoding</a></d
 d>
+</dl>
+<hr>
+<br>
+<pre>public interface <span 
class="typeNameLabel">TypeEncoding&lt;V&gt;</span></pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a 
href="javascript:show(4);">Abstract 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>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html#encodesJavaPrimitive--">encodesJavaPrimitive</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html#encodesSuperset-org.apache.qpid.proton.codec.TypeEncoding-">encodesSuperset</a></span>(<a
 href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" 
title="interface in org.apache.qpid.proton.codec">TypeEncoding</a>&lt;<a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" 
title="type parameter in TypeEncoding">V</a>&gt;&nbsp;encoder)</code>&nbsp;</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html#getConstructorSize--">getConstructorSize</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/qpid/proton/codec/AMQPType.html" 
title="interface in org.apache.qpid.proton.codec">AMQPType</a>&lt;<a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" 
title="type parameter in TypeEncoding">V</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html#getType--">getType</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html#getValueSize-V-">getValueSize</a></span>(<a
 href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" 
title="type parameter in TypeEncoding">V</a>&nbsp;val)</code>&nbsp;</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html#isFixedSizeVal--">isFixedSizeVal</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html#writeConstructor--">writeConstructor</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html#writeValue-V-">writeValue</a></span>(<a
 href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" 
title="type parameter in TypeEncoding">V</a>&nbsp;val)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getType--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getType</h4>
+<pre><a href="../../../../../org/apache/qpid/proton/codec/AMQPType.html" 
title="interface in org.apache.qpid.proton.codec">AMQPType</a>&lt;<a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" 
title="type parameter in TypeEncoding">V</a>&gt;&nbsp;getType()</pre>
+</li>
+</ul>
+<a name="writeConstructor--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>writeConstructor</h4>
+<pre>void&nbsp;writeConstructor()</pre>
+</li>
+</ul>
+<a name="getConstructorSize--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConstructorSize</h4>
+<pre>int&nbsp;getConstructorSize()</pre>
+</li>
+</ul>
+<a name="writeValue-java.lang.Object-">
+<!--   -->
+</a><a name="writeValue-V-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>writeValue</h4>
+<pre>void&nbsp;writeValue(<a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" 
title="type parameter in TypeEncoding">V</a>&nbsp;val)</pre>
+</li>
+</ul>
+<a name="getValueSize-java.lang.Object-">
+<!--   -->
+</a><a name="getValueSize-V-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getValueSize</h4>
+<pre>int&nbsp;getValueSize(<a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" 
title="type parameter in TypeEncoding">V</a>&nbsp;val)</pre>
+</li>
+</ul>
+<a name="isFixedSizeVal--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isFixedSizeVal</h4>
+<pre>boolean&nbsp;isFixedSizeVal()</pre>
+</li>
+</ul>
+<a name="encodesSuperset-org.apache.qpid.proton.codec.TypeEncoding-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>encodesSuperset</h4>
+<pre>boolean&nbsp;encodesSuperset(<a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" 
title="interface in org.apache.qpid.proton.codec">TypeEncoding</a>&lt;<a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" 
title="type parameter in TypeEncoding">V</a>&gt;&nbsp;encoder)</pre>
+</li>
+</ul>
+<a name="encodesJavaPrimitive--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>encodesJavaPrimitive</h4>
+<pre>boolean&nbsp;encodesJavaPrimitive()</pre>
+</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="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/qpid/proton/codec/TypeConstructor.html" 
title="interface in org.apache.qpid.proton.codec"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.html" 
title="class in org.apache.qpid.proton.codec"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/qpid/proton/codec/TypeEncoding.html" 
target="_top">Frames</a></li>
+<li><a href="TypeEncoding.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>Constr&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>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2db45840/content/releases/qpid-proton-j-0.22.0/api/org/apache/qpid/proton/codec/UUIDType.html
----------------------------------------------------------------------
diff --git 
a/content/releases/qpid-proton-j-0.22.0/api/org/apache/qpid/proton/codec/UUIDType.html
 
b/content/releases/qpid-proton-j-0.22.0/api/org/apache/qpid/proton/codec/UUIDType.html
new file mode 100755
index 0000000..9b8a54e
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.22.0/api/org/apache/qpid/proton/codec/UUIDType.html
@@ -0,0 +1,296 @@
+<!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 -->
+<title>UUIDType (Qpid Proton-J API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="UUIDType (Qpid Proton-J API)";
+        }
+    }
+    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 ======= -->
+<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="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/qpid/proton/codec/UnsignedShortType.html" 
title="class in org.apache.qpid.proton.codec"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/qpid/proton/codec/WritableBuffer.html" 
title="interface in org.apache.qpid.proton.codec"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/qpid/proton/codec/UUIDType.html" 
target="_top">Frames</a></li>
+<li><a href="UUIDType.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>Constr&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>Constr&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.qpid.proton.codec</div>
+<h2 title="Class UUIDType" class="title">Class UUIDType</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.qpid.proton.codec.UUIDType</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a href="../../../../../org/apache/qpid/proton/codec/AMQPType.html" 
title="interface in 
org.apache.qpid.proton.codec">AMQPType</a>&lt;java.util.UUID&gt;, <a 
href="../../../../../org/apache/qpid/proton/codec/PrimitiveType.html" 
title="interface in 
org.apache.qpid.proton.codec">PrimitiveType</a>&lt;java.util.UUID&gt;</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">UUIDType</span>
+extends java.lang.Object</pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a 
href="javascript:show(8);">Concrete Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td 
class="colFirst"><code>java.util.Collection&lt;org.apache.qpid.proton.codec.UUIDType.UUIDEncoding&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/UUIDType.html#getAllEncodings--">getAllEncodings</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td 
class="colFirst"><code>org.apache.qpid.proton.codec.UUIDType.UUIDEncoding</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/UUIDType.html#getCanonicalEncoding--">getCanonicalEncoding</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i2" class="altColor">
+<td 
class="colFirst"><code>org.apache.qpid.proton.codec.UUIDType.UUIDEncoding</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/UUIDType.html#getEncoding-java.util.UUID-">getEncoding</a></span>(java.util.UUID&nbsp;val)</code>&nbsp;</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>java.lang.Class&lt;java.util.UUID&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/UUIDType.html#getTypeClass--">getTypeClass</a></span>()</code>&nbsp;</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/qpid/proton/codec/UUIDType.html#write-T-">write</a></span>(T&nbsp;val)</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">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getTypeClass--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTypeClass</h4>
+<pre>public&nbsp;java.lang.Class&lt;java.util.UUID&gt;&nbsp;getTypeClass()</pre>
+</li>
+</ul>
+<a name="getEncoding-java.util.UUID-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getEncoding</h4>
+<pre>public&nbsp;org.apache.qpid.proton.codec.UUIDType.UUIDEncoding&nbsp;getEncoding(java.util.UUID&nbsp;val)</pre>
+</li>
+</ul>
+<a name="getCanonicalEncoding--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCanonicalEncoding</h4>
+<pre>public&nbsp;org.apache.qpid.proton.codec.UUIDType.UUIDEncoding&nbsp;getCanonicalEncoding()</pre>
+</li>
+</ul>
+<a name="getAllEncodings--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAllEncodings</h4>
+<pre>public&nbsp;java.util.Collection&lt;org.apache.qpid.proton.codec.UUIDType.UUIDEncoding&gt;&nbsp;getAllEncodings()</pre>
+</li>
+</ul>
+<a name="write-java.lang.Object-">
+<!--   -->
+</a><a name="write-T-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>write</h4>
+<pre>public final&nbsp;void&nbsp;write(T&nbsp;val)</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/qpid/proton/codec/AMQPType.html#write-V-">write</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/qpid/proton/codec/AMQPType.html" 
title="interface in 
org.apache.qpid.proton.codec">AMQPType</a>&lt;T&gt;</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="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/qpid/proton/codec/UnsignedShortType.html" 
title="class in org.apache.qpid.proton.codec"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/qpid/proton/codec/WritableBuffer.html" 
title="interface in org.apache.qpid.proton.codec"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/qpid/proton/codec/UUIDType.html" 
target="_top">Frames</a></li>
+<li><a href="UUIDType.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>Constr&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>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2db45840/content/releases/qpid-proton-j-0.22.0/api/org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html
----------------------------------------------------------------------
diff --git 
a/content/releases/qpid-proton-j-0.22.0/api/org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html
 
b/content/releases/qpid-proton-j-0.22.0/api/org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html
new file mode 100755
index 0000000..9c6f52b
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.22.0/api/org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html
@@ -0,0 +1,475 @@
+<!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 -->
+<title>UnsignedByteType.UnsignedByteEncoding (Qpid Proton-J API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="UnsignedByteType.UnsignedByteEncoding (Qpid 
Proton-J API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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/qpid/proton/codec/UnsignedByteType.html" 
title="class in org.apache.qpid.proton.codec"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedIntegerType.html" 
title="class in org.apache.qpid.proton.codec"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html"
 target="_top">Frames</a></li>
+<li><a href="UnsignedByteType.UnsignedByteEncoding.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.qpid.proton.codec</div>
+<h2 title="Class UnsignedByteType.UnsignedByteEncoding" class="title">Class 
UnsignedByteType.UnsignedByteEncoding</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.qpid.proton.codec.UnsignedByteType.UnsignedByteEncoding</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a 
href="../../../../../org/apache/qpid/proton/codec/PrimitiveTypeEncoding.html" 
title="interface in 
org.apache.qpid.proton.codec">PrimitiveTypeEncoding</a>&lt;<a 
href="../../../../../org/apache/qpid/proton/amqp/UnsignedByte.html" 
title="class in org.apache.qpid.proton.amqp">UnsignedByte</a>&gt;, <a 
href="../../../../../org/apache/qpid/proton/codec/TypeConstructor.html" 
title="interface in org.apache.qpid.proton.codec">TypeConstructor</a>&lt;<a 
href="../../../../../org/apache/qpid/proton/amqp/UnsignedByte.html" 
title="class in org.apache.qpid.proton.amqp">UnsignedByte</a>&gt;, <a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" 
title="interface in org.apache.qpid.proton.codec">TypeEncoding</a>&lt;<a 
href="../../../../../org/apache/qpid/proton/amqp/UnsignedByte.html" 
title="class in org.apache.qpid.proton.amqp">UnsignedByte</a>&gt;</dd>
+</dl>
+<dl>
+<dt>Enclosing class:</dt>
+<dd><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.html" 
title="class in org.apache.qpid.proton.codec">UnsignedByteType</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span 
class="typeNameLabel">UnsignedByteType.UnsignedByteEncoding</span>
+extends java.lang.Object</pre>
+</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/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html#UnsignedByteEncoding-org.apache.qpid.proton.codec.EncoderImpl-org.apache.qpid.proton.codec.DecoderImpl-">UnsignedByteEncoding</a></span>(<a
 href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html" 
title="class in org.apache.qpid.proton.codec">EncoderImpl</a>&nbsp;encoder,
+                    <a 
href="../../../../../org/apache/qpid/proton/codec/DecoderImpl.html" 
title="class in 
org.apache.qpid.proton.codec">DecoderImpl</a>&nbsp;decoder)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a 
href="javascript:show(8);">Concrete Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html#encodesJavaPrimitive--">encodesJavaPrimitive</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html#encodesSuperset-org.apache.qpid.proton.codec.TypeEncoding-">encodesSuperset</a></span>(<a
 href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" 
title="interface in org.apache.qpid.proton.codec">TypeEncoding</a>&lt;<a 
href="../../../../../org/apache/qpid/proton/amqp/UnsignedByte.html" 
title="class in 
org.apache.qpid.proton.amqp">UnsignedByte</a>&gt;&nbsp;encoding)</code>&nbsp;</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html#getConstructorSize--">getConstructorSize</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>protected <a 
href="../../../../../org/apache/qpid/proton/codec/DecoderImpl.html" 
title="class in org.apache.qpid.proton.codec">DecoderImpl</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html#getDecoder--">getDecoder</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>protected <a 
href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html" 
title="class in org.apache.qpid.proton.codec">EncoderImpl</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html#getEncoder--">getEncoder</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>byte</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html#getEncodingCode--">getEncodingCode</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>protected int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html#getFixedSize--">getFixedSize</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.html" 
title="class in org.apache.qpid.proton.codec">UnsignedByteType</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html#getType--">getType</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>java.lang.Class&lt;T&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html#getTypeClass--">getTypeClass</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html#getValueSize-T-">getValueSize</a></span>(T&nbsp;val)</code>&nbsp;</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html#isFixedSizeVal--">isFixedSizeVal</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/qpid/proton/amqp/UnsignedByte.html" 
title="class in org.apache.qpid.proton.amqp">UnsignedByte</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html#readValue--">readValue</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html#writeConstructor--">writeConstructor</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html#writeValue-org.apache.qpid.proton.amqp.UnsignedByte-">writeValue</a></span>(<a
 href="../../../../../org/apache/qpid/proton/amqp/UnsignedByte.html" 
title="class in 
org.apache.qpid.proton.amqp">UnsignedByte</a>&nbsp;val)</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="UnsignedByteEncoding-org.apache.qpid.proton.codec.EncoderImpl-org.apache.qpid.proton.codec.DecoderImpl-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>UnsignedByteEncoding</h4>
+<pre>public&nbsp;UnsignedByteEncoding(<a 
href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html" 
title="class in org.apache.qpid.proton.codec">EncoderImpl</a>&nbsp;encoder,
+                            <a 
href="../../../../../org/apache/qpid/proton/codec/DecoderImpl.html" 
title="class in 
org.apache.qpid.proton.codec">DecoderImpl</a>&nbsp;decoder)</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getFixedSize--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFixedSize</h4>
+<pre>protected&nbsp;int&nbsp;getFixedSize()</pre>
+</li>
+</ul>
+<a name="getEncodingCode--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getEncodingCode</h4>
+<pre>public&nbsp;byte&nbsp;getEncodingCode()</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/qpid/proton/codec/PrimitiveTypeEncoding.html#getEncodingCode--">getEncodingCode</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/qpid/proton/codec/PrimitiveTypeEncoding.html" 
title="interface in 
org.apache.qpid.proton.codec">PrimitiveTypeEncoding</a>&lt;<a 
href="../../../../../org/apache/qpid/proton/amqp/UnsignedByte.html" 
title="class in org.apache.qpid.proton.amqp">UnsignedByte</a>&gt;</code></dd>
+</dl>
+</li>
+</ul>
+<a name="getType--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getType</h4>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.html" 
title="class in 
org.apache.qpid.proton.codec">UnsignedByteType</a>&nbsp;getType()</pre>
+</li>
+</ul>
+<a name="writeValue-org.apache.qpid.proton.amqp.UnsignedByte-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>writeValue</h4>
+<pre>public&nbsp;void&nbsp;writeValue(<a 
href="../../../../../org/apache/qpid/proton/amqp/UnsignedByte.html" 
title="class in org.apache.qpid.proton.amqp">UnsignedByte</a>&nbsp;val)</pre>
+</li>
+</ul>
+<a name="encodesSuperset-org.apache.qpid.proton.codec.TypeEncoding-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>encodesSuperset</h4>
+<pre>public&nbsp;boolean&nbsp;encodesSuperset(<a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" 
title="interface in org.apache.qpid.proton.codec">TypeEncoding</a>&lt;<a 
href="../../../../../org/apache/qpid/proton/amqp/UnsignedByte.html" 
title="class in 
org.apache.qpid.proton.amqp">UnsignedByte</a>&gt;&nbsp;encoding)</pre>
+</li>
+</ul>
+<a name="readValue--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>readValue</h4>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/qpid/proton/amqp/UnsignedByte.html" 
title="class in 
org.apache.qpid.proton.amqp">UnsignedByte</a>&nbsp;readValue()</pre>
+</li>
+</ul>
+<a name="isFixedSizeVal--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isFixedSizeVal</h4>
+<pre>public final&nbsp;boolean&nbsp;isFixedSizeVal()</pre>
+</li>
+</ul>
+<a name="getValueSize-java.lang.Object-">
+<!--   -->
+</a><a name="getValueSize-T-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getValueSize</h4>
+<pre>public final&nbsp;int&nbsp;getValueSize(T&nbsp;val)</pre>
+</li>
+</ul>
+<a name="writeConstructor--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>writeConstructor</h4>
+<pre>public final&nbsp;void&nbsp;writeConstructor()</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/qpid/proton/codec/PrimitiveTypeEncoding.html#writeConstructor--">writeConstructor</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/qpid/proton/codec/PrimitiveTypeEncoding.html" 
title="interface in 
org.apache.qpid.proton.codec">PrimitiveTypeEncoding</a>&lt;T&gt;</code></dd>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html#writeConstructor--">writeConstructor</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" 
title="interface in 
org.apache.qpid.proton.codec">TypeEncoding</a>&lt;T&gt;</code></dd>
+</dl>
+</li>
+</ul>
+<a name="getConstructorSize--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConstructorSize</h4>
+<pre>public&nbsp;int&nbsp;getConstructorSize()</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/qpid/proton/codec/PrimitiveTypeEncoding.html#getConstructorSize--">getConstructorSize</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/qpid/proton/codec/PrimitiveTypeEncoding.html" 
title="interface in 
org.apache.qpid.proton.codec">PrimitiveTypeEncoding</a>&lt;T&gt;</code></dd>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html#getConstructorSize--">getConstructorSize</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" 
title="interface in 
org.apache.qpid.proton.codec">TypeEncoding</a>&lt;T&gt;</code></dd>
+</dl>
+</li>
+</ul>
+<a name="getEncoder--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getEncoder</h4>
+<pre>protected&nbsp;<a 
href="../../../../../org/apache/qpid/proton/codec/EncoderImpl.html" 
title="class in 
org.apache.qpid.proton.codec">EncoderImpl</a>&nbsp;getEncoder()</pre>
+</li>
+</ul>
+<a name="getTypeClass--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTypeClass</h4>
+<pre>public&nbsp;java.lang.Class&lt;T&gt;&nbsp;getTypeClass()</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/qpid/proton/codec/TypeConstructor.html#getTypeClass--">getTypeClass</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/qpid/proton/codec/TypeConstructor.html" 
title="interface in 
org.apache.qpid.proton.codec">TypeConstructor</a>&lt;T&gt;</code></dd>
+</dl>
+</li>
+</ul>
+<a name="getDecoder--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDecoder</h4>
+<pre>protected&nbsp;<a 
href="../../../../../org/apache/qpid/proton/codec/DecoderImpl.html" 
title="class in 
org.apache.qpid.proton.codec">DecoderImpl</a>&nbsp;getDecoder()</pre>
+</li>
+</ul>
+<a name="encodesJavaPrimitive--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>encodesJavaPrimitive</h4>
+<pre>public&nbsp;boolean&nbsp;encodesJavaPrimitive()</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/qpid/proton/codec/TypeConstructor.html#encodesJavaPrimitive--">encodesJavaPrimitive</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/qpid/proton/codec/TypeConstructor.html" 
title="interface in 
org.apache.qpid.proton.codec">TypeConstructor</a>&lt;T&gt;</code></dd>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html#encodesJavaPrimitive--">encodesJavaPrimitive</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" 
title="interface in 
org.apache.qpid.proton.codec">TypeEncoding</a>&lt;T&gt;</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="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/qpid/proton/codec/UnsignedByteType.html" 
title="class in org.apache.qpid.proton.codec"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedIntegerType.html" 
title="class in org.apache.qpid.proton.codec"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html"
 target="_top">Frames</a></li>
+<li><a href="UnsignedByteType.UnsignedByteEncoding.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 ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2db45840/content/releases/qpid-proton-j-0.22.0/api/org/apache/qpid/proton/codec/UnsignedByteType.html
----------------------------------------------------------------------
diff --git 
a/content/releases/qpid-proton-j-0.22.0/api/org/apache/qpid/proton/codec/UnsignedByteType.html
 
b/content/releases/qpid-proton-j-0.22.0/api/org/apache/qpid/proton/codec/UnsignedByteType.html
new file mode 100755
index 0000000..dc44490
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.22.0/api/org/apache/qpid/proton/codec/UnsignedByteType.html
@@ -0,0 +1,315 @@
+<!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 -->
+<title>UnsignedByteType (Qpid Proton-J API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="UnsignedByteType (Qpid Proton-J API)";
+        }
+    }
+    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 ======= -->
+<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="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/qpid/proton/codec/TypeEncoding.html" 
title="interface in org.apache.qpid.proton.codec"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html"
 title="class in org.apache.qpid.proton.codec"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/qpid/proton/codec/UnsignedByteType.html"
 target="_top">Frames</a></li>
+<li><a href="UnsignedByteType.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&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>Constr&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.qpid.proton.codec</div>
+<h2 title="Class UnsignedByteType" class="title">Class UnsignedByteType</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.qpid.proton.codec.UnsignedByteType</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a href="../../../../../org/apache/qpid/proton/codec/AMQPType.html" 
title="interface in org.apache.qpid.proton.codec">AMQPType</a>&lt;<a 
href="../../../../../org/apache/qpid/proton/amqp/UnsignedByte.html" 
title="class in org.apache.qpid.proton.amqp">UnsignedByte</a>&gt;, <a 
href="../../../../../org/apache/qpid/proton/codec/PrimitiveType.html" 
title="interface in org.apache.qpid.proton.codec">PrimitiveType</a>&lt;<a 
href="../../../../../org/apache/qpid/proton/amqp/UnsignedByte.html" 
title="class in org.apache.qpid.proton.amqp">UnsignedByte</a>&gt;</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">UnsignedByteType</span>
+extends java.lang.Object</pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested.class.summary">
+<!--   -->
+</a>
+<h3>Nested Class Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Nested Class Summary table, listing nested classes, and an 
explanation">
+<caption><span>Nested Classes</span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html"
 title="class in 
org.apache.qpid.proton.codec">UnsignedByteType.UnsignedByteEncoding</a></span></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a 
href="javascript:show(8);">Concrete Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>java.util.Collection&lt;<a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html"
 title="class in 
org.apache.qpid.proton.codec">UnsignedByteType.UnsignedByteEncoding</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.html#getAllEncodings--">getAllEncodings</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html"
 title="class in 
org.apache.qpid.proton.codec">UnsignedByteType.UnsignedByteEncoding</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.html#getCanonicalEncoding--">getCanonicalEncoding</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html"
 title="class in 
org.apache.qpid.proton.codec">UnsignedByteType.UnsignedByteEncoding</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.html#getEncoding-org.apache.qpid.proton.amqp.UnsignedByte-">getEncoding</a></span>(<a
 href="../../../../../org/apache/qpid/proton/amqp/UnsignedByte.html" 
title="class in 
org.apache.qpid.proton.amqp">UnsignedByte</a>&nbsp;val)</code>&nbsp;</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>java.lang.Class&lt;<a 
href="../../../../../org/apache/qpid/proton/amqp/UnsignedByte.html" 
title="class in org.apache.qpid.proton.amqp">UnsignedByte</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.html#getTypeClass--">getTypeClass</a></span>()</code>&nbsp;</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/qpid/proton/codec/UnsignedByteType.html#write-T-">write</a></span>(T&nbsp;val)</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">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getTypeClass--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTypeClass</h4>
+<pre>public&nbsp;java.lang.Class&lt;<a 
href="../../../../../org/apache/qpid/proton/amqp/UnsignedByte.html" 
title="class in 
org.apache.qpid.proton.amqp">UnsignedByte</a>&gt;&nbsp;getTypeClass()</pre>
+</li>
+</ul>
+<a name="getEncoding-org.apache.qpid.proton.amqp.UnsignedByte-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getEncoding</h4>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html"
 title="class in 
org.apache.qpid.proton.codec">UnsignedByteType.UnsignedByteEncoding</a>&nbsp;getEncoding(<a
 href="../../../../../org/apache/qpid/proton/amqp/UnsignedByte.html" 
title="class in org.apache.qpid.proton.amqp">UnsignedByte</a>&nbsp;val)</pre>
+</li>
+</ul>
+<a name="getCanonicalEncoding--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCanonicalEncoding</h4>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html"
 title="class in 
org.apache.qpid.proton.codec">UnsignedByteType.UnsignedByteEncoding</a>&nbsp;getCanonicalEncoding()</pre>
+</li>
+</ul>
+<a name="getAllEncodings--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAllEncodings</h4>
+<pre>public&nbsp;java.util.Collection&lt;<a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html"
 title="class in 
org.apache.qpid.proton.codec">UnsignedByteType.UnsignedByteEncoding</a>&gt;&nbsp;getAllEncodings()</pre>
+</li>
+</ul>
+<a name="write-java.lang.Object-">
+<!--   -->
+</a><a name="write-T-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>write</h4>
+<pre>public final&nbsp;void&nbsp;write(T&nbsp;val)</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/qpid/proton/codec/AMQPType.html#write-V-">write</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/qpid/proton/codec/AMQPType.html" 
title="interface in 
org.apache.qpid.proton.codec">AMQPType</a>&lt;T&gt;</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="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/qpid/proton/codec/TypeEncoding.html" 
title="interface in org.apache.qpid.proton.codec"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedByteType.UnsignedByteEncoding.html"
 title="class in org.apache.qpid.proton.codec"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/qpid/proton/codec/UnsignedByteType.html"
 target="_top">Frames</a></li>
+<li><a href="UnsignedByteType.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&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>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2db45840/content/releases/qpid-proton-j-0.22.0/api/org/apache/qpid/proton/codec/UnsignedIntegerType.UnsignedIntegerEncoding.html
----------------------------------------------------------------------
diff --git 
a/content/releases/qpid-proton-j-0.22.0/api/org/apache/qpid/proton/codec/UnsignedIntegerType.UnsignedIntegerEncoding.html
 
b/content/releases/qpid-proton-j-0.22.0/api/org/apache/qpid/proton/codec/UnsignedIntegerType.UnsignedIntegerEncoding.html
new file mode 100755
index 0000000..b66d8b3
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.22.0/api/org/apache/qpid/proton/codec/UnsignedIntegerType.UnsignedIntegerEncoding.html
@@ -0,0 +1,208 @@
+<!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 -->
+<title>UnsignedIntegerType.UnsignedIntegerEncoding (Qpid Proton-J API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="UnsignedIntegerType.UnsignedIntegerEncoding 
(Qpid Proton-J API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</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/qpid/proton/codec/UnsignedIntegerType.html" 
title="class in org.apache.qpid.proton.codec"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedLongType.html" 
title="class in org.apache.qpid.proton.codec"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/qpid/proton/codec/UnsignedIntegerType.UnsignedIntegerEncoding.html"
 target="_top">Frames</a></li>
+<li><a href="UnsignedIntegerType.UnsignedIntegerEncoding.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>Constr&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li>Method</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.qpid.proton.codec</div>
+<h2 title="Interface UnsignedIntegerType.UnsignedIntegerEncoding" 
class="title">Interface UnsignedIntegerType.UnsignedIntegerEncoding</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd><a 
href="../../../../../org/apache/qpid/proton/codec/PrimitiveTypeEncoding.html" 
title="interface in 
org.apache.qpid.proton.codec">PrimitiveTypeEncoding</a>&lt;<a 
href="../../../../../org/apache/qpid/proton/amqp/UnsignedInteger.html" 
title="class in org.apache.qpid.proton.amqp">UnsignedInteger</a>&gt;, <a 
href="../../../../../org/apache/qpid/proton/codec/TypeConstructor.html" 
title="interface in org.apache.qpid.proton.codec">TypeConstructor</a>&lt;<a 
href="../../../../../org/apache/qpid/proton/amqp/UnsignedInteger.html" 
title="class in org.apache.qpid.proton.amqp">UnsignedInteger</a>&gt;, <a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" 
title="interface in org.apache.qpid.proton.codec">TypeEncoding</a>&lt;<a 
href="../../../../../org/apache/qpid/proton/amqp/UnsignedInteger.html" 
title="class in org.apache.qpid.proton.amqp">UnsignedInteger</a>&gt;</dd>
+</dl>
+<dl>
+<dt>Enclosing class:</dt>
+<dd><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedIntegerType.html" 
title="class in org.apache.qpid.proton.codec">UnsignedIntegerType</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public static interface <span 
class="typeNameLabel">UnsignedIntegerType.UnsignedIntegerEncoding</span>
+extends <a 
href="../../../../../org/apache/qpid/proton/codec/PrimitiveTypeEncoding.html" 
title="interface in 
org.apache.qpid.proton.codec">PrimitiveTypeEncoding</a>&lt;<a 
href="../../../../../org/apache/qpid/proton/amqp/UnsignedInteger.html" 
title="class in org.apache.qpid.proton.amqp">UnsignedInteger</a>&gt;</pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a 
name="methods.inherited.from.class.org.apache.qpid.proton.codec.PrimitiveTypeEncoding">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.qpid.proton.codec.<a 
href="../../../../../org/apache/qpid/proton/codec/PrimitiveTypeEncoding.html" 
title="interface in org.apache.qpid.proton.codec">PrimitiveTypeEncoding</a></h3>
+<code><a 
href="../../../../../org/apache/qpid/proton/codec/PrimitiveTypeEncoding.html#getConstructorSize--">getConstructorSize</a>,
 <a 
href="../../../../../org/apache/qpid/proton/codec/PrimitiveTypeEncoding.html#getEncodingCode--">getEncodingCode</a>,
 <a 
href="../../../../../org/apache/qpid/proton/codec/PrimitiveTypeEncoding.html#getType--">getType</a>,
 <a 
href="../../../../../org/apache/qpid/proton/codec/PrimitiveTypeEncoding.html#writeConstructor--">writeConstructor</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a 
name="methods.inherited.from.class.org.apache.qpid.proton.codec.TypeEncoding">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.qpid.proton.codec.<a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" 
title="interface in org.apache.qpid.proton.codec">TypeEncoding</a></h3>
+<code><a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html#encodesJavaPrimitive--">encodesJavaPrimitive</a>,
 <a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html#encodesSuperset-org.apache.qpid.proton.codec.TypeEncoding-">encodesSuperset</a>,
 <a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html#getValueSize-V-">getValueSize</a>,
 <a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html#isFixedSizeVal--">isFixedSizeVal</a>,
 <a 
href="../../../../../org/apache/qpid/proton/codec/TypeEncoding.html#writeValue-V-">writeValue</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a 
name="methods.inherited.from.class.org.apache.qpid.proton.codec.TypeConstructor">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.qpid.proton.codec.<a 
href="../../../../../org/apache/qpid/proton/codec/TypeConstructor.html" 
title="interface in org.apache.qpid.proton.codec">TypeConstructor</a></h3>
+<code><a 
href="../../../../../org/apache/qpid/proton/codec/TypeConstructor.html#encodesJavaPrimitive--">encodesJavaPrimitive</a>,
 <a 
href="../../../../../org/apache/qpid/proton/codec/TypeConstructor.html#getTypeClass--">getTypeClass</a>,
 <a 
href="../../../../../org/apache/qpid/proton/codec/TypeConstructor.html#readValue--">readValue</a></code></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="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/qpid/proton/codec/UnsignedIntegerType.html" 
title="class in org.apache.qpid.proton.codec"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../org/apache/qpid/proton/codec/UnsignedLongType.html" 
title="class in org.apache.qpid.proton.codec"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/qpid/proton/codec/UnsignedIntegerType.UnsignedIntegerEncoding.html"
 target="_top">Frames</a></li>
+<li><a href="UnsignedIntegerType.UnsignedIntegerEncoding.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>Constr&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to