http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/client/RestClient.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/client/RestClient.html 
b/content/site/apidocs/org/apache/juneau/rest/client/RestClient.html
index 9f99fc7..02cc951 100644
--- a/content/site/apidocs/org/apache/juneau/rest/client/RestClient.html
+++ b/content/site/apidocs/org/apache/juneau/rest/client/RestClient.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RestClient (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>RestClient (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="RestClient (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RestClient (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.57">RestClient</a>
+<pre>public class <a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.58">RestClient</a>
 extends <a href="../../../../../org/apache/juneau/CoreObject.html" 
title="class in org.apache.juneau">CoreObject</a></pre>
 <div class="block">Utility class for interfacing with remote REST interfaces.
 
@@ -315,7 +315,7 @@ extends <a 
href="../../../../../org/apache/juneau/CoreObject.html" title="class
 <ul class="blockList">
 <li class="blockList">
 <h4>close</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.140">close</a>()
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.141">close</a>()
            throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Calls <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html?is-external=true#close--";
 title="class or interface in java.io"><code>Closeable.close()</code></a> on 
the underlying <code>CloseableHttpClient</code>.
  It's good practice to call this method after the client is no longer 
used.</div>
@@ -331,7 +331,7 @@ extends <a 
href="../../../../../org/apache/juneau/CoreObject.html" title="class
 <ul class="blockList">
 <li class="blockList">
 <h4>closeQuietly</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.153">closeQuietly</a>()</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.154">closeQuietly</a>()</pre>
 <div class="block">Same as <a 
href="../../../../../org/apache/juneau/rest/client/RestClient.html#close--"><code>close()</code></a>,
 but ignores any exceptions.</div>
 </li>
 </ul>
@@ -341,7 +341,7 @@ extends <a 
href="../../../../../org/apache/juneau/CoreObject.html" title="class
 <ul class="blockList">
 <li class="blockList">
 <h4>execute</h4>
-<pre>protected&nbsp;org.apache.http.HttpResponse&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.173">execute</a>(org.apache.http.client.methods.HttpUriRequest&nbsp;req)
+<pre>protected&nbsp;org.apache.http.HttpResponse&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.174">execute</a>(org.apache.http.client.methods.HttpUriRequest&nbsp;req)
                                         throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true";
 title="class or interface in java.lang">Exception</a></pre>
 <div class="block">Execute the specified request.
  Subclasses can override this method to provide specialized handling.</div>
@@ -361,7 +361,7 @@ extends <a 
href="../../../../../org/apache/juneau/CoreObject.html" title="class
 <ul class="blockList">
 <li class="blockList">
 <h4>doGet</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.185">doGet</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;url)
+<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.186">doGet</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;url)
                throws <a 
href="../../../../../org/apache/juneau/rest/client/RestCallException.html" 
title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
 <div class="block">Perform a <code>GET</code> request against the specified 
URL.</div>
 <dl>
@@ -381,7 +381,7 @@ extends <a 
href="../../../../../org/apache/juneau/CoreObject.html" title="class
 <ul class="blockList">
 <li class="blockList">
 <h4>doPut</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.205">doPut</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;url,
+<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.206">doPut</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;url,
                       <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;o)
                throws <a 
href="../../../../../org/apache/juneau/rest/client/RestCallException.html" 
title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
 <div class="block">Perform a <code>PUT</code> request against the specified 
URL.</div>
@@ -410,7 +410,7 @@ extends <a 
href="../../../../../org/apache/juneau/CoreObject.html" title="class
 <ul class="blockList">
 <li class="blockList">
 <h4>doPut</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.220">doPut</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;url)
+<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.221">doPut</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;url)
                throws <a 
href="../../../../../org/apache/juneau/rest/client/RestCallException.html" 
title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
 <div class="block">Same as <a 
href="../../../../../org/apache/juneau/rest/client/RestClient.html#doPut-java.lang.Object-java.lang.Object-"><code>doPut(Object,
 Object)</code></a> but don't specify the input yet.
  <p>
@@ -433,7 +433,7 @@ extends <a 
href="../../../../../org/apache/juneau/CoreObject.html" title="class
 <ul class="blockList">
 <li class="blockList">
 <h4>doPost</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.240">doPost</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;url,
+<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.241">doPost</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;url,
                        <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;o)
                 throws <a 
href="../../../../../org/apache/juneau/rest/client/RestCallException.html" 
title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
 <div class="block">Perform a <code>POST</code> request against the specified 
URL.</div>
@@ -462,7 +462,7 @@ extends <a 
href="../../../../../org/apache/juneau/CoreObject.html" title="class
 <ul class="blockList">
 <li class="blockList">
 <h4>doPost</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.255">doPost</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;url)
+<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.256">doPost</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;url)
                 throws <a 
href="../../../../../org/apache/juneau/rest/client/RestCallException.html" 
title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
 <div class="block">Same as <a 
href="../../../../../org/apache/juneau/rest/client/RestClient.html#doPost-java.lang.Object-java.lang.Object-"><code>doPost(Object,
 Object)</code></a> but don't specify the input yet.
  <p>
@@ -485,7 +485,7 @@ extends <a 
href="../../../../../org/apache/juneau/CoreObject.html" title="class
 <ul class="blockList">
 <li class="blockList">
 <h4>doDelete</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.267">doDelete</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;url)
+<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.268">doDelete</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;url)
                   throws <a 
href="../../../../../org/apache/juneau/rest/client/RestCallException.html" 
title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
 <div class="block">Perform a <code>DELETE</code> request against the specified 
URL.</div>
 <dl>
@@ -505,7 +505,7 @@ extends <a 
href="../../../../../org/apache/juneau/CoreObject.html" title="class
 <ul class="blockList">
 <li class="blockList">
 <h4>doOptions</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.279">doOptions</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;url)
+<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.280">doOptions</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;url)
                    throws <a 
href="../../../../../org/apache/juneau/rest/client/RestCallException.html" 
title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
 <div class="block">Perform an <code>OPTIONS</code> request against the 
specified URL.</div>
 <dl>
@@ -525,7 +525,7 @@ extends <a 
href="../../../../../org/apache/juneau/CoreObject.html" title="class
 <ul class="blockList">
 <li class="blockList">
 <h4>doFormPost</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.293">doFormPost</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;url,
+<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.294">doFormPost</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;url,
                            <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;o)
                     throws <a 
href="../../../../../org/apache/juneau/rest/client/RestCallException.html" 
title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
 <div class="block">Perform a <code>POST</code> request with a content type of 
<code>application/x-www-form-urlencoded</code> against the specified URL.</div>
@@ -548,7 +548,7 @@ extends <a 
href="../../../../../org/apache/juneau/CoreObject.html" title="class
 <ul class="blockList">
 <li class="blockList">
 <h4>doCallback</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.318">doCallback</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;callString)
+<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.319">doCallback</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;callString)
                     throws <a 
href="../../../../../org/apache/juneau/rest/client/RestCallException.html" 
title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
 <div class="block">Performs a REST call where the entire call is specified in 
a simple string.
  <p>
@@ -580,7 +580,7 @@ extends <a 
href="../../../../../org/apache/juneau/CoreObject.html" title="class
 <ul class="blockList">
 <li class="blockList">
 <h4>doCall</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.384">doCall</a>(<a
 href="../../../../../org/apache/juneau/rest/client/HttpMethod.html" 
title="enum in org.apache.juneau.rest.client">HttpMethod</a>&nbsp;method,
+<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.385">doCall</a>(<a
 href="../../../../../org/apache/juneau/rest/client/HttpMethod.html" 
title="enum in org.apache.juneau.rest.client">HttpMethod</a>&nbsp;method,
                        <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;url,
                        <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;content)
                 throws <a 
href="../../../../../org/apache/juneau/rest/client/RestCallException.html" 
title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
@@ -613,7 +613,7 @@ extends <a 
href="../../../../../org/apache/juneau/CoreObject.html" title="class
 <ul class="blockList">
 <li class="blockList">
 <h4>doCall</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.401">doCall</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;method,
+<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.402">doCall</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;method,
                        <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;url,
                        boolean&nbsp;hasContent)
                 throws <a 
href="../../../../../org/apache/juneau/rest/client/RestCallException.html" 
title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
@@ -637,7 +637,7 @@ extends <a 
href="../../../../../org/apache/juneau/CoreObject.html" title="class
 <ul class="blockList">
 <li class="blockList">
 <h4>getRemoteableProxy</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.504">getRemoteableProxy</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in 
java.lang">Class</a>&lt;T&gt;&nbsp;interfaceClass)</pre>
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.505">getRemoteableProxy</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in 
java.lang">Class</a>&lt;T&gt;&nbsp;interfaceClass)</pre>
 <div class="block">Create a new proxy interface against a REST interface.
  <p>
  The URL to the REST interface is based on the following values:
@@ -707,7 +707,7 @@ extends <a 
href="../../../../../org/apache/juneau/CoreObject.html" title="class
 <ul class="blockList">
 <li class="blockList">
 <h4>getRemoteableProxy</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.515">getRemoteableProxy</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;interfaceClass,
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.516">getRemoteableProxy</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;interfaceClass,
                                 <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;restUrl)</pre>
 <div class="block">Same as <a 
href="../../../../../org/apache/juneau/rest/client/RestClient.html#getRemoteableProxy-java.lang.Class-"><code>getRemoteableProxy(Class)</code></a>
 except explicitly specifies the URL of the REST interface.</div>
 <dl>
@@ -725,7 +725,7 @@ extends <a 
href="../../../../../org/apache/juneau/CoreObject.html" title="class
 <ul class="blockList">
 <li class="blockList">
 <h4>getRemoteableProxy</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.529">getRemoteableProxy</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;interfaceClass,
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.530">getRemoteableProxy</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;interfaceClass,
                                 <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;restUrl,
                                 <a 
href="../../../../../org/apache/juneau/serializer/Serializer.html" title="class 
in org.apache.juneau.serializer">Serializer</a>&nbsp;serializer,
                                 <a 
href="../../../../../org/apache/juneau/parser/Parser.html" title="class in 
org.apache.juneau.parser">Parser</a>&nbsp;parser)</pre>
@@ -747,7 +747,7 @@ extends <a 
href="../../../../../org/apache/juneau/CoreObject.html" title="class
 <ul class="blockListLast">
 <li class="blockList">
 <h4>finalize</h4>
-<pre>protected&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.725">finalize</a>()
+<pre>protected&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.738">finalize</a>()
                  throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable</a></pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/client/RestClientBuilder.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/client/RestClientBuilder.html 
b/content/site/apidocs/org/apache/juneau/rest/client/RestClientBuilder.html
index 2a962eb..c26119d 100644
--- a/content/site/apidocs/org/apache/juneau/rest/client/RestClientBuilder.html
+++ b/content/site/apidocs/org/apache/juneau/rest/client/RestClientBuilder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RestClientBuilder (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>RestClientBuilder (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="RestClientBuilder (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RestClientBuilder (Apache Juneau 
(incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/client/RestRequestEntity.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/client/RestRequestEntity.html 
b/content/site/apidocs/org/apache/juneau/rest/client/RestRequestEntity.html
index 3413e4c..c37de28 100644
--- a/content/site/apidocs/org/apache/juneau/rest/client/RestRequestEntity.html
+++ b/content/site/apidocs/org/apache/juneau/rest/client/RestRequestEntity.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RestRequestEntity (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>RestRequestEntity (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="RestRequestEntity (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RestRequestEntity (Apache Juneau 
(incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/client/RetryOn.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/client/RetryOn.html 
b/content/site/apidocs/org/apache/juneau/rest/client/RetryOn.html
index 1d16ea4..2c532ae 100644
--- a/content/site/apidocs/org/apache/juneau/rest/client/RetryOn.html
+++ b/content/site/apidocs/org/apache/juneau/rest/client/RetryOn.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RetryOn (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
+<title>RetryOn (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="RetryOn (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RetryOn (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/client/SSLOpts.CertValidate.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/client/SSLOpts.CertValidate.html 
b/content/site/apidocs/org/apache/juneau/rest/client/SSLOpts.CertValidate.html
index d499a00..67b3cba 100644
--- 
a/content/site/apidocs/org/apache/juneau/rest/client/SSLOpts.CertValidate.html
+++ 
b/content/site/apidocs/org/apache/juneau/rest/client/SSLOpts.CertValidate.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SSLOpts.CertValidate (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>SSLOpts.CertValidate (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="SSLOpts.CertValidate (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="SSLOpts.CertValidate (Apache Juneau 
(incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/client/SSLOpts.HostVerify.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/client/SSLOpts.HostVerify.html 
b/content/site/apidocs/org/apache/juneau/rest/client/SSLOpts.HostVerify.html
index 541f5a3..e313b3d 100644
--- a/content/site/apidocs/org/apache/juneau/rest/client/SSLOpts.HostVerify.html
+++ b/content/site/apidocs/org/apache/juneau/rest/client/SSLOpts.HostVerify.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SSLOpts.HostVerify (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>SSLOpts.HostVerify (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="SSLOpts.HostVerify (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="SSLOpts.HostVerify (Apache Juneau 
(incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/client/SSLOpts.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/client/SSLOpts.html 
b/content/site/apidocs/org/apache/juneau/rest/client/SSLOpts.html
index 04b4f3d..8c96dd2 100644
--- a/content/site/apidocs/org/apache/juneau/rest/client/SSLOpts.html
+++ b/content/site/apidocs/org/apache/juneau/rest/client/SSLOpts.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SSLOpts (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
+<title>SSLOpts (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="SSLOpts (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="SSLOpts (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/client/SerializedNameValuePair.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/client/SerializedNameValuePair.html
 
b/content/site/apidocs/org/apache/juneau/rest/client/SerializedNameValuePair.html
index 4e46e19..903c6f1 100644
--- 
a/content/site/apidocs/org/apache/juneau/rest/client/SerializedNameValuePair.html
+++ 
b/content/site/apidocs/org/apache/juneau/rest/client/SerializedNameValuePair.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SerializedNameValuePair (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>SerializedNameValuePair (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="SerializedNameValuePair (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="SerializedNameValuePair (Apache Juneau 
(incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/client/SimpleX509TrustManager.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/client/SimpleX509TrustManager.html
 
b/content/site/apidocs/org/apache/juneau/rest/client/SimpleX509TrustManager.html
index 5373a86..4d753f6 100644
--- 
a/content/site/apidocs/org/apache/juneau/rest/client/SimpleX509TrustManager.html
+++ 
b/content/site/apidocs/org/apache/juneau/rest/client/SimpleX509TrustManager.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SimpleX509TrustManager (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>SimpleX509TrustManager (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="SimpleX509TrustManager (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="SimpleX509TrustManager (Apache Juneau 
(incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/client/package-frame.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/client/package-frame.html 
b/content/site/apidocs/org/apache/juneau/rest/client/package-frame.html
index 759d076..7a01c99 100644
--- a/content/site/apidocs/org/apache/juneau/rest/client/package-frame.html
+++ b/content/site/apidocs/org/apache/juneau/rest/client/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.client (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.client (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/client/package-summary.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/client/package-summary.html 
b/content/site/apidocs/org/apache/juneau/rest/client/package-summary.html
index 2c1c2c3..bc564f1 100644
--- a/content/site/apidocs/org/apache/juneau/rest/client/package-summary.html
+++ b/content/site/apidocs/org/apache/juneau/rest/client/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.client (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.client (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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.juneau.rest.client (Apache 
Juneau (incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.rest.client (Apache 
Juneau (incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/client/package-tree.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/client/package-tree.html 
b/content/site/apidocs/org/apache/juneau/rest/client/package-tree.html
index e2003df..b72149b 100644
--- a/content/site/apidocs/org/apache/juneau/rest/client/package-tree.html
+++ b/content/site/apidocs/org/apache/juneau/rest/client/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.client Class Hierarchy (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.client Class Hierarchy (Apache Juneau 
(incubating) 6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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.juneau.rest.client Class 
Hierarchy (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.rest.client Class 
Hierarchy (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/converters/Introspectable.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/converters/Introspectable.html 
b/content/site/apidocs/org/apache/juneau/rest/converters/Introspectable.html
index 652c793..c4d0f33 100644
--- a/content/site/apidocs/org/apache/juneau/rest/converters/Introspectable.html
+++ b/content/site/apidocs/org/apache/juneau/rest/converters/Introspectable.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Introspectable (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>Introspectable (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="Introspectable (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="Introspectable (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/converters/Queryable.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/converters/Queryable.html 
b/content/site/apidocs/org/apache/juneau/rest/converters/Queryable.html
index 34723c9..b7c20c0 100644
--- a/content/site/apidocs/org/apache/juneau/rest/converters/Queryable.html
+++ b/content/site/apidocs/org/apache/juneau/rest/converters/Queryable.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Queryable (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
+<title>Queryable (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="Queryable (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="Queryable (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/converters/Traversable.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/converters/Traversable.html 
b/content/site/apidocs/org/apache/juneau/rest/converters/Traversable.html
index 126de12..0bf7ba4 100644
--- a/content/site/apidocs/org/apache/juneau/rest/converters/Traversable.html
+++ b/content/site/apidocs/org/apache/juneau/rest/converters/Traversable.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Traversable (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>Traversable (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="Traversable (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="Traversable (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/converters/package-frame.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/converters/package-frame.html 
b/content/site/apidocs/org/apache/juneau/rest/converters/package-frame.html
index b0403f8..bdbff69 100644
--- a/content/site/apidocs/org/apache/juneau/rest/converters/package-frame.html
+++ b/content/site/apidocs/org/apache/juneau/rest/converters/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.converters (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.converters (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/converters/package-summary.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/converters/package-summary.html 
b/content/site/apidocs/org/apache/juneau/rest/converters/package-summary.html
index 8f608b8..05b1d26 100644
--- 
a/content/site/apidocs/org/apache/juneau/rest/converters/package-summary.html
+++ 
b/content/site/apidocs/org/apache/juneau/rest/converters/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.converters (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.converters (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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.juneau.rest.converters (Apache 
Juneau (incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.rest.converters (Apache 
Juneau (incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/converters/package-tree.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/converters/package-tree.html 
b/content/site/apidocs/org/apache/juneau/rest/converters/package-tree.html
index 4732228..1c91c40 100644
--- a/content/site/apidocs/org/apache/juneau/rest/converters/package-tree.html
+++ b/content/site/apidocs/org/apache/juneau/rest/converters/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.converters Class Hierarchy (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.converters Class Hierarchy (Apache Juneau 
(incubating) 6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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.juneau.rest.converters Class 
Hierarchy (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.rest.converters Class 
Hierarchy (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/jaxrs/BaseProvider.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/jaxrs/BaseProvider.html 
b/content/site/apidocs/org/apache/juneau/rest/jaxrs/BaseProvider.html
index 84d9ba1..db6872f 100644
--- a/content/site/apidocs/org/apache/juneau/rest/jaxrs/BaseProvider.html
+++ b/content/site/apidocs/org/apache/juneau/rest/jaxrs/BaseProvider.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BaseProvider (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>BaseProvider (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="BaseProvider (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="BaseProvider (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -254,7 +254,7 @@ implements javax.ws.rs.ext.MessageBodyReader&lt;<a 
href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>getMethodProperties</h4>
-<pre>protected&nbsp;<a href="../../../../../org/apache/juneau/ObjectMap.html" 
title="class in org.apache.juneau">ObjectMap</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/jaxrs/BaseProvider.html#line.81">getMethodProperties</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in 
java.lang.annotation">Annotation</a>[]&nbsp;a)</pre>
+<pre>protected&nbsp;<a href="../../../../../org/apache/juneau/ObjectMap.html" 
title="class in org.apache.juneau">ObjectMap</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/jaxrs/BaseProvider.html#line.83">getMethodProperties</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in 
java.lang.annotation">Annotation</a>[]&nbsp;a)</pre>
 <div class="block">Returns properties defined on the specified method through 
the <a 
href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#properties--"><code>RestMethod.properties()</code></a>
    annotation specified on the method and the <a 
href="../../../../../org/apache/juneau/rest/jaxrs/JuneauProvider.html#properties--"><code>JuneauProvider.properties()</code></a>
 annotation
    specified on the provider class.</div>
@@ -272,7 +272,7 @@ implements javax.ws.rs.ext.MessageBodyReader&lt;<a 
href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>getSize</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/jaxrs/BaseProvider.html#line.93">getSize</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;o,
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/jaxrs/BaseProvider.html#line.97">getSize</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;o,
                     <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;type,
                     <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>&nbsp;gType,
                     <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation</a>[]&nbsp;a,
@@ -289,7 +289,7 @@ implements javax.ws.rs.ext.MessageBodyReader&lt;<a 
href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>isWriteable</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/jaxrs/BaseProvider.html#line.98">isWriteable</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;type,
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/jaxrs/BaseProvider.html#line.102">isWriteable</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;type,
                            <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>&nbsp;gType,
                            <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation</a>[]&nbsp;a,
                            javax.ws.rs.core.MediaType&nbsp;mediaType)</pre>
@@ -305,7 +305,7 @@ implements javax.ws.rs.ext.MessageBodyReader&lt;<a 
href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>writeTo</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/jaxrs/BaseProvider.html#line.103">writeTo</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;o,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/jaxrs/BaseProvider.html#line.107">writeTo</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;o,
                     <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;type,
                     <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>&nbsp;gType,
                     <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation</a>[]&nbsp;a,
@@ -329,7 +329,7 @@ implements javax.ws.rs.ext.MessageBodyReader&lt;<a 
href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>isReadable</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/jaxrs/BaseProvider.html#line.134">isReadable</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;type,
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/jaxrs/BaseProvider.html#line.138">isReadable</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;type,
                           <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>&nbsp;gType,
                           <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation</a>[]&nbsp;a,
                           javax.ws.rs.core.MediaType&nbsp;mediaType)</pre>
@@ -345,7 +345,7 @@ implements javax.ws.rs.ext.MessageBodyReader&lt;<a 
href="http://docs.oracle.com/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>readFrom</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/jaxrs/BaseProvider.html#line.139">readFrom</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&gt;&nbsp;type,
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/jaxrs/BaseProvider.html#line.143">readFrom</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&gt;&nbsp;type,
                        <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>&nbsp;gType,
                        <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation</a>[]&nbsp;a,
                        javax.ws.rs.core.MediaType&nbsp;mediaType,

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/jaxrs/DefaultProvider.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/jaxrs/DefaultProvider.html 
b/content/site/apidocs/org/apache/juneau/rest/jaxrs/DefaultProvider.html
index ec310a3..c1e9b5b 100644
--- a/content/site/apidocs/org/apache/juneau/rest/jaxrs/DefaultProvider.html
+++ b/content/site/apidocs/org/apache/juneau/rest/jaxrs/DefaultProvider.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DefaultProvider (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>DefaultProvider (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="DefaultProvider (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="DefaultProvider (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/jaxrs/JuneauProvider.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/jaxrs/JuneauProvider.html 
b/content/site/apidocs/org/apache/juneau/rest/jaxrs/JuneauProvider.html
index 2552ffa..15d02fd 100644
--- a/content/site/apidocs/org/apache/juneau/rest/jaxrs/JuneauProvider.html
+++ b/content/site/apidocs/org/apache/juneau/rest/jaxrs/JuneauProvider.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>JuneauProvider (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>JuneauProvider (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="JuneauProvider (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="JuneauProvider (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -127,24 +127,30 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/jaxrs/
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/jaxrs/JuneauProvider.html#flags--">flags</a></span></code>
+<div class="block">Shortcut for setting <a 
href="../../../../../org/apache/juneau/rest/jaxrs/JuneauProvider.html#properties--"><code>properties()</code></a>
 of boolean types.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;? extends <a 
href="../../../../../org/apache/juneau/parser/Parser.html" title="class in 
org.apache.juneau.parser">Parser</a>&gt;[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/jaxrs/JuneauProvider.html#parsers--">parsers</a></span></code>
 <div class="block">Specifies a list of <a 
href="../../../../../org/apache/juneau/parser/Parser.html" title="class in 
org.apache.juneau.parser"><code>Parser</code></a> classes to add to the list of 
parsers available for this provider.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;?&gt;[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/jaxrs/JuneauProvider.html#pojoSwaps--">pojoSwaps</a></span></code>
 <div class="block">Provider-level POJO swaps.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/annotation/Property.html" 
title="annotation in 
org.apache.juneau.rest.annotation">Property</a>[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/jaxrs/JuneauProvider.html#properties--">properties</a></span></code>
 <div class="block">Provider-level properties.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;? extends <a 
href="../../../../../org/apache/juneau/serializer/Serializer.html" title="class 
in org.apache.juneau.serializer">Serializer</a>&gt;[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/jaxrs/JuneauProvider.html#serializers--">serializers</a></span></code>
 <div class="block">Specifies a list of <a 
href="../../../../../org/apache/juneau/serializer/Serializer.html" title="class 
in org.apache.juneau.serializer"><code>Serializer</code></a> classes to add to 
the list of serializers available for this provider.</div>
@@ -242,13 +248,32 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/jaxrs/
 </li>
 </ul>
 <ul class="blockList">
+<li class="blockList"><a name="flags--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>flags</h4>
+<pre>public abstract&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>[]&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/jaxrs/JuneauProvider.html#line.88">flags</a></pre>
+<div class="block">Shortcut for setting <a 
href="../../../../../org/apache/juneau/rest/jaxrs/JuneauProvider.html#properties--"><code>properties()</code></a>
 of boolean types.
+ <p>
+ Setting a flag is the equivalent to setting the same property to 
<js>"true"</js>.</div>
+<dl>
+<dt>Default:</dt>
+<dd>{}</dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+<ul class="blockList">
 <li class="blockList"><a name="serializers--">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>serializers</h4>
-<pre>public abstract&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;? extends <a 
href="../../../../../org/apache/juneau/serializer/Serializer.html" title="class 
in org.apache.juneau.serializer">Serializer</a>&gt;[]&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/jaxrs/JuneauProvider.html#line.88">serializers</a></pre>
+<pre>public abstract&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;? extends <a 
href="../../../../../org/apache/juneau/serializer/Serializer.html" title="class 
in org.apache.juneau.serializer">Serializer</a>&gt;[]&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/jaxrs/JuneauProvider.html#line.95">serializers</a></pre>
 <div class="block">Specifies a list of <a 
href="../../../../../org/apache/juneau/serializer/Serializer.html" title="class 
in org.apache.juneau.serializer"><code>Serializer</code></a> classes to add to 
the list of serializers available for this provider.
  <p>
  This annotation can only be used on <a 
href="../../../../../org/apache/juneau/serializer/Serializer.html" title="class 
in org.apache.juneau.serializer"><code>Serializer</code></a> classes that have 
no-arg constructors.</div>
@@ -267,7 +292,7 @@ public @interface <a 
href="../../../../../src-html/org/apache/juneau/rest/jaxrs/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>parsers</h4>
-<pre>public abstract&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;? extends <a 
href="../../../../../org/apache/juneau/parser/Parser.html" title="class in 
org.apache.juneau.parser">Parser</a>&gt;[]&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/jaxrs/JuneauProvider.html#line.95">parsers</a></pre>
+<pre>public abstract&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;? extends <a 
href="../../../../../org/apache/juneau/parser/Parser.html" title="class in 
org.apache.juneau.parser">Parser</a>&gt;[]&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/jaxrs/JuneauProvider.html#line.102">parsers</a></pre>
 <div class="block">Specifies a list of <a 
href="../../../../../org/apache/juneau/parser/Parser.html" title="class in 
org.apache.juneau.parser"><code>Parser</code></a> classes to add to the list of 
parsers available for this provider.
  <p>
  This annotation can only be used on <a 
href="../../../../../org/apache/juneau/parser/Parser.html" title="class in 
org.apache.juneau.parser"><code>Parser</code></a> classes that have no-arg 
constructors.</div>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/jaxrs/package-frame.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/jaxrs/package-frame.html 
b/content/site/apidocs/org/apache/juneau/rest/jaxrs/package-frame.html
index 78a3ce7..b6c9c7e 100644
--- a/content/site/apidocs/org/apache/juneau/rest/jaxrs/package-frame.html
+++ b/content/site/apidocs/org/apache/juneau/rest/jaxrs/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.jaxrs (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.jaxrs (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/jaxrs/package-summary.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/jaxrs/package-summary.html 
b/content/site/apidocs/org/apache/juneau/rest/jaxrs/package-summary.html
index 09916f1..e8c9cf0 100644
--- a/content/site/apidocs/org/apache/juneau/rest/jaxrs/package-summary.html
+++ b/content/site/apidocs/org/apache/juneau/rest/jaxrs/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.jaxrs (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.jaxrs (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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.juneau.rest.jaxrs (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.rest.jaxrs (Apache Juneau 
(incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/jaxrs/package-tree.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/jaxrs/package-tree.html 
b/content/site/apidocs/org/apache/juneau/rest/jaxrs/package-tree.html
index da96d0e..66219bf 100644
--- a/content/site/apidocs/org/apache/juneau/rest/jaxrs/package-tree.html
+++ b/content/site/apidocs/org/apache/juneau/rest/jaxrs/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.jaxrs Class Hierarchy (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.jaxrs Class Hierarchy (Apache Juneau 
(incubating) 6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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.juneau.rest.jaxrs Class 
Hierarchy (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.rest.jaxrs Class 
Hierarchy (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/jaxrs/rdf/DefaultJenaProvider.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/jaxrs/rdf/DefaultJenaProvider.html
 
b/content/site/apidocs/org/apache/juneau/rest/jaxrs/rdf/DefaultJenaProvider.html
index e88864c..26f2781 100644
--- 
a/content/site/apidocs/org/apache/juneau/rest/jaxrs/rdf/DefaultJenaProvider.html
+++ 
b/content/site/apidocs/org/apache/juneau/rest/jaxrs/rdf/DefaultJenaProvider.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DefaultJenaProvider (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>DefaultJenaProvider (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../javadoc.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="DefaultJenaProvider (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="DefaultJenaProvider (Apache Juneau 
(incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/jaxrs/rdf/package-frame.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/jaxrs/rdf/package-frame.html 
b/content/site/apidocs/org/apache/juneau/rest/jaxrs/rdf/package-frame.html
index 846814a..fe2a11a 100644
--- a/content/site/apidocs/org/apache/juneau/rest/jaxrs/rdf/package-frame.html
+++ b/content/site/apidocs/org/apache/juneau/rest/jaxrs/rdf/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.jaxrs.rdf (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.jaxrs.rdf (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/jaxrs/rdf/package-summary.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/jaxrs/rdf/package-summary.html 
b/content/site/apidocs/org/apache/juneau/rest/jaxrs/rdf/package-summary.html
index 7fef05d..fc9d567 100644
--- a/content/site/apidocs/org/apache/juneau/rest/jaxrs/rdf/package-summary.html
+++ b/content/site/apidocs/org/apache/juneau/rest/jaxrs/rdf/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.jaxrs.rdf (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.jaxrs.rdf (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../javadoc.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.juneau.rest.jaxrs.rdf (Apache 
Juneau (incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.rest.jaxrs.rdf (Apache 
Juneau (incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/jaxrs/rdf/package-tree.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/jaxrs/rdf/package-tree.html 
b/content/site/apidocs/org/apache/juneau/rest/jaxrs/rdf/package-tree.html
index aee617d..5758416 100644
--- a/content/site/apidocs/org/apache/juneau/rest/jaxrs/rdf/package-tree.html
+++ b/content/site/apidocs/org/apache/juneau/rest/jaxrs/rdf/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.jaxrs.rdf Class Hierarchy (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.jaxrs.rdf Class Hierarchy (Apache Juneau 
(incubating) 6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../javadoc.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.juneau.rest.jaxrs.rdf Class 
Hierarchy (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.rest.jaxrs.rdf Class 
Hierarchy (Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/jena/RestServletJenaDefault.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/jena/RestServletJenaDefault.html 
b/content/site/apidocs/org/apache/juneau/rest/jena/RestServletJenaDefault.html
index f25d736..5a9e9f3 100644
--- 
a/content/site/apidocs/org/apache/juneau/rest/jena/RestServletJenaDefault.html
+++ 
b/content/site/apidocs/org/apache/juneau/rest/jena/RestServletJenaDefault.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RestServletJenaDefault (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>RestServletJenaDefault (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="RestServletJenaDefault (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RestServletJenaDefault (Apache Juneau 
(incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/jena/RestServletJenaGroupDefault.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/jena/RestServletJenaGroupDefault.html
 
b/content/site/apidocs/org/apache/juneau/rest/jena/RestServletJenaGroupDefault.html
index 372a960..2abf622 100644
--- 
a/content/site/apidocs/org/apache/juneau/rest/jena/RestServletJenaGroupDefault.html
+++ 
b/content/site/apidocs/org/apache/juneau/rest/jena/RestServletJenaGroupDefault.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RestServletJenaGroupDefault (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>RestServletJenaGroupDefault (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="RestServletJenaGroupDefault (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RestServletJenaGroupDefault (Apache Juneau 
(incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/jena/package-frame.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/jena/package-frame.html 
b/content/site/apidocs/org/apache/juneau/rest/jena/package-frame.html
index ef12068..49ddb7f 100644
--- a/content/site/apidocs/org/apache/juneau/rest/jena/package-frame.html
+++ b/content/site/apidocs/org/apache/juneau/rest/jena/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.jena (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.jena (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/jena/package-summary.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/jena/package-summary.html 
b/content/site/apidocs/org/apache/juneau/rest/jena/package-summary.html
index e0c51a5..6df4e77 100644
--- a/content/site/apidocs/org/apache/juneau/rest/jena/package-summary.html
+++ b/content/site/apidocs/org/apache/juneau/rest/jena/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.jena (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.jena (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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.juneau.rest.jena (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.rest.jena (Apache Juneau 
(incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/jena/package-tree.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/jena/package-tree.html 
b/content/site/apidocs/org/apache/juneau/rest/jena/package-tree.html
index e44b929..cf454b5 100644
--- a/content/site/apidocs/org/apache/juneau/rest/jena/package-tree.html
+++ b/content/site/apidocs/org/apache/juneau/rest/jena/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.rest.jena Class Hierarchy (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.rest.jena Class Hierarchy (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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.juneau.rest.jena Class Hierarchy 
(Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.rest.jena Class Hierarchy 
(Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/labels/BeanDescription.BeanPropertyDescription.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/labels/BeanDescription.BeanPropertyDescription.html
 
b/content/site/apidocs/org/apache/juneau/rest/labels/BeanDescription.BeanPropertyDescription.html
index 98e75d2..e6442b1 100644
--- 
a/content/site/apidocs/org/apache/juneau/rest/labels/BeanDescription.BeanPropertyDescription.html
+++ 
b/content/site/apidocs/org/apache/juneau/rest/labels/BeanDescription.BeanPropertyDescription.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BeanDescription.BeanPropertyDescription (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>BeanDescription.BeanPropertyDescription (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="BeanDescription.BeanPropertyDescription 
(Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="BeanDescription.BeanPropertyDescription 
(Apache Juneau (incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/labels/BeanDescription.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/labels/BeanDescription.html 
b/content/site/apidocs/org/apache/juneau/rest/labels/BeanDescription.html
index 870d1ff..e82b6a0 100644
--- a/content/site/apidocs/org/apache/juneau/rest/labels/BeanDescription.html
+++ b/content/site/apidocs/org/apache/juneau/rest/labels/BeanDescription.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BeanDescription (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>BeanDescription (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="BeanDescription (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="BeanDescription (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/labels/ChildResourceDescriptions.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/labels/ChildResourceDescriptions.html
 
b/content/site/apidocs/org/apache/juneau/rest/labels/ChildResourceDescriptions.html
index 676569d..6782a0f 100644
--- 
a/content/site/apidocs/org/apache/juneau/rest/labels/ChildResourceDescriptions.html
+++ 
b/content/site/apidocs/org/apache/juneau/rest/labels/ChildResourceDescriptions.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ChildResourceDescriptions (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>ChildResourceDescriptions (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="ChildResourceDescriptions (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="ChildResourceDescriptions (Apache Juneau 
(incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/rest/labels/NameDescription.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/rest/labels/NameDescription.html 
b/content/site/apidocs/org/apache/juneau/rest/labels/NameDescription.html
index d26fe07..033dcc9 100644
--- a/content/site/apidocs/org/apache/juneau/rest/labels/NameDescription.html
+++ b/content/site/apidocs/org/apache/juneau/rest/labels/NameDescription.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>NameDescription (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>NameDescription (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="NameDescription (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="NameDescription (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {


Reply via email to