http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/80ff9b74/content/site/apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/index-all.html 
b/content/site/apidocs/index-all.html
index a669f70..c70a473 100644
--- a/content/site/apidocs/index-all.html
+++ b/content/site/apidocs/index-all.html
@@ -1007,6 +1007,14 @@
 <dd>
 <div class="block">Appends the specified pair to the end of this list.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/NameValuePairs.html#append-java.lang.String-java.lang.Object-">append(String,
 Object)</a></span> - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/NameValuePairs.html" title="class in 
org.apache.juneau.rest.client">NameValuePairs</a></dt>
+<dd>
+<div class="block">Appends the specified name/value pair to the end of this 
list.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/NameValuePairs.html#append-java.lang.String-java.lang.Object-org.apache.juneau.urlencoding.UrlEncodingSerializer-">append(String,
 Object, UrlEncodingSerializer)</a></span> - Method in class 
org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/NameValuePairs.html" title="class in 
org.apache.juneau.rest.client">NameValuePairs</a></dt>
+<dd>
+<div class="block">Appends the specified name/value pair to the end of this 
list.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/serializer/SerializerGroupBuilder.html#append-java.lang.Class...-">append(Class&lt;?&gt;...)</a></span>
 - Method in class org.apache.juneau.serializer.<a 
href="org/apache/juneau/serializer/SerializerGroupBuilder.html" title="class in 
org.apache.juneau.serializer">SerializerGroupBuilder</a></dt>
 <dd>
 <div class="block">Registers the specified serializers with this group.</div>
@@ -1085,6 +1093,14 @@
 <dd>
 <div class="block">Convenience method for adding a contents of another map to 
this map.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/utils/AList.html#appendAll-T...-">appendAll(T...)</a></span>
 - Method in class org.apache.juneau.utils.<a 
href="org/apache/juneau/utils/AList.html" title="class in 
org.apache.juneau.utils">AList</a></dt>
+<dd>
+<div class="block">Adds multiple entries to this list.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/utils/ASet.html#appendAll-T...-">appendAll(T...)</a></span>
 - Method in class org.apache.juneau.utils.<a 
href="org/apache/juneau/utils/ASet.html" title="class in 
org.apache.juneau.utils">ASet</a></dt>
+<dd>
+<div class="block">Adds multiple entries to this set.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/internal/ReflectionUtils.html#appendAnnotations-java.lang.Class-java.lang.Class-java.util.List-">appendAnnotations(Class&lt;T&gt;,
 Class&lt;?&gt;, List&lt;T&gt;)</a></span> - Static method in class 
org.apache.juneau.internal.<a 
href="org/apache/juneau/internal/ReflectionUtils.html" title="class in 
org.apache.juneau.internal">ReflectionUtils</a></dt>
 <dd>
 <div class="block">Finds and appends the specified annotation on the specified 
class and superclasses/interfaces to the specified list.</div>
@@ -1144,7 +1160,7 @@
 <dd>
 <div class="block">Appends a numeric value to the output.</div>
 </dd>
-<dt><span class="memberNameLink"><a 
href="org/apache/juneau/uon/UonWriter.html#appendObject-java.lang.Object-boolean-">appendObject(Object,
 boolean)</a></span> - Method in class org.apache.juneau.uon.<a 
href="org/apache/juneau/uon/UonWriter.html" title="class in 
org.apache.juneau.uon">UonWriter</a></dt>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/uon/UonWriter.html#appendObject-java.lang.Object-boolean-boolean-">appendObject(Object,
 boolean, boolean)</a></span> - Method in class org.apache.juneau.uon.<a 
href="org/apache/juneau/uon/UonWriter.html" title="class in 
org.apache.juneau.uon">UonWriter</a></dt>
 <dd>
 <div class="block">Serializes the specified simple object as a UON string 
value.</div>
 </dd>
@@ -2872,6 +2888,10 @@
 <dd>
 <div class="block">Creates a <a href="org/apache/juneau/dto/html5/Body.html" 
title="class in org.apache.juneau.dto.html5"><code>Body</code></a> element with 
the specified child nodes.</div>
 </dd>
+<dt><a href="org/apache/juneau/remoteable/Body.html" title="annotation in 
org.apache.juneau.remoteable"><span class="typeNameLink">Body</span></a> - 
Annotation Type in <a 
href="org/apache/juneau/remoteable/package-summary.html">org.apache.juneau.remoteable</a></dt>
+<dd>
+<div class="block">Annotation applied to Java method arguments of interface 
proxies to denote that they are the HTTP body of the request.</div>
+</dd>
 <dt><a href="org/apache/juneau/rest/annotation/Body.html" title="annotation in 
org.apache.juneau.rest.annotation"><span class="typeNameLink">Body</span></a> - 
Annotation Type in <a 
href="org/apache/juneau/rest/annotation/package-summary.html">org.apache.juneau.rest.annotation</a></dt>
 <dd>
 <div class="block">Annotation that can be applied to a parameter of a <a 
href="org/apache/juneau/rest/annotation/RestMethod.html" title="annotation in 
org.apache.juneau.rest.annotation"><code>RestMethod</code></a> annotated method
@@ -4255,7 +4275,7 @@
 <dd>
 <div class="block">Sets the value for the <code>Connection</code> request 
header.</div>
 </dd>
-<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RetryOn.html#CONNECTION_LOST">CONNECTION_LOST</a></span>
 - Static variable in interface org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RetryOn.html" title="interface in 
org.apache.juneau.rest.client">RetryOn</a></dt>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RetryOn.html#CONNECTION_LOST">CONNECTION_LOST</a></span>
 - Static variable in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RetryOn.html" title="class in 
org.apache.juneau.rest.client">RetryOn</a></dt>
 <dd>
 <div class="block">Default RetryOn that returns <jk>true</jk> if the HTTP 
connection could not be made.</div>
 </dd>
@@ -5182,10 +5202,6 @@
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/ini/XorEncoder.html#decode-java.lang.String-java.lang.String-">decode(String,
 String)</a></span> - Method in class org.apache.juneau.ini.<a 
href="org/apache/juneau/ini/XorEncoder.html" title="class in 
org.apache.juneau.ini">XorEncoder</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/RestUtils.html#decode-java.lang.String-">decode(String)</a></span>
 - Static method in class org.apache.juneau.rest.<a 
href="org/apache/juneau/rest/RestUtils.html" title="class in 
org.apache.juneau.rest">RestUtils</a></dt>
-<dd>
-<div class="block">Decodes a <code>application/x-www-form-urlencoded</code> 
string using <code>UTF-8</code> encoding scheme.</div>
-</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/xml/XmlUtils.html#decode-java.lang.String-java.lang.StringBuilder-">decode(String,
 StringBuilder)</a></span> - Static method in class org.apache.juneau.xml.<a 
href="org/apache/juneau/xml/XmlUtils.html" title="class in 
org.apache.juneau.xml">XmlUtils</a></dt>
 <dd>
 <div class="block">Translates any _x####_ sequences (introduced by the various 
encode methods) back into their original characters.</div>
@@ -5280,7 +5296,7 @@
 <dd>
 <div class="block">Default HTTP request logger.</div>
 </dd>
-<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RetryOn.html#DEFAULT">DEFAULT</a></span> - 
Static variable in interface org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RetryOn.html" title="interface in 
org.apache.juneau.rest.client">RetryOn</a></dt>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RetryOn.html#DEFAULT">DEFAULT</a></span> - 
Static variable in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RetryOn.html" title="class in 
org.apache.juneau.rest.client">RetryOn</a></dt>
 <dd>
 <div class="block">Default RetryOn that returns <jk>true</jk> of any HTTP 
response &gt;= 400 is received.</div>
 </dd>
@@ -5918,6 +5934,10 @@
 <dd>
 <div class="block">Perform a <code>POST</code> request against the specified 
URL.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestClient.html#doPost-java.lang.Object-">doPost(Object)</a></span>
 - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestClient.html" title="class in 
org.apache.juneau.rest.client">RestClient</a></dt>
+<dd>
+<div class="block">Same as <a 
href="org/apache/juneau/rest/client/RestClient.html#doPost-java.lang.Object-java.lang.Object-"><code>RestClient.doPost(Object,
 Object)</code></a> but don't specify the input yet.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/microservice/resources/DirectoryResource.html#doPut-org.apache.juneau.rest.RestRequest-">doPut(RestRequest)</a></span>
 - Method in class org.apache.juneau.microservice.resources.<a 
href="org/apache/juneau/microservice/resources/DirectoryResource.html" 
title="class in 
org.apache.juneau.microservice.resources">DirectoryResource</a></dt>
 <dd>
 <div class="block">[PUT /*]
@@ -6088,10 +6108,6 @@
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/ini/XorEncoder.html#encode-java.lang.String-java.lang.String-">encode(String,
 String)</a></span> - Method in class org.apache.juneau.ini.<a 
href="org/apache/juneau/ini/XorEncoder.html" title="class in 
org.apache.juneau.ini">XorEncoder</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/RestUtils.html#encode-java.lang.String-">encode(String)</a></span>
 - Static method in class org.apache.juneau.rest.<a 
href="org/apache/juneau/rest/RestUtils.html" title="class in 
org.apache.juneau.rest">RestUtils</a></dt>
-<dd>
-<div class="block">Encodes a <code>application/x-www-form-urlencoded</code> 
string using <code>UTF-8</code> encoding scheme.</div>
-</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/xml/XmlUtils.html#encodeAttr-java.io.Writer-java.lang.Object-">encodeAttr(Writer,
 Object)</a></span> - Static method in class org.apache.juneau.xml.<a 
href="org/apache/juneau/xml/XmlUtils.html" title="class in 
org.apache.juneau.xml">XmlUtils</a></dt>
 <dd>
 <div class="block">Serializes and encodes the specified object as valid XML 
attribute name.</div>
@@ -6759,6 +6775,10 @@
 <dd>
 <div class="block">Returns the first object in the pair.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/internal/StringUtils.html#firstNonWhitespaceChar-java.lang.String-">firstNonWhitespaceChar(String)</a></span>
 - Static method in class org.apache.juneau.internal.<a 
href="org/apache/juneau/internal/StringUtils.html" title="class in 
org.apache.juneau.internal">StringUtils</a></dt>
+<dd>
+<div class="block">Returns the first non-whitespace character in the 
string.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/dto/swagger/SecurityScheme.html#flow-java.lang.String-">flow(String)</a></span>
 - Method in class org.apache.juneau.dto.swagger.<a 
href="org/apache/juneau/dto/swagger/SecurityScheme.html" title="class in 
org.apache.juneau.dto.swagger">SecurityScheme</a></dt>
 <dd>
 <div class="block">Synonym for <a 
href="org/apache/juneau/dto/swagger/SecurityScheme.html#setFlow-java.lang.String-"><code>SecurityScheme.setFlow(String)</code></a>.</div>
@@ -6897,11 +6917,43 @@
 <dd>
 <div class="block">Constructor.</div>
 </dd>
+<dt><a href="org/apache/juneau/remoteable/FormData.html" title="annotation in 
org.apache.juneau.remoteable"><span class="typeNameLink">FormData</span></a> - 
Annotation Type in <a 
href="org/apache/juneau/remoteable/package-summary.html">org.apache.juneau.remoteable</a></dt>
+<dd>
+<div class="block">Annotation applied to Java method arguments of interface 
proxies to denote that they are FORM post parameters on the request.</div>
+</dd>
 <dt><a href="org/apache/juneau/rest/annotation/FormData.html" 
title="annotation in org.apache.juneau.rest.annotation"><span 
class="typeNameLink">FormData</span></a> - Annotation Type in <a 
href="org/apache/juneau/rest/annotation/package-summary.html">org.apache.juneau.rest.annotation</a></dt>
 <dd>
 <div class="block">Annotation that can be applied to a parameter of a <a 
href="org/apache/juneau/rest/annotation/RestMethod.html" title="annotation in 
org.apache.juneau.rest.annotation"><code>RestMethod</code></a> annotated method
    to identify it as a form post entry converted to a POJO.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestCall.html#formData-java.lang.String-java.lang.Object-boolean-">formData(String,
 Object, boolean)</a></span> - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestCall.html" title="class in 
org.apache.juneau.rest.client">RestCall</a></dt>
+<dd>
+<div class="block">Adds a form data pair to this request to perform a 
URL-encoded form post.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestCall.html#formData-java.lang.String-java.lang.Object-">formData(String,
 Object)</a></span> - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestCall.html" title="class in 
org.apache.juneau.rest.client">RestCall</a></dt>
+<dd>
+<div class="block">Adds a form data pair to this request to perform a 
URL-encoded form post.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestCall.html#formData-org.apache.juneau.rest.client.NameValuePairs-">formData(NameValuePairs)</a></span>
 - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestCall.html" title="class in 
org.apache.juneau.rest.client">RestCall</a></dt>
+<dd>
+<div class="block">Adds form data pairs to this request to perform a 
URL-encoded form post.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestCall.html#formData-java.util.Map-">formData(Map&lt;String,
 Object&gt;)</a></span> - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestCall.html" title="class in 
org.apache.juneau.rest.client">RestCall</a></dt>
+<dd>
+<div class="block">Adds form data pairs to this request to perform a 
URL-encoded form post.</div>
+</dd>
+<dt><a href="org/apache/juneau/remoteable/FormDataIfNE.html" title="annotation 
in org.apache.juneau.remoteable"><span 
class="typeNameLink">FormDataIfNE</span></a> - Annotation Type in <a 
href="org/apache/juneau/remoteable/package-summary.html">org.apache.juneau.remoteable</a></dt>
+<dd>
+<div class="block">Identical to <a 
href="org/apache/juneau/remoteable/FormData.html" title="annotation in 
org.apache.juneau.remoteable"><code>@FormData</code></a> except skips values if 
they're null/blank.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestCall.html#formDataIfNE-java.lang.String-java.lang.Object-">formDataIfNE(String,
 Object)</a></span> - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestCall.html" title="class in 
org.apache.juneau.rest.client">RestCall</a></dt>
+<dd>
+<div class="block">Adds a form data pair to the request if the parameter value 
is not <jk>null</jk> or an empty string.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestCall.html#formDataIfNE-java.util.Map-">formDataIfNE(Map&lt;String,
 Object&gt;)</a></span> - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestCall.html" title="class in 
org.apache.juneau.rest.client">RestCall</a></dt>
+<dd>
+<div class="block">Adds form data parameters to the request for any parameters 
that aren't null/empty.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/dto/html5/Button.html#formenctype-java.lang.String-">formenctype(String)</a></span>
 - Method in class org.apache.juneau.dto.html5.<a 
href="org/apache/juneau/dto/html5/Button.html" title="class in 
org.apache.juneau.dto.html5">Button</a></dt>
 <dd>
 <div class="block"><a class="./org/apache/juneau/dto/html5/doclink" 
href="https://www.w3.org/TR/html5/forms.html#attr-fs-formenctype";>formenctype</a>
 attribute.</div>
@@ -7404,6 +7456,10 @@
 <dd>
 <div class="block">Reads the input from the HTTP request as JSON, XML, or HTML 
and converts the input to a POJO.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/remoteable/RemoteableMethodMeta.html#getBodyArg--">getBodyArg()</a></span>
 - Method in class org.apache.juneau.remoteable.<a 
href="org/apache/juneau/remoteable/RemoteableMethodMeta.html" title="class in 
org.apache.juneau.remoteable">RemoteableMethodMeta</a></dt>
+<dd>
+<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>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/RestRequest.html#getBodyAsString--">getBodyAsString()</a></span>
 - Method in class org.apache.juneau.rest.<a 
href="org/apache/juneau/rest/RestRequest.html" title="class in 
org.apache.juneau.rest">RestRequest</a></dt>
 <dd>
 <div class="block">Returns the HTTP body content as a plain string.</div>
@@ -8190,6 +8246,10 @@
 <dd>
 <div class="block">Returns the <a 
href="org/apache/juneau/xml/annotation/Xml.html#format--"><code>Xml.format()</code></a>
 annotation defined on the class.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/remoteable/RemoteableMethodMeta.html#getFormDataArgs--">getFormDataArgs()</a></span>
 - Method in class org.apache.juneau.remoteable.<a 
href="org/apache/juneau/remoteable/RemoteableMethodMeta.html" title="class in 
org.apache.juneau.remoteable">RemoteableMethodMeta</a></dt>
+<dd>
+<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>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/RestRequest.html#getFormDataParameter-java.lang.String-">getFormDataParameter(String)</a></span>
 - Method in class org.apache.juneau.rest.<a 
href="org/apache/juneau/rest/RestRequest.html" title="class in 
org.apache.juneau.rest">RestRequest</a></dt>
 <dd>
 <div class="block">Returns a form data parameter value.</div>
@@ -8266,6 +8326,10 @@
 <dd>
 <div class="block">Returns the specified header value converted to a 
POJO.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/remoteable/RemoteableMethodMeta.html#getHeaderArgs--">getHeaderArgs()</a></span>
 - Method in class org.apache.juneau.remoteable.<a 
href="org/apache/juneau/remoteable/RemoteableMethodMeta.html" title="class in 
org.apache.juneau.remoteable">RemoteableMethodMeta</a></dt>
+<dd>
+<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>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/dto/swagger/ResponseInfo.html#getHeaders--">getHeaders()</a></span>
 - Method in class org.apache.juneau.dto.swagger.<a 
href="org/apache/juneau/dto/swagger/ResponseInfo.html" title="class in 
org.apache.juneau.dto.swagger">ResponseInfo</a></dt>
 <dd>
 <div class="block">Bean property getter:  <property>headers</property>.</div>
@@ -8304,6 +8368,10 @@
 <dd>
 <div class="block">Returns the language of the target of this link.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/remoteable/RemoteableMethodMeta.html#getHttpMethod--">getHttpMethod()</a></span>
 - Method in class org.apache.juneau.remoteable.<a 
href="org/apache/juneau/remoteable/RemoteableMethodMeta.html" title="class in 
org.apache.juneau.remoteable">RemoteableMethodMeta</a></dt>
+<dd>
+<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>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestCallException.html#getHttpResponse--">getHttpResponse()</a></span>
 - Method in exception org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestCallException.html" title="class in 
org.apache.juneau.rest.client">RestCallException</a></dt>
 <dd>
 <div class="block">Returns the HTTP response object that caused this 
exception.</div>
@@ -8874,6 +8942,10 @@
 <dd>
 <div class="block">Returns <a 
href="org/apache/juneau/internal/ClassUtils.MethodInfo.html" title="class in 
org.apache.juneau.internal"><code>ClassUtils.MethodInfo</code></a> beans that 
describe the specified methods.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/remoteable/RemoteableMeta.html#getMethodMeta-java.lang.reflect.Method-">getMethodMeta(Method)</a></span>
 - Method in class org.apache.juneau.remoteable.<a 
href="org/apache/juneau/remoteable/RemoteableMeta.html" title="class in 
org.apache.juneau.remoteable">RemoteableMeta</a></dt>
+<dd>
+<div class="block">Returns the metadata about the specified method on this 
interface proxy.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/jaxrs/BaseProvider.html#getMethodProperties-java.lang.annotation.Annotation:A-">getMethodProperties(Annotation[])</a></span>
 - Method in class org.apache.juneau.rest.jaxrs.<a 
href="org/apache/juneau/rest/jaxrs/BaseProvider.html" title="class in 
org.apache.juneau.rest.jaxrs">BaseProvider</a></dt>
 <dd>
 <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>
@@ -9183,6 +9255,10 @@
 <dd>
 <div class="block">[OPTIONS /*] - Show resource options.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/remoteable/RemoteableMethodMeta.html#getOtherArgs--">getOtherArgs()</a></span>
 - Method in class org.apache.juneau.remoteable.<a 
href="org/apache/juneau/remoteable/RemoteableMethodMeta.html" title="class in 
org.apache.juneau.remoteable">RemoteableMethodMeta</a></dt>
+<dd>
+<div class="block">Returns the remaining non-annotated arguments on this Java 
method.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/parser/ParserSession.html#getOuter--">getOuter()</a></span>
 - Method in class org.apache.juneau.parser.<a 
href="org/apache/juneau/parser/ParserSession.html" title="class in 
org.apache.juneau.parser">ParserSession</a></dt>
 <dd>
 <div class="block">Returns the outer object used for instantiating top-level 
non-static member classes.</div>
@@ -9615,10 +9691,6 @@
 <dd>
 <div class="block">Bean property getter:  <property>protocols</property>.</div>
 </dd>
-<dt><span class="memberNameLink"><a 
href="org/apache/juneau/ClassMeta.html#getProxyableMethods--">getProxyableMethods()</a></span>
 - Method in class org.apache.juneau.<a href="org/apache/juneau/ClassMeta.html" 
title="class in org.apache.juneau">ClassMeta</a></dt>
-<dd>
-<div class="block">All methods on this class that can be exposed as a proxy 
method.</div>
-</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/ClassMeta.html#getProxyInvocationHandler--">getProxyInvocationHandler()</a></span>
 - Method in class org.apache.juneau.<a href="org/apache/juneau/ClassMeta.html" 
title="class in org.apache.juneau">ClassMeta</a></dt>
 <dd>
 <div class="block">Returns the interface proxy invocation handler for this 
class.</div>
@@ -9636,6 +9708,10 @@
 <dd>
 <div class="block">Returns the publish timestamp of this entry.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/remoteable/RemoteableMethodMeta.html#getQueryArgs--">getQueryArgs()</a></span>
 - Method in class org.apache.juneau.remoteable.<a 
href="org/apache/juneau/remoteable/RemoteableMethodMeta.html" title="class in 
org.apache.juneau.remoteable">RemoteableMethodMeta</a></dt>
+<dd>
+<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>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/RestRequest.html#getQueryParameter-java.lang.String-">getQueryParameter(String)</a></span>
 - Method in class org.apache.juneau.rest.<a 
href="org/apache/juneau/rest/RestRequest.html" title="class in 
org.apache.juneau.rest">RestRequest</a></dt>
 <dd>
 <div class="block">Returns a query parameter value.</div>
@@ -9787,15 +9863,15 @@
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/ClassMeta.html#getRemoteableMethods--">getRemoteableMethods()</a></span>
 - Method in class org.apache.juneau.<a href="org/apache/juneau/ClassMeta.html" 
title="class in org.apache.juneau">ClassMeta</a></dt>
 <dd>
-<div class="block">All methods on this class annotated with <a 
href="org/apache/juneau/annotation/Remoteable.html" title="annotation in 
org.apache.juneau.annotation"><code>@Remotable</code></a>, or all public 
methods if class is annotated.</div>
+<div class="block">All methods on this class annotated with <a 
href="org/apache/juneau/remoteable/Remoteable.html" title="annotation in 
org.apache.juneau.remoteable"><code>@Remotable</code></a>, or all public 
methods if class is annotated.</div>
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestClient.html#getRemoteableProxy-java.lang.Class-">getRemoteableProxy(Class&lt;T&gt;)</a></span>
 - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestClient.html" title="class in 
org.apache.juneau.rest.client">RestClient</a></dt>
 <dd>
-<div class="block">Create a new proxy interface for the specified remoteable 
service interface.</div>
+<div class="block">Create a new proxy interface against a REST interface.</div>
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestClient.html#getRemoteableProxy-java.lang.Class-java.lang.Object-">getRemoteableProxy(Class&lt;T&gt;,
 Object)</a></span> - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestClient.html" title="class in 
org.apache.juneau.rest.client">RestClient</a></dt>
 <dd>
-<div class="block">Create a new proxy interface for the specified REST PROXY 
interface.</div>
+<div class="block">Same as <a 
href="org/apache/juneau/rest/client/RestClient.html#getRemoteableProxy-java.lang.Class-"><code>RestClient.getRemoteableProxy(Class)</code></a>
 except explicitly specifies the URL of the REST interface.</div>
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestClient.html#getRemoteableProxy-java.lang.Class-java.lang.Object-org.apache.juneau.serializer.Serializer-org.apache.juneau.parser.Parser-">getRemoteableProxy(Class&lt;T&gt;,
 Object, Serializer, Parser)</a></span> - Method in class 
org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestClient.html" title="class in 
org.apache.juneau.rest.client">RestClient</a></dt>
 <dd>
@@ -9961,6 +10037,10 @@
 <dd>
 <div class="block">Returns the highest-level <code>ParseException</code> in 
the stack trace.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/RestException.html#getRootCause--">getRootCause()</a></span>
 - Method in exception org.apache.juneau.rest.<a 
href="org/apache/juneau/rest/RestException.html" title="class in 
org.apache.juneau.rest">RestException</a></dt>
+<dd>
+<div class="block">Returns the root cause of this exception.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/serializer/SerializeException.html#getRootCause--">getRootCause()</a></span>
 - Method in exception org.apache.juneau.serializer.<a 
href="org/apache/juneau/serializer/SerializeException.html" title="class in 
org.apache.juneau.serializer">SerializeException</a></dt>
 <dd>
 <div class="block">Returns the highest-level <code>ParseException</code> in 
the stack trace.</div>
@@ -10595,6 +10675,10 @@
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/microservice/resources/DirectoryResource.FileResource.html#getUrl--">getUrl()</a></span>
 - Method in class org.apache.juneau.microservice.resources.<a 
href="org/apache/juneau/microservice/resources/DirectoryResource.FileResource.html"
 title="class in 
org.apache.juneau.microservice.resources">DirectoryResource.FileResource</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/remoteable/RemoteableMethodMeta.html#getUrl--">getUrl()</a></span>
 - Method in class org.apache.juneau.remoteable.<a 
href="org/apache/juneau/remoteable/RemoteableMethodMeta.html" title="class in 
org.apache.juneau.remoteable">RemoteableMethodMeta</a></dt>
+<dd>
+<div class="block">Returns the absolute URL of the REST interface invoked by 
this Java method.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/RestRequest.html#getURL-java.lang.String-">getURL(String)</a></span>
 - Method in class org.apache.juneau.rest.<a 
href="org/apache/juneau/rest/RestRequest.html" title="class in 
org.apache.juneau.rest">RestRequest</a></dt>
 <dd>
 <div class="block">Returns a resolved URL.</div>
@@ -11010,14 +11094,22 @@
 <dd>
 <div class="block">Synonym for <a 
href="org/apache/juneau/dto/swagger/ResponseInfo.html#addHeader-java.lang.String-org.apache.juneau.dto.swagger.HeaderInfo-"><code>ResponseInfo.addHeader(String,HeaderInfo)</code></a>.</div>
 </dd>
+<dt><a href="org/apache/juneau/remoteable/Header.html" title="annotation in 
org.apache.juneau.remoteable"><span class="typeNameLink">Header</span></a> - 
Annotation Type in <a 
href="org/apache/juneau/remoteable/package-summary.html">org.apache.juneau.remoteable</a></dt>
+<dd>
+<div class="block">Annotation applied to Java method arguments of interface 
proxies to denote that they are serialized as an HTTP header value.</div>
+</dd>
 <dt><a href="org/apache/juneau/rest/annotation/Header.html" title="annotation 
in org.apache.juneau.rest.annotation"><span 
class="typeNameLink">Header</span></a> - Annotation Type in <a 
href="org/apache/juneau/rest/annotation/package-summary.html">org.apache.juneau.rest.annotation</a></dt>
 <dd>
 <div class="block">Annotation that can be applied to a parameter of a <a 
href="org/apache/juneau/rest/annotation/RestMethod.html" title="annotation in 
org.apache.juneau.rest.annotation"><code>RestMethod</code></a> annotated method
    to identify it as a HTTP request header converted to a POJO.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestCall.html#header-java.lang.String-java.lang.Object-boolean-">header(String,
 Object, boolean)</a></span> - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestCall.html" title="class in 
org.apache.juneau.rest.client">RestCall</a></dt>
+<dd>
+<div class="block">Sets a header on the request.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestCall.html#header-java.lang.String-java.lang.Object-">header(String,
 Object)</a></span> - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestCall.html" title="class in 
org.apache.juneau.rest.client">RestCall</a></dt>
 <dd>
-<div class="block">Convenience method for setting a header value on the 
request.</div>
+<div class="block">Sets a header on the request.</div>
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestCall.html#header-org.apache.http.Header-">header(Header)</a></span>
 - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestCall.html" title="class in 
org.apache.juneau.rest.client">RestCall</a></dt>
 <dd>
@@ -11035,6 +11127,14 @@
 <dd>
 <div class="block">Specifies an HTTP response header value.</div>
 </dd>
+<dt><a href="org/apache/juneau/remoteable/HeaderIfNE.html" title="annotation 
in org.apache.juneau.remoteable"><span 
class="typeNameLink">HeaderIfNE</span></a> - Annotation Type in <a 
href="org/apache/juneau/remoteable/package-summary.html">org.apache.juneau.remoteable</a></dt>
+<dd>
+<div class="block">Identical to <a 
href="org/apache/juneau/remoteable/Header.html" title="annotation in 
org.apache.juneau.remoteable"><code>@Header</code></a> except skips values if 
they're null/blank.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestCall.html#headerIfNE-java.lang.String-java.lang.Object-">headerIfNE(String,
 Object)</a></span> - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestCall.html" title="class in 
org.apache.juneau.rest.client">RestCall</a></dt>
+<dd>
+<div class="block">Sets a header on the request if the value is not 
null/empty.</div>
+</dd>
 <dt><a href="org/apache/juneau/dto/swagger/HeaderInfo.html" title="class in 
org.apache.juneau.dto.swagger"><span class="typeNameLink">HeaderInfo</span></a> 
- Class in <a 
href="org/apache/juneau/dto/swagger/package-summary.html">org.apache.juneau.dto.swagger</a></dt>
 <dd>
 <div class="block">Describes a single HTTP header.</div>
@@ -11061,6 +11161,10 @@
 <dd>
 <div class="block"><a class="./org/apache/juneau/dto/html5/doclink" 
href="https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-headers";>headers</a>
 attribute.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestCall.html#headers-java.util.Map-">headers(Map&lt;String,
 Object&gt;)</a></span> - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestCall.html" title="class in 
org.apache.juneau.rest.client">RestCall</a></dt>
+<dd>
+<div class="block">Sets headers on the request.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/ReaderResource.Builder.html#headers-java.util.Map-">headers(Map&lt;String,
 Object&gt;)</a></span> - Method in class org.apache.juneau.rest.<a 
href="org/apache/juneau/rest/ReaderResource.Builder.html" title="class in 
org.apache.juneau.rest">ReaderResource.Builder</a></dt>
 <dd>
 <div class="block">Specifies HTTP response header values.</div>
@@ -11069,6 +11173,10 @@
 <dd>
 <div class="block">Specifies HTTP response header values.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestCall.html#headersIfNE-java.util.Map-">headersIfNE(Map&lt;String,
 Object&gt;)</a></span> - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestCall.html" title="class in 
org.apache.juneau.rest.client">RestCall</a></dt>
+<dd>
+<div class="block">Sets headers on the request if the values are not 
null/empty.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/dto/html5/Canvas.html#height-java.lang.Object-">height(Object)</a></span>
 - Method in class org.apache.juneau.dto.html5.<a 
href="org/apache/juneau/dto/html5/Canvas.html" title="class in 
org.apache.juneau.dto.html5">Canvas</a></dt>
 <dd>
 <div class="block"><a class="./org/apache/juneau/dto/html5/doclink" 
href="https://www.w3.org/TR/html5/scripting-1.html#attr-canvas-height";>height</a>
 attribute.</div>
@@ -12380,6 +12488,10 @@
 <dd>
 <div class="block">The current indentation depth into the model.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/remoteable/RemoteMethodArg.html#index">index</a></span> 
- Variable in class org.apache.juneau.remoteable.<a 
href="org/apache/juneau/remoteable/RemoteMethodArg.html" title="class in 
org.apache.juneau.remoteable">RemoteMethodArg</a></dt>
+<dd>
+<div class="block">The zero-based index of the argument on the Java 
method.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/internal/ArrayUtils.html#indexOf-T-T:A-">indexOf(T, 
T[])</a></span> - Static method in class org.apache.juneau.internal.<a 
href="org/apache/juneau/internal/ArrayUtils.html" title="class in 
org.apache.juneau.internal">ArrayUtils</a></dt>
 <dd>
 <div class="block">Returns the index position of the element in the specified 
array
@@ -13054,6 +13166,10 @@
 <dd>
 <div class="block">Returns <jk>true</jk> if this class is <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang"><code>Object</code></a>.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/internal/StringUtils.html#isOneOf-java.lang.String-java.lang.String...-">isOneOf(String,
 String...)</a></span> - Static method in class org.apache.juneau.internal.<a 
href="org/apache/juneau/internal/StringUtils.html" title="class in 
org.apache.juneau.internal">StringUtils</a></dt>
+<dd>
+<div class="block">Returns <jk>true</jk> if the specified string is one of the 
specified values.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/xml/annotation/XmlFormat.html#isOneOf-org.apache.juneau.xml.annotation.XmlFormat...-">isOneOf(XmlFormat...)</a></span>
 - Method in enum org.apache.juneau.xml.annotation.<a 
href="org/apache/juneau/xml/annotation/XmlFormat.html" title="enum in 
org.apache.juneau.xml.annotation">XmlFormat</a></dt>
 <dd>
 <div class="block">Returns <jk>true</jk> if this format is one of those 
specified.</div>
@@ -13110,7 +13226,7 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/ClassMeta.html#isRemoteable--">isRemoteable()</a></span>
 - Method in class org.apache.juneau.<a href="org/apache/juneau/ClassMeta.html" 
title="class in org.apache.juneau">ClassMeta</a></dt>
 <dd>
-<div class="block">Returns <jk>true</jk> if this class or one of it's methods 
are annotated with <a href="org/apache/juneau/annotation/Remoteable.html" 
title="annotation in 
org.apache.juneau.annotation"><code>@Remotable</code></a>.</div>
+<div class="block">Returns <jk>true</jk> if this class or one of it's methods 
are annotated with <a href="org/apache/juneau/remoteable/Remoteable.html" 
title="annotation in 
org.apache.juneau.remoteable"><code>@Remotable</code></a>.</div>
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/RestContext.html#isRenderResponseStackTraces--">isRenderResponseStackTraces()</a></span>
 - Method in class org.apache.juneau.rest.<a 
href="org/apache/juneau/rest/RestContext.html" title="class in 
org.apache.juneau.rest">RestContext</a></dt>
 <dd>
@@ -15016,6 +15132,10 @@
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/microservice/resources/LogsResource.FileResource.html#name">name</a></span>
 - Variable in class org.apache.juneau.microservice.resources.<a 
href="org/apache/juneau/microservice/resources/LogsResource.FileResource.html" 
title="class in 
org.apache.juneau.microservice.resources">LogsResource.FileResource</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/remoteable/RemoteMethodArg.html#name">name</a></span> - 
Variable in class org.apache.juneau.remoteable.<a 
href="org/apache/juneau/remoteable/RemoteMethodArg.html" title="class in 
org.apache.juneau.remoteable">RemoteMethodArg</a></dt>
+<dd>
+<div class="block">The argument name.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/labels/BeanDescription.BeanPropertyDescription.html#name">name</a></span>
 - Variable in class org.apache.juneau.rest.labels.<a 
href="org/apache/juneau/rest/labels/BeanDescription.BeanPropertyDescription.html"
 title="class in 
org.apache.juneau.rest.labels">BeanDescription.BeanPropertyDescription</a></dt>
 <dd>
 <div class="block">The bean property name.</div>
@@ -15138,6 +15258,10 @@
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/dto/html5/Nav.html#Nav--">Nav()</a></span> - 
Constructor for class org.apache.juneau.dto.html5.<a 
href="org/apache/juneau/dto/html5/Nav.html" title="class in 
org.apache.juneau.dto.html5">Nav</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/uon/UonUtils.html#needsQuotes-java.lang.String-">needsQuotes(String)</a></span>
 - Static method in class org.apache.juneau.uon.<a 
href="org/apache/juneau/uon/UonUtils.html" title="class in 
org.apache.juneau.uon">UonUtils</a></dt>
+<dd>
+<div class="block">Returns <jk>true</jk> if the specified string needs to be 
quoted per UON notation.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/BeanMeta.html#newBean-java.lang.Object-">newBean(Object)</a></span>
 - Method in class org.apache.juneau.<a href="org/apache/juneau/BeanMeta.html" 
title="class in org.apache.juneau">BeanMeta</a></dt>
 <dd>
 <div class="block">Creates a new instance of this bean.</div>
@@ -15727,7 +15851,7 @@
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestCallLogger.html#onClose-org.apache.juneau.rest.client.RestCall-">onClose(RestCall)</a></span>
 - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestCallLogger.html" title="class in 
org.apache.juneau.rest.client">RestCallLogger</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RetryOn.html#onCode-int-">onCode(int)</a></span>
 - Method in interface org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RetryOn.html" title="interface in 
org.apache.juneau.rest.client">RetryOn</a></dt>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RetryOn.html#onCode-int-">onCode(int)</a></span>
 - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RetryOn.html" title="class in 
org.apache.juneau.rest.client">RetryOn</a></dt>
 <dd>
 <div class="block">Subclasses should override this method to determine whether 
the HTTP response is retryable.</div>
 </dd>
@@ -15938,6 +16062,10 @@
 <dd>
 <div class="block"><a class="./org/apache/juneau/dto/html5/doclink" 
href="https://www.w3.org/TR/html5/webappapis.html#handler-onresize";>onresize</a>
 attribute.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RetryOn.html#onResponse-org.apache.http.HttpResponse-">onResponse(HttpResponse)</a></span>
 - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RetryOn.html" title="class in 
org.apache.juneau.rest.client">RetryOn</a></dt>
+<dd>
+<div class="block">Subclasses should override this method to determine whether 
the HTTP response is retryable.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestCallInterceptor.html#onRetry-org.apache.juneau.rest.client.RestCall-int-org.apache.http.HttpRequest-org.apache.http.HttpResponse-java.lang.Exception-">onRetry(RestCall,
 int, HttpRequest, HttpResponse, Exception)</a></span> - Method in class 
org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestCallInterceptor.html" title="class in 
org.apache.juneau.rest.client">RestCallInterceptor</a></dt>
 <dd>
 <div class="block">Called if retry is going to be attempted.</div>
@@ -16178,6 +16306,10 @@
 <dd>
 <div class="block">Plain-text serialization and parsing support</div>
 </dd>
+<dt><a 
href="org/apache/juneau/remoteable/package-summary.html">org.apache.juneau.remoteable</a>
 - package org.apache.juneau.remoteable</dt>
+<dd>
+<div class="block">Remoteable interface proxies</div>
+</dd>
 <dt><a 
href="org/apache/juneau/rest/package-summary.html">org.apache.juneau.rest</a> - 
package org.apache.juneau.rest</dt>
 <dd>
 <div class="block">REST Servlet API</div>
@@ -16390,10 +16522,6 @@
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/dto/html5/Param.html#Param--">Param()</a></span> - 
Constructor for class org.apache.juneau.dto.html5.<a 
href="org/apache/juneau/dto/html5/Param.html" title="class in 
org.apache.juneau.dto.html5">Param</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestCall.html#param-java.lang.String-java.lang.Object-">param(String,
 Object)</a></span> - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestCall.html" title="class in 
org.apache.juneau.rest.client">RestCall</a></dt>
-<dd>
-<div class="block">Adds a parameter to the URI query.</div>
-</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/dto/swagger/Swagger.html#parameter-java.lang.String-org.apache.juneau.dto.swagger.ParameterInfo-">parameter(String,
 ParameterInfo)</a></span> - Method in class org.apache.juneau.dto.swagger.<a 
href="org/apache/juneau/dto/swagger/Swagger.html" title="class in 
org.apache.juneau.dto.swagger">Swagger</a></dt>
 <dd>
 <div class="block">Synonym for <a 
href="org/apache/juneau/dto/swagger/Swagger.html#addParameter-java.lang.String-org.apache.juneau.dto.swagger.ParameterInfo-"><code>Swagger.addParameter(String,ParameterInfo)</code></a>.</div>
@@ -16431,17 +16559,13 @@
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/internal/ClassUtils.MethodInfo.html#parameterTypes">parameterTypes</a></span>
 - Variable in class org.apache.juneau.internal.<a 
href="org/apache/juneau/internal/ClassUtils.MethodInfo.html" title="class in 
org.apache.juneau.internal">ClassUtils.MethodInfo</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestCall.html#paramIfNE-java.lang.String-java.lang.Object-">paramIfNE(String,
 Object)</a></span> - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestCall.html" title="class in 
org.apache.juneau.rest.client">RestCall</a></dt>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestClientBuilder.html#paramFormat-java.lang.String-">paramFormat(String)</a></span>
 - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestClientBuilder.html" title="class in 
org.apache.juneau.rest.client">RestClientBuilder</a></dt>
 <dd>
-<div class="block">Adds a parameter to the URI query if the parameter value is 
not <jk>null</jk> or an empty string.</div>
+<div class="block">Sets the <a 
href="org/apache/juneau/urlencoding/UrlEncodingSerializerContext.html#URLENC_paramFormat"><code>UrlEncodingSerializerContext.URLENC_paramFormat</code></a>
 property on the URL-encoding serializers in this group.</div>
 </dd>
-<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestCall.html#paramIfNN-java.lang.String-java.lang.Object-">paramIfNN(String,
 Object)</a></span> - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestCall.html" title="class in 
org.apache.juneau.rest.client">RestCall</a></dt>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/urlencoding/UrlEncodingSerializerBuilder.html#paramFormat-java.lang.String-">paramFormat(String)</a></span>
 - Method in class org.apache.juneau.urlencoding.<a 
href="org/apache/juneau/urlencoding/UrlEncodingSerializerBuilder.html" 
title="class in 
org.apache.juneau.urlencoding">UrlEncodingSerializerBuilder</a></dt>
 <dd>
-<div class="block">Adds a parameter to the URI query if the parameter value is 
not <jk>null</jk>.</div>
-</dd>
-<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestCall.html#params-java.util.Map-">params(Map&lt;String,
 Object&gt;)</a></span> - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestCall.html" title="class in 
org.apache.juneau.rest.client">RestCall</a></dt>
-<dd>
-<div class="block">Adds parameters to the URI query.</div>
+<div class="block"><b>Configuration property:</b>  Format to use for top-level 
query names and simple parameters.</div>
 </dd>
 <dt><a href="org/apache/juneau/annotation/ParentProperty.html" 
title="annotation in org.apache.juneau.annotation"><span 
class="typeNameLink">ParentProperty</span></a> - Annotation Type in <a 
href="org/apache/juneau/annotation/package-summary.html">org.apache.juneau.annotation</a></dt>
 <dd>
@@ -16546,17 +16670,17 @@
 <dd>
 <div class="block">Reads a numeric string from the specified reader.</div>
 </dd>
-<dt><span class="memberNameLink"><a 
href="org/apache/juneau/urlencoding/UrlEncodingParser.html#parseParameter-java.lang.CharSequence-java.lang.reflect.Type-java.lang.reflect.Type...-">parseParameter(CharSequence,
 Type, Type...)</a></span> - Method in class org.apache.juneau.urlencoding.<a 
href="org/apache/juneau/urlencoding/UrlEncodingParser.html" title="class in 
org.apache.juneau.urlencoding">UrlEncodingParser</a></dt>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/urlencoding/UrlEncodingParser.html#parsePart-java.lang.String-java.lang.reflect.Type-java.lang.reflect.Type...-">parsePart(String,
 Type, Type...)</a></span> - Method in class org.apache.juneau.urlencoding.<a 
href="org/apache/juneau/urlencoding/UrlEncodingParser.html" title="class in 
org.apache.juneau.urlencoding">UrlEncodingParser</a></dt>
 <dd>
-<div class="block">Parses a single query parameter value into the specified 
class type.</div>
+<div class="block">Parses a single query parameter or header value into the 
specified class type.</div>
 </dd>
-<dt><span class="memberNameLink"><a 
href="org/apache/juneau/urlencoding/UrlEncodingParser.html#parseParameter-java.lang.CharSequence-java.lang.Class-">parseParameter(CharSequence,
 Class&lt;T&gt;)</a></span> - Method in class org.apache.juneau.urlencoding.<a 
href="org/apache/juneau/urlencoding/UrlEncodingParser.html" title="class in 
org.apache.juneau.urlencoding">UrlEncodingParser</a></dt>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/urlencoding/UrlEncodingParser.html#parsePart-java.lang.String-java.lang.Class-">parsePart(String,
 Class&lt;T&gt;)</a></span> - Method in class org.apache.juneau.urlencoding.<a 
href="org/apache/juneau/urlencoding/UrlEncodingParser.html" title="class in 
org.apache.juneau.urlencoding">UrlEncodingParser</a></dt>
 <dd>
-<div class="block">Parses a single query parameter value into the specified 
class type.</div>
+<div class="block">Parses a single query parameter or header value into the 
specified class type.</div>
 </dd>
-<dt><span class="memberNameLink"><a 
href="org/apache/juneau/urlencoding/UrlEncodingParser.html#parseParameter-java.lang.CharSequence-org.apache.juneau.ClassMeta-">parseParameter(CharSequence,
 ClassMeta&lt;T&gt;)</a></span> - Method in class 
org.apache.juneau.urlencoding.<a 
href="org/apache/juneau/urlencoding/UrlEncodingParser.html" title="class in 
org.apache.juneau.urlencoding">UrlEncodingParser</a></dt>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/urlencoding/UrlEncodingParser.html#parsePart-java.lang.String-org.apache.juneau.ClassMeta-">parsePart(String,
 ClassMeta&lt;T&gt;)</a></span> - Method in class 
org.apache.juneau.urlencoding.<a 
href="org/apache/juneau/urlencoding/UrlEncodingParser.html" title="class in 
org.apache.juneau.urlencoding">UrlEncodingParser</a></dt>
 <dd>
-<div class="block">Same as <a 
href="org/apache/juneau/urlencoding/UrlEncodingParser.html#parseParameter-java.lang.CharSequence-java.lang.reflect.Type-java.lang.reflect.Type...-"><code>UrlEncodingParser.parseParameter(CharSequence,
 Type, Type...)</code></a> except the type has already
+<div class="block">Same as <a 
href="org/apache/juneau/urlencoding/UrlEncodingParser.html#parsePart-java.lang.String-java.lang.reflect.Type-java.lang.reflect.Type...-"><code>UrlEncodingParser.parsePart(String,
 Type, Type...)</code></a> except the type has already
  been converted to a <a href="org/apache/juneau/ClassMeta.html" title="class 
in org.apache.juneau"><code>ClassMeta</code></a> object.</div>
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/ini/ConfigFileBuilder.html#parser-org.apache.juneau.parser.ReaderParser-">parser(ReaderParser)</a></span>
 - Method in class org.apache.juneau.ini.<a 
href="org/apache/juneau/ini/ConfigFileBuilder.html" title="class in 
org.apache.juneau.ini">ConfigFileBuilder</a></dt>
@@ -16824,6 +16948,18 @@
 <dd>
 <div class="block">Constructor</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestClientBuilder.html#plainTextParams--">plainTextParams()</a></span>
 - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestClientBuilder.html" title="class in 
org.apache.juneau.rest.client">RestClientBuilder</a></dt>
+<dd>
+<div class="block">Shortcut for calling 
<code>paramFormat(<js>"PLAINTEXT"</js>)</code>.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/urlencoding/UrlEncodingSerializerBuilder.html#plainTextParams--">plainTextParams()</a></span>
 - Method in class org.apache.juneau.urlencoding.<a 
href="org/apache/juneau/urlencoding/UrlEncodingSerializerBuilder.html" 
title="class in 
org.apache.juneau.urlencoding">UrlEncodingSerializerBuilder</a></dt>
+<dd>
+<div class="block">Shortcut for calling 
<code>paramFormat(<js>"PLAINTEXT"</js>)</code>.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/urlencoding/UrlEncodingSerializerSession.html#plainTextParams--">plainTextParams()</a></span>
 - Method in class org.apache.juneau.urlencoding.<a 
href="org/apache/juneau/urlencoding/UrlEncodingSerializerSession.html" 
title="class in 
org.apache.juneau.urlencoding">UrlEncodingSerializerSession</a></dt>
+<dd>
+<div class="block">Returns <jk>true</jk> if the <a 
href="org/apache/juneau/urlencoding/UrlEncodingSerializerContext.html#URLENC_paramFormat"><code>UrlEncodingSerializerContext.URLENC_paramFormat</code></a>
 is <js>"PLAINTEXT"</js>.</div>
+</dd>
 <dt><a href="org/apache/juneau/plaintext/PlainTextParser.html" title="class in 
org.apache.juneau.plaintext"><span 
class="typeNameLink">PlainTextParser</span></a> - Class in <a 
href="org/apache/juneau/plaintext/package-summary.html">org.apache.juneau.plaintext</a></dt>
 <dd>
 <div class="block">Parsers HTTP plain text request bodies into <a 
class="./org/apache/juneau/plaintext/doclink" 
href="../../../../overview-summary.html#Core.PojoCategories">Group 5</a> 
POJOs.</div>
@@ -17625,11 +17761,27 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/xml/XmlWriter.html#q--">q()</a></span> - Method in 
class org.apache.juneau.xml.<a href="org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a></dt>
 <dd>&nbsp;</dd>
+<dt><a href="org/apache/juneau/remoteable/Query.html" title="annotation in 
org.apache.juneau.remoteable"><span class="typeNameLink">Query</span></a> - 
Annotation Type in <a 
href="org/apache/juneau/remoteable/package-summary.html">org.apache.juneau.remoteable</a></dt>
+<dd>
+<div class="block">Annotation applied to Java method arguments of interface 
proxies to denote that they are QUERY parameters on the request.</div>
+</dd>
 <dt><a href="org/apache/juneau/rest/annotation/Query.html" title="annotation 
in org.apache.juneau.rest.annotation"><span 
class="typeNameLink">Query</span></a> - Annotation Type in <a 
href="org/apache/juneau/rest/annotation/package-summary.html">org.apache.juneau.rest.annotation</a></dt>
 <dd>
 <div class="block">Identical to <a 
href="org/apache/juneau/rest/annotation/FormData.html" title="annotation in 
org.apache.juneau.rest.annotation"><code>@FormData</code></a>, but only 
retrieves the parameter from the
    URL string, not URL-encoded form posts.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestCall.html#query-java.lang.String-java.lang.Object-boolean-">query(String,
 Object, boolean)</a></span> - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestCall.html" title="class in 
org.apache.juneau.rest.client">RestCall</a></dt>
+<dd>
+<div class="block">Adds a query parameter to the URI query.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestCall.html#query-java.lang.String-java.lang.Object-">query(String,
 Object)</a></span> - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestCall.html" title="class in 
org.apache.juneau.rest.client">RestCall</a></dt>
+<dd>
+<div class="block">Adds a query parameter to the URI query.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestCall.html#query-java.util.Map-">query(Map&lt;String,
 Object&gt;)</a></span> - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestCall.html" title="class in 
org.apache.juneau.rest.client">RestCall</a></dt>
+<dd>
+<div class="block">Adds query parameters to the URI query.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestCall.html#query-java.lang.String-">query(String)</a></span>
 - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestCall.html" title="class in 
org.apache.juneau.rest.client">RestCall</a></dt>
 <dd>
 <div class="block">Sets a custom URI query.</div>
@@ -17640,6 +17792,18 @@
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/converters/Queryable.html#Queryable--">Queryable()</a></span>
 - Constructor for class org.apache.juneau.rest.converters.<a 
href="org/apache/juneau/rest/converters/Queryable.html" title="class in 
org.apache.juneau.rest.converters">Queryable</a></dt>
 <dd>&nbsp;</dd>
+<dt><a href="org/apache/juneau/remoteable/QueryIfNE.html" title="annotation in 
org.apache.juneau.remoteable"><span class="typeNameLink">QueryIfNE</span></a> - 
Annotation Type in <a 
href="org/apache/juneau/remoteable/package-summary.html">org.apache.juneau.remoteable</a></dt>
+<dd>
+<div class="block">Identical to <a 
href="org/apache/juneau/remoteable/Query.html" title="annotation in 
org.apache.juneau.remoteable"><code>@Query</code></a> except skips values if 
they're null/blank.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestCall.html#queryIfNE-java.lang.String-java.lang.Object-">queryIfNE(String,
 Object)</a></span> - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestCall.html" title="class in 
org.apache.juneau.rest.client">RestCall</a></dt>
+<dd>
+<div class="block">Adds a query parameter to the URI query if the parameter 
value is not <jk>null</jk> or an empty string.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestCall.html#queryIfNE-java.util.Map-">queryIfNE(Map&lt;String,
 Object&gt;)</a></span> - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestCall.html" title="class in 
org.apache.juneau.rest.client">RestCall</a></dt>
+<dd>
+<div class="block">Adds query parameters to the URI for any parameters that 
aren't null/empty.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/csv/CsvSerializerBuilder.html#quoteChar-char-">quoteChar(char)</a></span>
 - Method in class org.apache.juneau.csv.<a 
href="org/apache/juneau/csv/CsvSerializerBuilder.html" title="class in 
org.apache.juneau.csv">CsvSerializerBuilder</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/html/HtmlSerializerBuilder.html#quoteChar-char-">quoteChar(char)</a></span>
 - Method in class org.apache.juneau.html.<a 
href="org/apache/juneau/html/HtmlSerializerBuilder.html" title="class in 
org.apache.juneau.html">HtmlSerializerBuilder</a></dt>
@@ -18327,13 +18491,41 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/xml/XmlSerializerBuilder.html#relativeUriBase-java.lang.String-">relativeUriBase(String)</a></span>
 - Method in class org.apache.juneau.xml.<a 
href="org/apache/juneau/xml/XmlSerializerBuilder.html" title="class in 
org.apache.juneau.xml">XmlSerializerBuilder</a></dt>
 <dd>&nbsp;</dd>
-<dt><a href="org/apache/juneau/annotation/Remoteable.html" title="annotation 
in org.apache.juneau.annotation"><span 
class="typeNameLink">Remoteable</span></a> - Annotation Type in <a 
href="org/apache/juneau/annotation/package-summary.html">org.apache.juneau.annotation</a></dt>
+<dt><a href="org/apache/juneau/remoteable/Remoteable.html" title="annotation 
in org.apache.juneau.remoteable"><span 
class="typeNameLink">Remoteable</span></a> - Annotation Type in <a 
href="org/apache/juneau/remoteable/package-summary.html">org.apache.juneau.remoteable</a></dt>
 <dd>
-<div class="block">Identifies services whose Java class or methods can be 
invoked remotely.</div>
+<div class="block">Identifies a remote proxy interface against a REST 
interface.</div>
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/remoteable/RemoteableServiceProperties.html#REMOTEABLE_includeOnlyRemotableMethods">REMOTEABLE_includeOnlyRemotableMethods</a></span>
 - Static variable in class org.apache.juneau.rest.remoteable.<a 
href="org/apache/juneau/rest/remoteable/RemoteableServiceProperties.html" 
title="class in 
org.apache.juneau.rest.remoteable">RemoteableServiceProperties</a></dt>
 <dd>
-<div class="block">Only expose interfaces and methods annotated with <a 
href="org/apache/juneau/annotation/Remoteable.html" title="annotation in 
org.apache.juneau.annotation"><code>@Remoteable</code></a> (<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true";
 title="class or interface in java.lang"><code>Boolean</code></a>, 
default=<jk>false</jk>).</div>
+<div class="block">Only expose interfaces and methods annotated with <a 
href="org/apache/juneau/remoteable/Remoteable.html" title="annotation in 
org.apache.juneau.remoteable"><code>@Remoteable</code></a> (<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true";
 title="class or interface in java.lang"><code>Boolean</code></a>, 
default=<jk>false</jk>).</div>
+</dd>
+<dt><a href="org/apache/juneau/remoteable/RemoteableMeta.html" title="class in 
org.apache.juneau.remoteable"><span 
class="typeNameLink">RemoteableMeta</span></a> - Class in <a 
href="org/apache/juneau/remoteable/package-summary.html">org.apache.juneau.remoteable</a></dt>
+<dd>
+<div class="block">Contains the meta-data about a remoteable interface.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/remoteable/RemoteableMeta.html#RemoteableMeta-java.lang.Class-java.lang.String-">RemoteableMeta(Class&lt;?&gt;,
 String)</a></span> - Constructor for class org.apache.juneau.remoteable.<a 
href="org/apache/juneau/remoteable/RemoteableMeta.html" title="class in 
org.apache.juneau.remoteable">RemoteableMeta</a></dt>
+<dd>
+<div class="block">Constructor.</div>
+</dd>
+<dt><a href="org/apache/juneau/remoteable/RemoteableMetadataException.html" 
title="class in org.apache.juneau.remoteable"><span 
class="typeNameLink">RemoteableMetadataException</span></a> - Exception in <a 
href="org/apache/juneau/remoteable/package-summary.html">org.apache.juneau.remoteable</a></dt>
+<dd>
+<div class="block">Exceptions caused by invalid Remoteable classes.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/remoteable/RemoteableMetadataException.html#RemoteableMetadataException-java.lang.reflect.Method-java.lang.String-java.lang.Object...-">RemoteableMetadataException(Method,
 String, Object...)</a></span> - Constructor for exception 
org.apache.juneau.remoteable.<a 
href="org/apache/juneau/remoteable/RemoteableMetadataException.html" 
title="class in 
org.apache.juneau.remoteable">RemoteableMetadataException</a></dt>
+<dd>
+<div class="block">Constructor.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/remoteable/RemoteableMetadataException.html#RemoteableMetadataException-java.lang.Class-java.lang.String-java.lang.Object...-">RemoteableMetadataException(Class&lt;?&gt;,
 String, Object...)</a></span> - Constructor for exception 
org.apache.juneau.remoteable.<a 
href="org/apache/juneau/remoteable/RemoteableMetadataException.html" 
title="class in 
org.apache.juneau.remoteable">RemoteableMetadataException</a></dt>
+<dd>
+<div class="block">Constructor.</div>
+</dd>
+<dt><a href="org/apache/juneau/remoteable/RemoteableMethodMeta.html" 
title="class in org.apache.juneau.remoteable"><span 
class="typeNameLink">RemoteableMethodMeta</span></a> - Class in <a 
href="org/apache/juneau/remoteable/package-summary.html">org.apache.juneau.remoteable</a></dt>
+<dd>
+<div class="block">Contains the meta-data about a Java method on a remoteable 
interface.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/remoteable/RemoteableMethodMeta.html#RemoteableMethodMeta-java.lang.String-java.lang.reflect.Method-">RemoteableMethodMeta(String,
 Method)</a></span> - Constructor for class org.apache.juneau.remoteable.<a 
href="org/apache/juneau/remoteable/RemoteableMethodMeta.html" title="class in 
org.apache.juneau.remoteable">RemoteableMethodMeta</a></dt>
+<dd>
+<div class="block">Constructor.</div>
 </dd>
 <dt><a 
href="org/apache/juneau/rest/remoteable/RemoteableServiceProperties.html" 
title="class in org.apache.juneau.rest.remoteable"><span 
class="typeNameLink">RemoteableServiceProperties</span></a> - Class in <a 
href="org/apache/juneau/rest/remoteable/package-summary.html">org.apache.juneau.rest.remoteable</a></dt>
 <dd>
@@ -18347,9 +18539,17 @@
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/remoteable/RemoteableServlet.html#RemoteableServlet--">RemoteableServlet()</a></span>
 - Constructor for class org.apache.juneau.rest.remoteable.<a 
href="org/apache/juneau/rest/remoteable/RemoteableServlet.html" title="class in 
org.apache.juneau.rest.remoteable">RemoteableServlet</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestClientBuilder.html#remoteableServletUri-java.lang.String-">remoteableServletUri(String)</a></span>
 - Method in class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestClientBuilder.html" title="class in 
org.apache.juneau.rest.client">RestClientBuilder</a></dt>
+<dt><a href="org/apache/juneau/remoteable/RemoteMethod.html" title="annotation 
in org.apache.juneau.remoteable"><span 
class="typeNameLink">RemoteMethod</span></a> - Annotation Type in <a 
href="org/apache/juneau/remoteable/package-summary.html">org.apache.juneau.remoteable</a></dt>
 <dd>
-<div class="block">Sets the URI of the remoteable services REST servlet for 
invoking remoteable services.</div>
+<div class="block">Annotation applied to Java methods on interface proxy 
classes.</div>
+</dd>
+<dt><a href="org/apache/juneau/remoteable/RemoteMethodArg.html" title="class 
in org.apache.juneau.remoteable"><span 
class="typeNameLink">RemoteMethodArg</span></a> - Class in <a 
href="org/apache/juneau/remoteable/package-summary.html">org.apache.juneau.remoteable</a></dt>
+<dd>
+<div class="block">Represents the metadata about an annotated argument of a 
method on a remote proxy interface.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/remoteable/RemoteMethodArg.html#RemoteMethodArg-java.lang.String-int-boolean-">RemoteMethodArg(String,
 int, boolean)</a></span> - Constructor for class 
org.apache.juneau.remoteable.<a 
href="org/apache/juneau/remoteable/RemoteMethodArg.html" title="class in 
org.apache.juneau.remoteable">RemoteMethodArg</a></dt>
+<dd>
+<div class="block">Constructor.</div>
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/ini/ConfigFile.html#remove-java.lang.String-java.lang.String-">remove(String,
 String)</a></span> - Method in class org.apache.juneau.ini.<a 
href="org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a></dt>
 <dd>
@@ -19473,13 +19673,9 @@
 <dd>
 <div class="block">Utility class for interfacing with remote REST 
interfaces.</div>
 </dd>
-<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestClient.html#RestClient-org.apache.juneau.PropertyStore-org.apache.http.impl.client.CloseableHttpClient-boolean-org.apache.juneau.serializer.Serializer-org.apache.juneau.parser.Parser-org.apache.juneau.urlencoding.UrlEncodingSerializer-java.util.Map-java.util.List-java.lang.String-java.util.Map-java.lang.String-org.apache.juneau.rest.client.RetryOn-int-long-boolean-java.util.concurrent.ExecutorService-boolean-">RestClient(PropertyStore,
 CloseableHttpClient, boolean, Serializer, Parser, UrlEncodingSerializer, 
Map&lt;String, String&gt;, List&lt;RestCallInterceptor&gt;, String, 
Map&lt;Method, String&gt;, String, RetryOn, int, long, boolean, 
ExecutorService, boolean)</a></span> - Constructor for class 
org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestClient.html" title="class in 
org.apache.juneau.rest.client">RestClient</a></dt>
-<dd>
-<div class="block">Create a new REST client.</div>
-</dd>
 <dt><a href="org/apache/juneau/rest/client/RestClientBuilder.html" 
title="class in org.apache.juneau.rest.client"><span 
class="typeNameLink">RestClientBuilder</span></a> - Class in <a 
href="org/apache/juneau/rest/client/package-summary.html">org.apache.juneau.rest.client</a></dt>
 <dd>
-<div class="block">Builder class for <a 
href="org/apache/juneau/rest/client/RestClient.html" title="class in 
org.apache.juneau.rest.client"><code>RestClient</code></a> class.</div>
+<div class="block">Builder class for the <a 
href="org/apache/juneau/rest/client/RestClient.html" title="class in 
org.apache.juneau.rest.client"><code>RestClient</code></a> class.</div>
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RestClientBuilder.html#RestClientBuilder--">RestClientBuilder()</a></span>
 - Constructor for class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RestClientBuilder.html" title="class in 
org.apache.juneau.rest.client">RestClientBuilder</a></dt>
 <dd>
@@ -19669,10 +19865,12 @@
 <dd>
 <div class="block">Make HTTP calls retryable if an error response (>=400) is 
received.</div>
 </dd>
-<dt><a href="org/apache/juneau/rest/client/RetryOn.html" title="interface in 
org.apache.juneau.rest.client"><span class="typeNameLink">RetryOn</span></a> - 
Interface in <a 
href="org/apache/juneau/rest/client/package-summary.html">org.apache.juneau.rest.client</a></dt>
+<dt><a href="org/apache/juneau/rest/client/RetryOn.html" title="class in 
org.apache.juneau.rest.client"><span class="typeNameLink">RetryOn</span></a> - 
Class in <a 
href="org/apache/juneau/rest/client/package-summary.html">org.apache.juneau.rest.client</a></dt>
 <dd>
 <div class="block">Used to determine whether a request should be retried based 
on the HTTP response code.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/client/RetryOn.html#RetryOn--">RetryOn()</a></span>
 - Constructor for class org.apache.juneau.rest.client.<a 
href="org/apache/juneau/rest/client/RetryOn.html" title="class in 
org.apache.juneau.rest.client">RetryOn</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/BeanSession.html#returnStringBuilder-java.lang.StringBuilder-">returnStringBuilder(StringBuilder)</a></span>
 - Method in class org.apache.juneau.<a 
href="org/apache/juneau/BeanSession.html" title="class in 
org.apache.juneau">BeanSession</a></dt>
 <dd>
 <div class="block">Returns a <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true";
 title="class or interface in java.lang"><code>StringBuilder</code></a> object 
back into the internal reuse pool.</div>
@@ -20151,7 +20349,7 @@
 <dd>
 <div class="block">Serialize the specified object to the specified 
writer.</div>
 </dd>
-<dt><span class="memberNameLink"><a 
href="org/apache/juneau/uon/UonSerializer.html#serializeAnything-org.apache.juneau.uon.UonSerializerSession-org.apache.juneau.uon.UonWriter-java.lang.Object-org.apache.juneau.ClassMeta-java.lang.String-org.apache.juneau.BeanPropertyMeta-">serializeAnything(UonSerializerSession,
 UonWriter, Object, ClassMeta&lt;?&gt;, String, BeanPropertyMeta)</a></span> - 
Method in class org.apache.juneau.uon.<a 
href="org/apache/juneau/uon/UonSerializer.html" title="class in 
org.apache.juneau.uon">UonSerializer</a></dt>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/uon/UonSerializer.html#serializeAnything-org.apache.juneau.uon.UonSerializerSession-org.apache.juneau.uon.UonWriter-java.lang.Object-org.apache.juneau.ClassMeta-java.lang.String-org.apache.juneau.BeanPropertyMeta-boolean-">serializeAnything(UonSerializerSession,
 UonWriter, Object, ClassMeta&lt;?&gt;, String, BeanPropertyMeta, 
boolean)</a></span> - Method in class org.apache.juneau.uon.<a 
href="org/apache/juneau/uon/UonSerializer.html" title="class in 
org.apache.juneau.uon">UonSerializer</a></dt>
 <dd>
 <div class="block">Workhorse method.</div>
 </dd>
@@ -20196,6 +20394,11 @@
 <dd>
 <div class="block">Constructor.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/urlencoding/UrlEncodingSerializer.html#serializePart-java.lang.Object-java.lang.Boolean-java.lang.Boolean-">serializePart(Object,
 Boolean, Boolean)</a></span> - Method in class 
org.apache.juneau.urlencoding.<a 
href="org/apache/juneau/urlencoding/UrlEncodingSerializer.html" title="class in 
org.apache.juneau.urlencoding">UrlEncodingSerializer</a></dt>
+<dd>
+<div class="block">Converts the specified object to a string using this 
serializers <a 
href="org/apache/juneau/BeanSession.html#convertToType-java.lang.Object-java.lang.Class-"><code>BeanSession.convertToType(Object,
 Class)</code></a> method
+   and runs <a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URLEncoder.html?is-external=true#encode-java.lang.String-java.lang.String-";
 title="class or interface in 
java.net"><code>URLEncoder.encode(String,String)</code></a> against the 
results.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/ini/ConfigFileBuilder.html#serializer-org.apache.juneau.serializer.WriterSerializer-">serializer(WriterSerializer)</a></span>
 - Method in class org.apache.juneau.ini.<a 
href="org/apache/juneau/ini/ConfigFileBuilder.html" title="class in 
org.apache.juneau.ini">ConfigFileBuilder</a></dt>
 <dd>
 <div class="block">Specify the serializer to use for serializing POJOs when 
using <a 
href="org/apache/juneau/ini/ConfigFile.html#put-java.lang.String-java.lang.Object-"><code>ConfigFile.put(String,
 Object)</code></a>.</div>
@@ -20369,11 +20572,6 @@
 <dd>
 <div class="block">Convenience method for serializing an object to a 
hex-encoded String.</div>
 </dd>
-<dt><span class="memberNameLink"><a 
href="org/apache/juneau/urlencoding/UrlEncodingSerializer.html#serializeUrlPart-java.lang.Object-">serializeUrlPart(Object)</a></span>
 - Method in class org.apache.juneau.urlencoding.<a 
href="org/apache/juneau/urlencoding/UrlEncodingSerializer.html" title="class in 
org.apache.juneau.urlencoding">UrlEncodingSerializer</a></dt>
-<dd>
-<div class="block">Converts the specified object to a string using this 
serializers <a 
href="org/apache/juneau/BeanSession.html#convertToType-java.lang.Object-java.lang.Class-"><code>BeanSession.convertToType(Object,
 Class)</code></a> method
-   and runs <a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URLEncoder.html?is-external=true#encode-java.lang.String-java.lang.String-";
 title="class or interface in 
java.net"><code>URLEncoder.encode(String,String)</code></a> against the 
results.</div>
-</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/RestCallHandler.html#service-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-">service(HttpServletRequest,
 HttpServletResponse)</a></span> - Method in class org.apache.juneau.rest.<a 
href="org/apache/juneau/rest/RestCallHandler.html" title="class in 
org.apache.juneau.rest">RestCallHandler</a></dt>
 <dd>
 <div class="block">The main service method.</div>
@@ -22427,6 +22625,10 @@
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/internal/CharSequenceReader.html#skip-long-">skip(long)</a></span>
 - Method in class org.apache.juneau.internal.<a 
href="org/apache/juneau/internal/CharSequenceReader.html" title="class in 
org.apache.juneau.internal">CharSequenceReader</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/remoteable/RemoteMethodArg.html#skipIfNE">skipIfNE</a></span>
 - Variable in class org.apache.juneau.remoteable.<a 
href="org/apache/juneau/remoteable/RemoteMethodArg.html" title="class in 
org.apache.juneau.remoteable">RemoteMethodArg</a></dt>
+<dd>
+<div class="block">The value is skipped if it's null/empty.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/dto/html5/HtmlBuilder.html#small--">small()</a></span> 
- Static method in class org.apache.juneau.dto.html5.<a 
href="org/apache/juneau/dto/html5/HtmlBuilder.html" title="class in 
org.apache.juneau.dto.html5">HtmlBuilder</a></dt>
 <dd>
 <div class="block">Creates an empty <a 
href="org/apache/juneau/dto/html5/Small.html" title="class in 
org.apache.juneau.dto.html5"><code>Small</code></a> element.</div>
@@ -24356,7 +24558,7 @@
 <dd>
 <div class="block">Efficiently trims the path info part from a request 
URI.</div>
 </dd>
-<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/RestUtils.html#trimSlashes-java.lang.String-">trimSlashes(String)</a></span>
 - Static method in class org.apache.juneau.rest.<a 
href="org/apache/juneau/rest/RestUtils.html" title="class in 
org.apache.juneau.rest">RestUtils</a></dt>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/internal/StringUtils.html#trimSlashes-java.lang.String-">trimSlashes(String)</a></span>
 - Static method in class org.apache.juneau.internal.<a 
href="org/apache/juneau/internal/StringUtils.html" title="class in 
org.apache.juneau.internal">StringUtils</a></dt>
 <dd>
 <div class="block">Trims <js>'/'</js> characters from both the start and end 
of the specified string.</div>
 </dd>
@@ -24438,11 +24640,11 @@
 <dd>
 <div class="block">Sets the <a 
href="org/apache/juneau/serializer/SerializerContext.html#SERIALIZER_trimStrings"><code>SerializerContext.SERIALIZER_trimStrings</code></a>
 property on all serializers in this group.</div>
 </dd>
-<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/RestUtils.html#trimTrailingSlashes-java.lang.String-">trimTrailingSlashes(String)</a></span>
 - Static method in class org.apache.juneau.rest.<a 
href="org/apache/juneau/rest/RestUtils.html" title="class in 
org.apache.juneau.rest">RestUtils</a></dt>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/internal/StringUtils.html#trimTrailingSlashes-java.lang.String-">trimTrailingSlashes(String)</a></span>
 - Static method in class org.apache.juneau.internal.<a 
href="org/apache/juneau/internal/StringUtils.html" title="class in 
org.apache.juneau.internal">StringUtils</a></dt>
 <dd>
 <div class="block">Trims <js>'/'</js> characters from the end of the specified 
string.</div>
 </dd>
-<dt><span class="memberNameLink"><a 
href="org/apache/juneau/rest/RestUtils.html#trimTrailingSlashes-java.lang.StringBuffer-">trimTrailingSlashes(StringBuffer)</a></span>
 - Static method in class org.apache.juneau.rest.<a 
href="org/apache/juneau/rest/RestUtils.html" title="class in 
org.apache.juneau.rest">RestUtils</a></dt>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/internal/StringUtils.html#trimTrailingSlashes-java.lang.StringBuffer-">trimTrailingSlashes(StringBuffer)</a></span>
 - Static method in class org.apache.juneau.internal.<a 
href="org/apache/juneau/internal/StringUtils.html" title="class in 
org.apache.juneau.internal">StringUtils</a></dt>
 <dd>
 <div class="block">Trims <js>'/'</js> characters from the end of the specified 
string.</div>
 </dd>
@@ -24806,10 +25008,16 @@
 <dd>
 <div class="block">Session object that lives for the duration of a single use 
of <a href="org/apache/juneau/uon/UonSerializer.html" title="class in 
org.apache.juneau.uon"><code>UonSerializer</code></a>.</div>
 </dd>
-<dt><span class="memberNameLink"><a 
href="org/apache/juneau/uon/UonSerializerSession.html#UonSerializerSession-org.apache.juneau.uon.UonSerializerContext-org.apache.juneau.ObjectMap-java.lang.Object-java.lang.reflect.Method-java.util.Locale-java.util.TimeZone-org.apache.juneau.MediaType-">UonSerializerSession(UonSerializerContext,
 ObjectMap, Object, Method, Locale, TimeZone, MediaType)</a></span> - 
Constructor for class org.apache.juneau.uon.<a 
href="org/apache/juneau/uon/UonSerializerSession.html" title="class in 
org.apache.juneau.uon">UonSerializerSession</a></dt>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/uon/UonSerializerSession.html#UonSerializerSession-org.apache.juneau.uon.UonSerializerContext-java.lang.Boolean-org.apache.juneau.ObjectMap-java.lang.Object-java.lang.reflect.Method-java.util.Locale-java.util.TimeZone-org.apache.juneau.MediaType-">UonSerializerSession(UonSerializerContext,
 Boolean, ObjectMap, Object, Method, Locale, TimeZone, MediaType)</a></span> - 
Constructor for class org.apache.juneau.uon.<a 
href="org/apache/juneau/uon/UonSerializerSession.html" title="class in 
org.apache.juneau.uon">UonSerializerSession</a></dt>
 <dd>
 <div class="block">Create a new session using properties specified in the 
context.</div>
 </dd>
+<dt><a href="org/apache/juneau/uon/UonUtils.html" title="class in 
org.apache.juneau.uon"><span class="typeNameLink">UonUtils</span></a> - Class 
in <a 
href="org/apache/juneau/uon/package-summary.html">org.apache.juneau.uon</a></dt>
+<dd>
+<div class="block">Utility methods for the UON and UrlEncoding serializers and 
parsers.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/uon/UonUtils.html#UonUtils--">UonUtils()</a></span> - 
Constructor for class org.apache.juneau.uon.<a 
href="org/apache/juneau/uon/UonUtils.html" title="class in 
org.apache.juneau.uon">UonUtils</a></dt>
+<dd>&nbsp;</dd>
 <dt><a href="org/apache/juneau/uon/UonWriter.html" title="class in 
org.apache.juneau.uon"><span class="typeNameLink">UonWriter</span></a> - Class 
in <a 
href="org/apache/juneau/uon/package-summary.html">org.apache.juneau.uon</a></dt>
 <dd>
 <div class="block">Specialized writer for serializing UON-encoded text.</div>
@@ -24914,10 +25122,22 @@
 <dd>
 <div class="block">Synonym for <a 
href="org/apache/juneau/dto/swagger/License.html#setUrl-java.lang.String-"><code>License.setUrl(String)</code></a>.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/internal/StringUtils.html#urlDecode-java.lang.String-">urlDecode(String)</a></span>
 - Static method in class org.apache.juneau.internal.<a 
href="org/apache/juneau/internal/StringUtils.html" title="class in 
org.apache.juneau.internal">StringUtils</a></dt>
+<dd>
+<div class="block">Decodes a <code>application/x-www-form-urlencoded</code> 
string using <code>UTF-8</code> encoding scheme.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/juneau/urlencoding/UrlEncodingContext.html#URLENC_expandedParams">URLENC_expandedParams</a></span>
 - Static variable in class org.apache.juneau.urlencoding.<a 
href="org/apache/juneau/urlencoding/UrlEncodingContext.html" title="class in 
org.apache.juneau.urlencoding">UrlEncodingContext</a></dt>
 <dd>
 <div class="block">Serialize bean property collections/arrays as separate 
key/value pairs (<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true";
 title="class or interface in java.lang"><code>Boolean</code></a>, 
default=<jk>false</jk>).</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/urlencoding/UrlEncodingSerializerContext.html#URLENC_paramFormat">URLENC_paramFormat</a></span>
 - Static variable in class org.apache.juneau.urlencoding.<a 
href="org/apache/juneau/urlencoding/UrlEncodingSerializerContext.html" 
title="class in 
org.apache.juneau.urlencoding">UrlEncodingSerializerContext</a></dt>
+<dd>
+<div class="block"><b>Configuration property:</b>  Format to use for top-level 
query names and simple parameters.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/internal/StringUtils.html#urlEncode-java.lang.String-">urlEncode(String)</a></span>
 - Static method in class org.apache.juneau.internal.<a 
href="org/apache/juneau/internal/StringUtils.html" title="class in 
org.apache.juneau.internal">StringUtils</a></dt>
+<dd>
+<div class="block">Encodes a <code>application/x-www-form-urlencoded</code> 
string using <code>UTF-8</code> encoding scheme.</div>
+</dd>
 <dt><a href="org/apache/juneau/rest/matchers/UrlEncodedFormMatcher.html" 
title="class in org.apache.juneau.rest.matchers"><span 
class="typeNameLink">UrlEncodedFormMatcher</span></a> - Class in <a 
href="org/apache/juneau/rest/matchers/package-summary.html">org.apache.juneau.rest.matchers</a></dt>
 <dd>
 <div class="block">Predefined matcher for matching requests with content type 
<js>"application/x-www-form-urlencoded"</js>.</div>
@@ -25031,7 +25251,7 @@
 <dd>
 <div class="block">Session object that lives for the duration of a single use 
of <a href="org/apache/juneau/urlencoding/UrlEncodingSerializer.html" 
title="class in 
org.apache.juneau.urlencoding"><code>UrlEncodingSerializer</code></a>.</div>
 </dd>
-<dt><span class="memberNameLink"><a 
href="org/apache/juneau/urlencoding/UrlEncodingSerializerSession.html#UrlEncodingSerializerSession-org.apache.juneau.urlencoding.UrlEncodingSerializerContext-org.apache.juneau.ObjectMap-java.lang.Object-java.lang.reflect.Method-java.util.Locale-java.util.TimeZone-org.apache.juneau.MediaType-">UrlEncodingSerializerSession(UrlEncodingSerializerContext,
 ObjectMap, Object, Method, Locale, TimeZone, MediaType)</a></span> - 
Constructor for class org.apache.juneau.urlencoding.<a 
href="org/apache/juneau/urlencoding/UrlEncodingSerializerSession.html" 
title="class in 
org.apache.juneau.urlencoding">UrlEncodingSerializerSession</a></dt>
+<dt><span class="memberNameLink"><a 
href="org/apache/juneau/urlencoding/UrlEncodingSerializerSession.html#UrlEncodingSerializerSession-org.apache.juneau.urlencoding.UrlEncodingSerializerContext-java.lang.Boolean-org.apache.juneau.ObjectMap-java.lang.Object-java.lang.reflect.Method-java.util.Locale-java.util.TimeZone-org.apache.juneau.MediaType-">UrlEncodingSerializerSession(UrlEncodingSerializerContext,
 Boolean, ObjectMap, Object, Method, Locale, TimeZone, MediaType)</a></span> - 
Constructor for class org.apache.juneau.urlencoding.<a 
href="org/apache/juneau/urlencoding/UrlEncodingSerializerSession.html" 
title="class in 
org.apache.juneau.urlencoding">UrlEncodingSerializerSession</a></dt>
 <dd>
 <div class="block">Create a new session using properties specified in the 
context.</div>
 </dd>

Reply via email to