http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/parser/Parser.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/parser/Parser.html 
b/content/site/apidocs/org/apache/juneau/parser/Parser.html
index d44ef2f..89f3666 100644
--- a/content/site/apidocs/org/apache/juneau/parser/Parser.html
+++ b/content/site/apidocs/org/apache/juneau/parser/Parser.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Parser (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
+<title>Parser (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="Parser (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="Parser (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public abstract class <a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.134">Parser</a>
+<pre>public abstract class <a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.133">Parser</a>
 extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class 
in org.apache.juneau">CoreObject</a></pre>
 <div class="block">Parent class for all Juneau parsers.
 
@@ -437,7 +437,7 @@ extends <a 
href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>builder</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/parser/ParserBuilder.html" title="class in 
org.apache.juneau.parser">ParserBuilder</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.157">builder</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/parser/ParserBuilder.html" title="class in 
org.apache.juneau.parser">ParserBuilder</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.156">builder</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreObject.html#builder--">CoreObject</a></code></span></div>
 <div class="block">Creates a new builder class for this object so that a new 
object can be created
  that expands upon the current object's settings.</div>
@@ -455,7 +455,7 @@ extends <a 
href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>doParse</h4>
-<pre>protected abstract&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.176">doParse</a>(<a
 href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in 
org.apache.juneau.parser">ParserSession</a>&nbsp;session,
+<pre>protected abstract&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.175">doParse</a>(<a
 href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in 
org.apache.juneau.parser">ParserSession</a>&nbsp;session,
                                  <a 
href="../../../../org/apache/juneau/ClassMeta.html" title="class in 
org.apache.juneau">ClassMeta</a>&lt;T&gt;&nbsp;type)
                           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">Workhorse method.  Subclasses are expected to implement 
this method.</div>
@@ -481,7 +481,7 @@ extends <a 
href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>isReaderParser</h4>
-<pre>public abstract&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.183">isReaderParser</a>()</pre>
+<pre>public abstract&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.182">isReaderParser</a>()</pre>
 <div class="block">Returns <jk>true</jk> if this parser subclasses from <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="class in 
org.apache.juneau.parser"><code>ReaderParser</code></a>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -495,7 +495,7 @@ extends <a 
href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>parseSession</h4>
-<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.199">parseSession</a>(<a
 href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in 
org.apache.juneau.parser">ParserSession</a>&nbsp;session,
+<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.198">parseSession</a>(<a
 href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in 
org.apache.juneau.parser">ParserSession</a>&nbsp;session,
                                 <a 
href="../../../../org/apache/juneau/ClassMeta.html" title="class in 
org.apache.juneau">ClassMeta</a>&lt;T&gt;&nbsp;type)
                          throws <a 
href="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
 <div class="block">Entry point for all parsing calls.
@@ -520,7 +520,7 @@ extends <a 
href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>parse</h4>
-<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.280">parse</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;input,
+<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.279">parse</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;input,
                          <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;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;args)
                   throws <a 
href="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
@@ -598,7 +598,7 @@ extends <a 
href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>parse</h4>
-<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.316">parse</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;input,
+<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.315">parse</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;input,
                          <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;type)
                   throws <a 
href="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
 <div class="block">Same as <a 
href="../../../../org/apache/juneau/parser/Parser.html#parse-java.lang.Object-java.lang.reflect.Type-java.lang.reflect.Type...-"><code>parse(Object,
 Type, Type...)</code></a> except optimized for a non-parameterized class.
@@ -643,7 +643,7 @@ extends <a 
href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>parse</h4>
-<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.333">parse</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;input,
+<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.332">parse</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;input,
                          <a 
href="../../../../org/apache/juneau/ClassMeta.html" title="class in 
org.apache.juneau">ClassMeta</a>&lt;T&gt;&nbsp;type)
                   throws <a 
href="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
 <div class="block">Same as <a 
href="../../../../org/apache/juneau/parser/Parser.html#parse-java.lang.Object-java.lang.reflect.Type-java.lang.reflect.Type...-"><code>parse(Object,
 Type, Type...)</code></a> except the type has already been converted into a <a 
href="../../../../org/apache/juneau/ClassMeta.html" title="class in 
org.apache.juneau"><code>ClassMeta</code></a> object.
@@ -669,7 +669,7 @@ extends <a 
href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>createSession</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in 
org.apache.juneau.parser">ParserSession</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.356">createSession</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;input,
+<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in 
org.apache.juneau.parser">ParserSession</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.355">createSession</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;input,
                                    <a 
href="../../../../org/apache/juneau/ObjectMap.html" title="class in 
org.apache.juneau">ObjectMap</a>&nbsp;op,
                                    <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Method.html?is-external=true";
 title="class or interface in java.lang.reflect">Method</a>&nbsp;javaMethod,
                                    <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;outer,
@@ -704,7 +704,7 @@ extends <a 
href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>createSession</h4>
-<pre>protected final&nbsp;<a 
href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in 
org.apache.juneau.parser">ParserSession</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.368">createSession</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;input)</pre>
+<pre>protected final&nbsp;<a 
href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in 
org.apache.juneau.parser">ParserSession</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.367">createSession</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;input)</pre>
 <div class="block">Create a basic session object without overriding properties 
or specifying <code>javaMethod</code>.
  <p>
  Equivalent to calling <code>createSession(<jk>null</jk>, 
<jk>null</jk>)</code>.</div>
@@ -722,7 +722,7 @@ extends <a 
href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>parseIntoMap</h4>
-<pre>public final&nbsp;&lt;K,V&gt;&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;K,V&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.397">parseIntoMap</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;input,
+<pre>public final&nbsp;&lt;K,V&gt;&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;K,V&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.396">parseIntoMap</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;input,
                                          <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;K,V&gt;&nbsp;m,
                                          <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;keyType,
                                          <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;valueType)
@@ -758,7 +758,7 @@ extends <a 
href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>doParseIntoMap</h4>
-<pre>protected&nbsp;&lt;K,V&gt;&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;K,V&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.422">doParseIntoMap</a>(<a
 href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in 
org.apache.juneau.parser">ParserSession</a>&nbsp;session,
+<pre>protected&nbsp;&lt;K,V&gt;&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;K,V&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.421">doParseIntoMap</a>(<a
 href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in 
org.apache.juneau.parser">ParserSession</a>&nbsp;session,
                                         <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;K,V&gt;&nbsp;m,
                                         <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;keyType,
                                         <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;valueType)
@@ -785,7 +785,7 @@ extends <a 
href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>parseIntoCollection</h4>
-<pre>public final&nbsp;&lt;E&gt;&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;E&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.442">parseIntoCollection</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;input,
+<pre>public final&nbsp;&lt;E&gt;&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;E&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.441">parseIntoCollection</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;input,
                                                    <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;E&gt;&nbsp;c,
                                                    <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;elementType)
                                             throws <a 
href="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
@@ -816,7 +816,7 @@ extends <a 
href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>doParseIntoCollection</h4>
-<pre>protected&nbsp;&lt;E&gt;&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;E&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.466">doParseIntoCollection</a>(<a
 href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in 
org.apache.juneau.parser">ParserSession</a>&nbsp;session,
+<pre>protected&nbsp;&lt;E&gt;&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;E&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.465">doParseIntoCollection</a>(<a
 href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in 
org.apache.juneau.parser">ParserSession</a>&nbsp;session,
                                                   <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;E&gt;&nbsp;c,
                                                   <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;elementType)
                                            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>
@@ -841,7 +841,7 @@ extends <a 
href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>parseArgs</h4>
-<pre>public final&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/parser/Parser.html#line.487">parseArgs</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;input,
+<pre>public final&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/parser/Parser.html#line.486">parseArgs</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;input,
                                 <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;argTypes)
                          throws <a 
href="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
 <div class="block">Parses the specified array input with each entry in the 
object defined by the <code>argTypes</code>
@@ -871,7 +871,7 @@ extends <a 
href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>convertAttrToType</h4>
-<pre>protected&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.519">convertAttrToType</a>(<a
 href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in 
org.apache.juneau.parser">ParserSession</a>&nbsp;session,
+<pre>protected&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.518">convertAttrToType</a>(<a
 href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in 
org.apache.juneau.parser">ParserSession</a>&nbsp;session,
                                   <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;outer,
                                   <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;s,
                                   <a 
href="../../../../org/apache/juneau/ClassMeta.html" title="class in 
org.apache.juneau">ClassMeta</a>&lt;T&gt;&nbsp;type)
@@ -898,7 +898,7 @@ extends <a 
href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setParent</h4>
-<pre>protected&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.560">setParent</a>(<a
 href="../../../../org/apache/juneau/ClassMeta.html" title="class in 
org.apache.juneau">ClassMeta</a>&lt;?&gt;&nbsp;cm,
+<pre>protected&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.559">setParent</a>(<a
 href="../../../../org/apache/juneau/ClassMeta.html" title="class in 
org.apache.juneau">ClassMeta</a>&lt;?&gt;&nbsp;cm,
                          <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/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;parent)
                   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>
@@ -920,7 +920,7 @@ extends <a 
href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setName</h4>
-<pre>protected&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.575">setName</a>(<a
 href="../../../../org/apache/juneau/ClassMeta.html" title="class in 
org.apache.juneau">ClassMeta</a>&lt;?&gt;&nbsp;cm,
+<pre>protected&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.574">setName</a>(<a
 href="../../../../org/apache/juneau/ClassMeta.html" title="class in 
org.apache.juneau">ClassMeta</a>&lt;?&gt;&nbsp;cm,
                        <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/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;name)
                 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>
@@ -942,7 +942,7 @@ extends <a 
href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>getMediaTypes</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" 
title="class in org.apache.juneau.http">MediaType</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.590">getMediaTypes</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" 
title="class in org.apache.juneau.http">MediaType</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.589">getMediaTypes</a>()</pre>
 <div class="block">Returns the media types handled based on the value of the 
<a href="../../../../org/apache/juneau/annotation/Consumes.html" 
title="annotation in org.apache.juneau.annotation"><code>Consumes</code></a> 
annotation on the parser class.
  <p>
  This method can be overridden by subclasses to determine the media types 
programatically.</div>
@@ -958,7 +958,7 @@ extends <a 
href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getPrimaryMediaType</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" 
title="class in org.apache.juneau.http">MediaType</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.599">getPrimaryMediaType</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" 
title="class in org.apache.juneau.http">MediaType</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.598">getPrimaryMediaType</a>()</pre>
 <div class="block">Returns the first media type specified on this parser via 
the <a href="../../../../org/apache/juneau/annotation/Consumes.html" 
title="annotation in org.apache.juneau.annotation"><code>Consumes</code></a> 
annotation.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/parser/ParserBuilder.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/parser/ParserBuilder.html 
b/content/site/apidocs/org/apache/juneau/parser/ParserBuilder.html
index 5fdbcb5..6bd8174 100644
--- a/content/site/apidocs/org/apache/juneau/parser/ParserBuilder.html
+++ b/content/site/apidocs/org/apache/juneau/parser/ParserBuilder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ParserBuilder (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>ParserBuilder (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="ParserBuilder (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="ParserBuilder (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/parser/ParserContext.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/parser/ParserContext.html 
b/content/site/apidocs/org/apache/juneau/parser/ParserContext.html
index e705590..def846d 100644
--- a/content/site/apidocs/org/apache/juneau/parser/ParserContext.html
+++ b/content/site/apidocs/org/apache/juneau/parser/ParserContext.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ParserContext (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>ParserContext (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="ParserContext (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="ParserContext (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/parser/ParserGroup.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/parser/ParserGroup.html 
b/content/site/apidocs/org/apache/juneau/parser/ParserGroup.html
index 4dfbb4f..5474301 100644
--- a/content/site/apidocs/org/apache/juneau/parser/ParserGroup.html
+++ b/content/site/apidocs/org/apache/juneau/parser/ParserGroup.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ParserGroup (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>ParserGroup (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="ParserGroup (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="ParserGroup (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/parser/ParserGroupBuilder.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/parser/ParserGroupBuilder.html 
b/content/site/apidocs/org/apache/juneau/parser/ParserGroupBuilder.html
index be0fa46..cc48542 100644
--- a/content/site/apidocs/org/apache/juneau/parser/ParserGroupBuilder.html
+++ b/content/site/apidocs/org/apache/juneau/parser/ParserGroupBuilder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ParserGroupBuilder (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>ParserGroupBuilder (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="ParserGroupBuilder (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="ParserGroupBuilder (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/parser/ParserListener.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/parser/ParserListener.html 
b/content/site/apidocs/org/apache/juneau/parser/ParserListener.html
index cd563ed..96a87fa 100644
--- a/content/site/apidocs/org/apache/juneau/parser/ParserListener.html
+++ b/content/site/apidocs/org/apache/juneau/parser/ParserListener.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ParserListener (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>ParserListener (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="ParserListener (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="ParserListener (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/parser/ParserMatch.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/parser/ParserMatch.html 
b/content/site/apidocs/org/apache/juneau/parser/ParserMatch.html
index bbb4526..9815306 100644
--- a/content/site/apidocs/org/apache/juneau/parser/ParserMatch.html
+++ b/content/site/apidocs/org/apache/juneau/parser/ParserMatch.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ParserMatch (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>ParserMatch (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="ParserMatch (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="ParserMatch (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/parser/ParserReader.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/parser/ParserReader.html 
b/content/site/apidocs/org/apache/juneau/parser/ParserReader.html
index 7303ef0..21a6708 100644
--- a/content/site/apidocs/org/apache/juneau/parser/ParserReader.html
+++ b/content/site/apidocs/org/apache/juneau/parser/ParserReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ParserReader (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>ParserReader (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="ParserReader (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="ParserReader (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/parser/ParserSession.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/parser/ParserSession.html 
b/content/site/apidocs/org/apache/juneau/parser/ParserSession.html
index edfb5bd..0b87044 100644
--- a/content/site/apidocs/org/apache/juneau/parser/ParserSession.html
+++ b/content/site/apidocs/org/apache/juneau/parser/ParserSession.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ParserSession (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>ParserSession (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="ParserSession (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="ParserSession (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/parser/PartParser.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/parser/PartParser.html 
b/content/site/apidocs/org/apache/juneau/parser/PartParser.html
index 552aafd..52d1c29 100644
--- a/content/site/apidocs/org/apache/juneau/parser/PartParser.html
+++ b/content/site/apidocs/org/apache/juneau/parser/PartParser.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PartParser (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>PartParser (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="PartParser (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="PartParser (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/parser/ReaderParser.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/parser/ReaderParser.html 
b/content/site/apidocs/org/apache/juneau/parser/ReaderParser.html
index 97a668c..2a982f4 100644
--- a/content/site/apidocs/org/apache/juneau/parser/ReaderParser.html
+++ b/content/site/apidocs/org/apache/juneau/parser/ReaderParser.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ReaderParser (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>ReaderParser (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="ReaderParser (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="ReaderParser (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/parser/package-frame.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/parser/package-frame.html 
b/content/site/apidocs/org/apache/juneau/parser/package-frame.html
index b84e012..f5699ff 100644
--- a/content/site/apidocs/org/apache/juneau/parser/package-frame.html
+++ b/content/site/apidocs/org/apache/juneau/parser/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.parser (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.parser (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/parser/package-summary.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/parser/package-summary.html 
b/content/site/apidocs/org/apache/juneau/parser/package-summary.html
index addfed2..143b80f 100644
--- a/content/site/apidocs/org/apache/juneau/parser/package-summary.html
+++ b/content/site/apidocs/org/apache/juneau/parser/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.parser (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.parser (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.parser (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.parser (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/parser/package-tree.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/parser/package-tree.html 
b/content/site/apidocs/org/apache/juneau/parser/package-tree.html
index 01954b2..7671782 100644
--- a/content/site/apidocs/org/apache/juneau/parser/package-tree.html
+++ b/content/site/apidocs/org/apache/juneau/parser/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.parser Class Hierarchy (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.parser 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.parser Class Hierarchy 
(Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.parser 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/plaintext/PlainTextParser.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/plaintext/PlainTextParser.html 
b/content/site/apidocs/org/apache/juneau/plaintext/PlainTextParser.html
index 56aeb03..4160fed 100644
--- a/content/site/apidocs/org/apache/juneau/plaintext/PlainTextParser.html
+++ b/content/site/apidocs/org/apache/juneau/plaintext/PlainTextParser.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PlainTextParser (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>PlainTextParser (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="PlainTextParser (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="PlainTextParser (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/plaintext/PlainTextParserBuilder.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/plaintext/PlainTextParserBuilder.html 
b/content/site/apidocs/org/apache/juneau/plaintext/PlainTextParserBuilder.html
index 1f36119..9398958 100644
--- 
a/content/site/apidocs/org/apache/juneau/plaintext/PlainTextParserBuilder.html
+++ 
b/content/site/apidocs/org/apache/juneau/plaintext/PlainTextParserBuilder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PlainTextParserBuilder (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>PlainTextParserBuilder (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="PlainTextParserBuilder (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="PlainTextParserBuilder (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/plaintext/PlainTextSerializer.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/plaintext/PlainTextSerializer.html 
b/content/site/apidocs/org/apache/juneau/plaintext/PlainTextSerializer.html
index 5d3be30..75118f3 100644
--- a/content/site/apidocs/org/apache/juneau/plaintext/PlainTextSerializer.html
+++ b/content/site/apidocs/org/apache/juneau/plaintext/PlainTextSerializer.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PlainTextSerializer (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>PlainTextSerializer (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="PlainTextSerializer (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="PlainTextSerializer (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/plaintext/PlainTextSerializerBuilder.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/plaintext/PlainTextSerializerBuilder.html
 
b/content/site/apidocs/org/apache/juneau/plaintext/PlainTextSerializerBuilder.html
index b5b3797..69abb05 100644
--- 
a/content/site/apidocs/org/apache/juneau/plaintext/PlainTextSerializerBuilder.html
+++ 
b/content/site/apidocs/org/apache/juneau/plaintext/PlainTextSerializerBuilder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PlainTextSerializerBuilder (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>PlainTextSerializerBuilder (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="PlainTextSerializerBuilder (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="PlainTextSerializerBuilder (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/plaintext/package-frame.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/plaintext/package-frame.html 
b/content/site/apidocs/org/apache/juneau/plaintext/package-frame.html
index 7cb1850..6305174 100644
--- a/content/site/apidocs/org/apache/juneau/plaintext/package-frame.html
+++ b/content/site/apidocs/org/apache/juneau/plaintext/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.plaintext (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.plaintext (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/plaintext/package-summary.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/plaintext/package-summary.html 
b/content/site/apidocs/org/apache/juneau/plaintext/package-summary.html
index 087e04f..41c23df 100644
--- a/content/site/apidocs/org/apache/juneau/plaintext/package-summary.html
+++ b/content/site/apidocs/org/apache/juneau/plaintext/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.plaintext (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.plaintext (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.plaintext (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.plaintext (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/plaintext/package-tree.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/plaintext/package-tree.html 
b/content/site/apidocs/org/apache/juneau/plaintext/package-tree.html
index 9fc42b1..1b01040 100644
--- a/content/site/apidocs/org/apache/juneau/plaintext/package-tree.html
+++ b/content/site/apidocs/org/apache/juneau/plaintext/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.plaintext Class Hierarchy (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.plaintext 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.plaintext Class Hierarchy 
(Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.plaintext 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/remoteable/Body.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/remoteable/Body.html 
b/content/site/apidocs/org/apache/juneau/remoteable/Body.html
index 374e71c..1c7a02d 100644
--- a/content/site/apidocs/org/apache/juneau/remoteable/Body.html
+++ b/content/site/apidocs/org/apache/juneau/remoteable/Body.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Body (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
+<title>Body (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="Body (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="Body (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/remoteable/FormData.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/remoteable/FormData.html 
b/content/site/apidocs/org/apache/juneau/remoteable/FormData.html
index 0081fab..a3e2e31 100644
--- a/content/site/apidocs/org/apache/juneau/remoteable/FormData.html
+++ b/content/site/apidocs/org/apache/juneau/remoteable/FormData.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>FormData (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
+<title>FormData (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="FormData (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="FormData (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/remoteable/FormDataIfNE.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/remoteable/FormDataIfNE.html 
b/content/site/apidocs/org/apache/juneau/remoteable/FormDataIfNE.html
index ccd8f8d..bf7b8cb 100644
--- a/content/site/apidocs/org/apache/juneau/remoteable/FormDataIfNE.html
+++ b/content/site/apidocs/org/apache/juneau/remoteable/FormDataIfNE.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>FormDataIfNE (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>FormDataIfNE (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="FormDataIfNE (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="FormDataIfNE (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/remoteable/Header.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/remoteable/Header.html 
b/content/site/apidocs/org/apache/juneau/remoteable/Header.html
index 7a5ee70..805ccf4 100644
--- a/content/site/apidocs/org/apache/juneau/remoteable/Header.html
+++ b/content/site/apidocs/org/apache/juneau/remoteable/Header.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Header (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
+<title>Header (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="Header (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="Header (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/remoteable/HeaderIfNE.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/remoteable/HeaderIfNE.html 
b/content/site/apidocs/org/apache/juneau/remoteable/HeaderIfNE.html
index 206542f..46682d0 100644
--- a/content/site/apidocs/org/apache/juneau/remoteable/HeaderIfNE.html
+++ b/content/site/apidocs/org/apache/juneau/remoteable/HeaderIfNE.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>HeaderIfNE (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>HeaderIfNE (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="HeaderIfNE (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="HeaderIfNE (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/remoteable/Path.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/remoteable/Path.html 
b/content/site/apidocs/org/apache/juneau/remoteable/Path.html
index 6c79faa..909d436 100644
--- a/content/site/apidocs/org/apache/juneau/remoteable/Path.html
+++ b/content/site/apidocs/org/apache/juneau/remoteable/Path.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Path (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
+<title>Path (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="Path (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="Path (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/remoteable/Query.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/remoteable/Query.html 
b/content/site/apidocs/org/apache/juneau/remoteable/Query.html
index 0ec46b6..3922a10 100644
--- a/content/site/apidocs/org/apache/juneau/remoteable/Query.html
+++ b/content/site/apidocs/org/apache/juneau/remoteable/Query.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Query (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
+<title>Query (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="Query (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="Query (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/remoteable/QueryIfNE.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/remoteable/QueryIfNE.html 
b/content/site/apidocs/org/apache/juneau/remoteable/QueryIfNE.html
index b765411..d687084 100644
--- a/content/site/apidocs/org/apache/juneau/remoteable/QueryIfNE.html
+++ b/content/site/apidocs/org/apache/juneau/remoteable/QueryIfNE.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>QueryIfNE (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
+<title>QueryIfNE (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="QueryIfNE (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="QueryIfNE (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/remoteable/RemoteMethod.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/remoteable/RemoteMethod.html 
b/content/site/apidocs/org/apache/juneau/remoteable/RemoteMethod.html
index 08e4eed..9fa7f70 100644
--- a/content/site/apidocs/org/apache/juneau/remoteable/RemoteMethod.html
+++ b/content/site/apidocs/org/apache/juneau/remoteable/RemoteMethod.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RemoteMethod (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>RemoteMethod (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="RemoteMethod (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RemoteMethod (Apache Juneau (incubating) 
6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -136,7 +136,7 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/remoteable/Rem
 <tr class="altColor">
 <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/remoteable/RemoteMethod.html#httpMethod--">httpMethod</a></span></code>
-<div class="block">Defines whether to use <code>GET</code> or 
<code>POST</code> for REST calls.</div>
+<div class="block">Defines the HTTP method to use for REST calls.</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -145,6 +145,12 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/remoteable/Rem
 <div class="block">The path to the REST service for this Java method relative 
to the parent proxy interface URL.</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../org/apache/juneau/remoteable/ReturnValue.html" title="enum in 
org.apache.juneau.remoteable">ReturnValue</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/remoteable/RemoteMethod.html#returns--">returns</a></span></code>
+<div class="block">The value the remoteable method returns.</div>
+</td>
+</tr>
 </table>
 </li>
 </ul>
@@ -185,11 +191,11 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/remoteable/Rem
 <li class="blockList"><a name="httpMethod--">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>httpMethod</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/remoteable/RemoteMethod.html#line.68">httpMethod</a></pre>
-<div class="block">Defines whether to use <code>GET</code> or 
<code>POST</code> for REST calls.
+<div class="block">Defines the HTTP method to use for REST calls.
  <p>
  Possible values:
  <ul>
@@ -206,6 +212,45 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/remoteable/Rem
 </ul>
 </li>
 </ul>
+<ul class="blockList">
+<li class="blockList"><a name="returns--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>returns</h4>
+<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/remoteable/ReturnValue.html" title="enum in 
org.apache.juneau.remoteable">ReturnValue</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/remoteable/RemoteMethod.html#line.95">returns</a></pre>
+<div class="block">The value the remoteable method returns.
+ <p>
+ Possible values:
+ <ul>
+   <li><a 
href="../../../../org/apache/juneau/remoteable/ReturnValue.html#BODY"><code>ReturnValue.BODY</code></a>
 (default) - The body of the HTTP response converted to a POJO.
+      <br>The return type on the Java method can be any of the following:
+      <ul>
+         <li><jk>void</jk> - Don't parse any response.  Note that the method 
will still throw an exception if an
+               error HTTP status is returned.
+         <li>Any parsable POJO - The body of the response will be converted to 
the POJO using the parser defined
+               on the <code>RestClient</code>.
+         <li><code>HttpResponse</code> - Returns the raw 
<code>HttpResponse</code> returned by the inner
+               <code>HttpClient</code>.
+         <li><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true";
 title="class or interface in java.io"><code>Reader</code></a> - Returns access 
to the raw reader of the response.
+         <li><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true";
 title="class or interface in java.io"><code>InputStream</code></a> - Returns 
access to the raw input stream of the response.
+      </ul>
+   <li><a 
href="../../../../org/apache/juneau/remoteable/ReturnValue.html#HTTP_STATUS"><code>ReturnValue.HTTP_STATUS</code></a>
 - The HTTP status code on the response.
+      <br>The return type on the Java method can be any of the following:
+      <ul>
+         <li><jk>int</jk>/<code>Integer</code> - The HTTP response code.
+         <li><jk>boolean</jk>/<code>Boolean</code> - <jk>true</jk> if the 
response code is <code>&lt;400</code>
+      </ul>
+ </ul></div>
+<dl>
+<dt>Default:</dt>
+<dd>org.apache.juneau.remoteable.ReturnValue.BODY</dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
 </li>
 </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5f11cb85/content/site/apidocs/org/apache/juneau/remoteable/RemoteMethodArg.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/remoteable/RemoteMethodArg.html 
b/content/site/apidocs/org/apache/juneau/remoteable/RemoteMethodArg.html
index 7f99afb..8f1a695 100644
--- a/content/site/apidocs/org/apache/juneau/remoteable/RemoteMethodArg.html
+++ b/content/site/apidocs/org/apache/juneau/remoteable/RemoteMethodArg.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RemoteMethodArg (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>RemoteMethodArg (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="RemoteMethodArg (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RemoteMethodArg (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/remoteable/Remoteable.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/remoteable/Remoteable.html 
b/content/site/apidocs/org/apache/juneau/remoteable/Remoteable.html
index 599669f..f78ca6d 100644
--- a/content/site/apidocs/org/apache/juneau/remoteable/Remoteable.html
+++ b/content/site/apidocs/org/apache/juneau/remoteable/Remoteable.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Remoteable (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>Remoteable (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="Remoteable (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="Remoteable (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/remoteable/RemoteableMeta.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/remoteable/RemoteableMeta.html 
b/content/site/apidocs/org/apache/juneau/remoteable/RemoteableMeta.html
index c8cc7a1..dd2c17b 100644
--- a/content/site/apidocs/org/apache/juneau/remoteable/RemoteableMeta.html
+++ b/content/site/apidocs/org/apache/juneau/remoteable/RemoteableMeta.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RemoteableMeta (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>RemoteableMeta (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="RemoteableMeta (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RemoteableMeta (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/remoteable/RemoteableMetadataException.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/remoteable/RemoteableMetadataException.html
 
b/content/site/apidocs/org/apache/juneau/remoteable/RemoteableMetadataException.html
index 2dc4c3c..16585ac 100644
--- 
a/content/site/apidocs/org/apache/juneau/remoteable/RemoteableMetadataException.html
+++ 
b/content/site/apidocs/org/apache/juneau/remoteable/RemoteableMetadataException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RemoteableMetadataException (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>RemoteableMetadataException (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="RemoteableMetadataException (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RemoteableMetadataException (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/remoteable/RemoteableMethodMeta.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/remoteable/RemoteableMethodMeta.html 
b/content/site/apidocs/org/apache/juneau/remoteable/RemoteableMethodMeta.html
index 7ce7d59..4f430c5 100644
--- 
a/content/site/apidocs/org/apache/juneau/remoteable/RemoteableMethodMeta.html
+++ 
b/content/site/apidocs/org/apache/juneau/remoteable/RemoteableMethodMeta.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RemoteableMethodMeta (Apache Juneau (incubating) 
6.2.1-incubating-SNAPSHOT)</title>
+<title>RemoteableMethodMeta (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,13 +12,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RemoteableMethodMeta (Apache Juneau 
(incubating) 6.2.1-incubating-SNAPSHOT)";
+            parent.document.title="RemoteableMethodMeta (Apache Juneau 
(incubating) 6.3.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10};
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -206,6 +206,12 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 </td>
 </tr>
 <tr id="i8" class="altColor">
+<td class="colFirst"><code><a 
href="../../../../org/apache/juneau/remoteable/ReturnValue.html" title="enum in 
org.apache.juneau.remoteable">ReturnValue</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/remoteable/RemoteableMethodMeta.html#getReturns--">getReturns</a></span>()</code>
+<div class="block">Returns whether the method returns the HTTP response body 
or status code.</div>
+</td>
+</tr>
+<tr id="i9" 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/remoteable/RemoteableMethodMeta.html#getUrl--">getUrl</a></span>()</code>
 <div class="block">Returns the absolute URL of the REST interface invoked by 
this Java method.</div>
@@ -239,7 +245,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>RemoteableMethodMeta</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.47">RemoteableMethodMeta</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;restUrl,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.48">RemoteableMethodMeta</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;restUrl,
                             <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Method.html?is-external=true";
 title="class or interface in java.lang.reflect">Method</a>&nbsp;m)</pre>
 <div class="block">Constructor.</div>
 <dl>
@@ -263,7 +269,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getHttpMethod</h4>
-<pre>public&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/remoteable/RemoteableMethodMeta.html#line.142">getHttpMethod</a>()</pre>
+<pre>public&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/remoteable/RemoteableMethodMeta.html#line.147">getHttpMethod</a>()</pre>
 <div class="block">Returns the value of the <a 
href="../../../../org/apache/juneau/remoteable/RemoteMethod.html#httpMethod--"><code>RemoteMethod.httpMethod()</code></a>
 annotation on this Java method.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -277,7 +283,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getUrl</h4>
-<pre>public&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/remoteable/RemoteableMethodMeta.html#line.150">getUrl</a>()</pre>
+<pre>public&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/remoteable/RemoteableMethodMeta.html#line.155">getUrl</a>()</pre>
 <div class="block">Returns the absolute URL of the REST interface invoked by 
this Java method.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -291,7 +297,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getPathArgs</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/remoteable/RemoteMethodArg.html" 
title="class in org.apache.juneau.remoteable">RemoteMethodArg</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.158">getPathArgs</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/remoteable/RemoteMethodArg.html" 
title="class in org.apache.juneau.remoteable">RemoteMethodArg</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.163">getPathArgs</a>()</pre>
 <div class="block">Returns the <a 
href="../../../../org/apache/juneau/remoteable/Path.html" title="annotation in 
org.apache.juneau.remoteable"><code>@Path</code></a> annotated arguments on 
this Java method.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -305,7 +311,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getQueryArgs</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/remoteable/RemoteMethodArg.html" 
title="class in org.apache.juneau.remoteable">RemoteMethodArg</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.166">getQueryArgs</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/remoteable/RemoteMethodArg.html" 
title="class in org.apache.juneau.remoteable">RemoteMethodArg</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.171">getQueryArgs</a>()</pre>
 <div class="block">Returns the <a 
href="../../../../org/apache/juneau/remoteable/Query.html" title="annotation in 
org.apache.juneau.remoteable"><code>@Query</code></a> annotated arguments on 
this Java method.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -319,7 +325,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getFormDataArgs</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/remoteable/RemoteMethodArg.html" 
title="class in org.apache.juneau.remoteable">RemoteMethodArg</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.174">getFormDataArgs</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/remoteable/RemoteMethodArg.html" 
title="class in org.apache.juneau.remoteable">RemoteMethodArg</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.179">getFormDataArgs</a>()</pre>
 <div class="block">Returns the <a 
href="../../../../org/apache/juneau/remoteable/FormData.html" title="annotation 
in org.apache.juneau.remoteable"><code>@FormData</code></a> annotated arguments 
on this Java method.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -333,7 +339,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getHeaderArgs</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/remoteable/RemoteMethodArg.html" 
title="class in org.apache.juneau.remoteable">RemoteMethodArg</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.182">getHeaderArgs</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/remoteable/RemoteMethodArg.html" 
title="class in org.apache.juneau.remoteable">RemoteMethodArg</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.187">getHeaderArgs</a>()</pre>
 <div class="block">Returns the <a 
href="../../../../org/apache/juneau/remoteable/Header.html" title="annotation 
in org.apache.juneau.remoteable"><code>@Header</code></a> annotated arguments 
on this Java method.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -347,7 +353,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getRequestBeanArgs</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/remoteable/RemoteMethodArg.html" 
title="class in org.apache.juneau.remoteable">RemoteMethodArg</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.190">getRequestBeanArgs</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/remoteable/RemoteMethodArg.html" 
title="class in org.apache.juneau.remoteable">RemoteMethodArg</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.195">getRequestBeanArgs</a>()</pre>
 <div class="block">Returns the <a 
href="../../../../org/apache/juneau/remoteable/RequestBean.html" 
title="annotation in 
org.apache.juneau.remoteable"><code>@RequestBean</code></a> annotated arguments 
on this Java method.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -361,7 +367,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getOtherArgs</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.198">getOtherArgs</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.203">getOtherArgs</a>()</pre>
 <div class="block">Returns the remaining non-annotated arguments on this Java 
method.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -372,10 +378,10 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <a name="getBodyArg--">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>getBodyArg</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.206">getBodyArg</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.211">getBodyArg</a>()</pre>
 <div class="block">Returns the argument annotated with <a 
href="../../../../org/apache/juneau/remoteable/Body.html" title="annotation in 
org.apache.juneau.remoteable"><code>@Body</code></a>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -383,6 +389,20 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 </dl>
 </li>
 </ul>
+<a name="getReturns--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getReturns</h4>
+<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/remoteable/ReturnValue.html" title="enum in 
org.apache.juneau.remoteable">ReturnValue</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/remoteable/RemoteableMethodMeta.html#line.219">getReturns</a>()</pre>
+<div class="block">Returns whether the method returns the HTTP response body 
or status code.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Whether the method returns the HTTP response body or status code.</dd>
+</dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>


Reply via email to