You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2015/09/22 16:26:37 UTC

svn commit: r966362 [3/21] - /websites/production/camel/content/

Modified: websites/production/camel/content/box.html
==============================================================================
--- websites/production/camel/content/box.html (original)
+++ websites/production/camel/content/box.html Tue Sep 22 14:26:24 2015
@@ -85,59 +85,59 @@
         <tr>
         <td valign="top" width="100%">
 <div class="wiki-content maincontent"><h2 id="Box-BoxComponent">Box Component</h2><p><strong>Available as of Camel 2.14</strong></p><p>The Box component provides access to all of the Box.com APIs accessible using <a shape="rect" class="external-link" href="https://github.com/box/box-java-sdk-v2/" rel="nofollow">box-java-sdk-v2</a>. It allows producing messages to upload and download files, create, edit, and manage folders, etc. It also supports APIs that allow polling for updates to user accounts and even changes to enterprise accounts, etc.</p><p>Box.com requires the use of OAuth2.0 for all client application authentication. In order to use camel-box with your account, you'll need to create a new application within Box.com at <a shape="rect" class="external-link" href="https://app.box.com/developers/services/edit/" rel="nofollow">https://app.box.com/developers/services/edit/</a>. The Box application's client id and secret will allow access to Box APIs which require a current user. 
 A user access token is generated and managed by the API for an end user. Alternatively the Camel application can register an implementation of&#160;<span style="color: rgb(0,0,0);">com.box.boxjavalibv2.authorization.IAuthSecureStorage to provide an&#160;com.box.boxjavalibv2.dao.IAuthData OAuth token</span>.</p><p>Maven users will need to add the following dependency to their pom.xml for this component:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">	&lt;dependency&gt;
+<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[	&lt;dependency&gt;
     	&lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
     	&lt;artifactId&gt;camel-box&lt;/artifactId&gt;
     	&lt;version&gt;${camel-version}&lt;/version&gt;
 	&lt;/dependency&gt;
-</pre>
+]]></script>
 </div></div><h3 id="Box-URIformat">URI format</h3><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">    box://endpoint-prefix/endpoint?[options]
-</pre>
+<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[    box://endpoint-prefix/endpoint?[options]
+]]></script>
 </div></div><p>Endpoint prefix can be one of:</p><ul><li>collaborations</li><li>comments</li><li>events</li><li>files</li><li>folders</li><li>groups</li><li>poll-events</li><li>search</li><li>shared-comments</li><li>shared-files</li><li>shared-folders</li><li>shared-items</li><li>users</li></ul><h3 id="Box-BoxComponent.1">BoxComponent</h3><p>The Box Component can be configured with the options below. These options can be provided using the component's bean property&#160;<strong><code>configuration</code></strong>&#160;of type&#160;<strong><code>org.apache.camel.component.box.BoxConfiguration</code></strong>. These options can also be specified in the endpoint URI.&#160;</p><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Option</th><th colspan="1" rowspan="1" class="confluenceTh">Type</th><th colspan="1" rowspan="1" class="confluenceTh">Description</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">authSecu
 reStorage</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.authorization.IAuthSecureStorage</td><td colspan="1" rowspan="1" class="confluenceTd">OAuth Secure Storage callback, can be used to provide and or save OAuth tokens. The callback may return null on first call to allow the component to login and authorize application and obtain an OAuth token, which can then be saved in the secure storage. For the component to be able to create a token automatically a user password must be provided.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">boxConfig</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.IBoxConfig</td><td colspan="1" rowspan="1" class="confluenceTd">Custom Box SDK configuration, not required normally</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">clientId</td><td colspan="1" rowspan="1" class="confluenceTd">String</td><td colspan="1" rowspan="1" class="confluenceTd">Box application client ID</td><
 /tr><tr><td colspan="1" rowspan="1" class="confluenceTd">clientSecret</td><td colspan="1" rowspan="1" class="confluenceTd">String</td><td colspan="1" rowspan="1" class="confluenceTd">Box application client secret</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">connectionManagerBuilder</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.BoxConnectionManagerBuilder</td><td colspan="1" rowspan="1" class="confluenceTd">Custom Box connection manager builder, used to override default settings like max connections for underlying HttpClient.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">httpParams</td><td colspan="1" rowspan="1" class="confluenceTd">java.util.Map</td><td colspan="1" rowspan="1" class="confluenceTd">Custom HTTP params for settings like proxy host</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">loginTimeout</td><td colspan="1" rowspan="1" class="confluenceTd">int</td><td colspan="1" rowspan="1" class="confluenc
 eTd">amount of time the component will wait for a response from Box.com, default is 30 seconds</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">refreshListener</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.authorization.OAuthRefreshListener</td><td colspan="1" rowspan="1" class="confluenceTd">OAuth listener for token updates, if the Camel application needs to use the access token outside the route</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">revokeOnShutdown</td><td colspan="1" rowspan="1" class="confluenceTd">boolean</td><td colspan="1" rowspan="1" class="confluenceTd">Flag to revoke OAuth refresh token on route shutdown, default false. Will require a fresh refresh token on restart using either a custom IAuthSecureStorage or automatic component login by providing a user password</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">sharedLink</td><td colspan="1" rowspan="1" class="confluenceTd">String</td><td colspan
 ="1" rowspan="1" class="confluenceTd">Box shared link for shared-* endpoints, can be a link for a shared comment, file or folder</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">sharedPassword</td><td colspan="1" rowspan="1" class="confluenceTd">String</td><td colspan="1" rowspan="1" class="confluenceTd">Password associated with the shared link, MUST be provided with sharedLink</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">userName</td><td colspan="1" rowspan="1" class="confluenceTd">String</td><td colspan="1" rowspan="1" class="confluenceTd">Box user name, MUST be provided</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">userPassword</td><td colspan="1" rowspan="1" class="confluenceTd">String</td><td colspan="1" rowspan="1" class="confluenceTd">Box user password, MUST be provided if authSecureStorage is not set, or returns null on first call</td></tr></tbody></table></div><h3 id="Box-ProducerEndpoints:">Producer Endpoints:</h3><p>Producer e
 ndpoints can use endpoint prefixes followed by endpoint names and associated options described next. A shorthand alias can be used for some endpoints. The endpoint URI MUST contain a prefix.</p><p>Endpoint options that are not mandatory are denoted by <strong>[]</strong>. When there are no mandatory options for an endpoint, one of the set of <strong>[]</strong> options MUST be provided. Producer endpoints can also use a special option&#160;<strong><code>inBody</code></strong>&#160;that in turn should contain the name of the endpoint option whose value will be contained in the Camel Exchange In message.</p><p>Any of the endpoint options can be provided in either the endpoint URI, or dynamically in a message header. The message header name must be of the format&#160;<strong><code>CamelBox.&lt;option&gt;</code></strong>. Note that the&#160;<strong><code>inBody</code></strong>&#160;option overrides message header, i.e. the endpoint option&#160;<strong><code>inBody=option</code></strong>
 &#160;would override a&#160;<strong><code>CamelBox.option</code></strong>&#160;header.</p><p>If a value is not provided for the option <strong>defaultRequest</strong> either in the endpoint URI or in a message header, it will be assumed to be&#160;<code>null</code>. Note that the&#160;<code>null</code>&#160;value will only be used if other options do not satisfy matching endpoints.</p><p>In case of Box API errors the endpoint will throw a RuntimeCamelException with a <strong>com.box.restclientv2.exceptions.BoxSDKException</strong>&#160;derived exception cause.</p><h4 id="Box-EndpointPrefixcollaborations">Endpoint Prefix&#160;<em>collaborations</em></h4><p>For more information on Box collaborations see <a shape="rect" class="external-link" href="https://developers.box.com/docs/#collaborations" rel="nofollow">https://developers.box.com/docs/#collaborations</a>.&#160;The following endpoints can be invoked with the prefix&#160;<strong><code>collaborations</code></strong>&#160;as follows
 :</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">    box://collaborations/endpoint?[options]</pre>
+<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[    box://collaborations/endpoint?[options]]]></script>
 </div></div><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Endpoint</th><th colspan="1" rowspan="1" class="confluenceTh">Shorthand Alias</th><th colspan="1" rowspan="1" class="confluenceTh">Options</th><th colspan="1" rowspan="1" class="confluenceTh">Result Body Type</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">createCollaboration</td><td colspan="1" rowspan="1" class="confluenceTd">create</td><td colspan="1" rowspan="1" class="confluenceTd">collabRequest, folderId</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxCollaboration</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">deleteCollaboration</td><td colspan="1" rowspan="1" class="confluenceTd">delete</td><td colspan="1" rowspan="1" class="confluenceTd">collabId, defaultRequest</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">getAl
 lCollaborations</td><td colspan="1" rowspan="1" class="confluenceTd">allCollaborations</td><td colspan="1" rowspan="1" class="confluenceTd">getAllCollabsRequest</td><td colspan="1" rowspan="1" class="confluenceTd">java.util.List</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">getCollaboration</td><td colspan="1" rowspan="1" class="confluenceTd">collaboration</td><td colspan="1" rowspan="1" class="confluenceTd">collabId, defaultRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxCollaboration</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">updateCollaboration</td><td colspan="1" rowspan="1" class="confluenceTd">update</td><td colspan="1" rowspan="1" class="confluenceTd">collabId, collabRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxCollaboration</td></tr></tbody></table></div><h5 id="Box-URIOptionsforcollaborations">URI Options for&#160;<em>collaborations</em></h5><div class="ta
 ble-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Name</th><th colspan="1" rowspan="1" class="confluenceTh">Type</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">collabId</td><td colspan="1" rowspan="1" class="confluenceTd">String</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">collabRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.requests.requestobjects.BoxCollabRequestObject</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">defaultRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.restclientv2.requestsbase.BoxDefaultRequestObject</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">folderId</td><td colspan="1" rowspan="1" class="confluenceTd">String</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">getAllCollabsRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.requests.requestobjects.BoxGe
 tAllCollabsRequestObject</td></tr></tbody></table></div><h4 id="Box-EndpointPrefixevents">Endpoint Prefix&#160;<em>events</em></h4><p>For more information on Box events see <a shape="rect" class="external-link" href="https://developers.box.com/docs/#events" rel="nofollow">https://developers.box.com/docs/#events</a>. Although this endpoint can be used by producers, Box events are better used as a consumer endpoint using the <strong>poll-events</strong> endpoint prefix. The following endpoints can be invoked with the prefix&#160;<strong><code>events</code></strong>&#160;as follows:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">  box://events/endpoint?[options]</pre>
+<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[  box://events/endpoint?[options]]]></script>
 </div></div><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Endpoint</th><th colspan="1" rowspan="1" class="confluenceTh">Shorthand Alias</th><th colspan="1" rowspan="1" class="confluenceTh">Options</th><th colspan="1" rowspan="1" class="confluenceTh">Result Body Type</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">getEventOptions</td><td colspan="1" rowspan="1" class="confluenceTd">eventOptions</td><td colspan="1" rowspan="1" class="confluenceTd">defaultRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxCollection</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">getEvents</td><td colspan="1" rowspan="1" class="confluenceTd">events</td><td colspan="1" rowspan="1" class="confluenceTd">eventRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxEventCollection</td></tr></tbody></table></div><h5 id="Box-URIOptionsforevents
 ">URI Options for&#160;<em>events</em></h5><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Name</th><th colspan="1" rowspan="1" class="confluenceTh">Type</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">defaultRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.restclientv2.requestsbase.BoxDefaultRequestObject</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">eventRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.requests.requestobjects.BoxEventRequestObject</td></tr></tbody></table></div><h4 id="Box-EndpointPrefixgroups">Endpoint Prefix&#160;<em>groups</em></h4><p>For more information on Box groups see <a shape="rect" class="external-link" href="https://developers.box.com/docs/#groups" rel="nofollow">https://developers.box.com/docs/#groups</a>. The following endpoints can be invoked with the prefix&#160;<strong><code>groups</code></strong>&#16
 0;as follows:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">    box://groups/endpoint?[options]</pre>
+<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[    box://groups/endpoint?[options]]]></script>
 </div></div><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Endpoint</th><th colspan="1" rowspan="1" class="confluenceTh">Shorthand Alias</th><th colspan="1" rowspan="1" class="confluenceTh">Options</th><th colspan="1" rowspan="1" class="confluenceTh">Result Body Type</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">createGroup</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd">[groupRequest], [name]</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxGroup</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">createMembership</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd">[groupId, role, userId], [groupMembershipRequest]</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxGroupMembership</td></tr><tr><td colspan=
 "1" rowspan="1" class="confluenceTd">deleteGroup</td><td colspan="1" rowspan="1" class="confluenceTd">delete</td><td colspan="1" rowspan="1" class="confluenceTd">defaultRequest, groupId</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">deleteMembership</td><td colspan="1" rowspan="1" class="confluenceTd">delete</td><td colspan="1" rowspan="1" class="confluenceTd">defaultRequest, membershipId</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">getAllCollaborations</td><td colspan="1" rowspan="1" class="confluenceTd">allCollaborations</td><td colspan="1" rowspan="1" class="confluenceTd">defaultRequest, groupId</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxCollection</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">getAllGroups</td><td colspan="1" rowspan="1" class="confluenceTd">allGroups</td><td c
 olspan="1" rowspan="1" class="confluenceTd">defaultRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxCollection</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">getMembership</td><td colspan="1" rowspan="1" class="confluenceTd">membership</td><td colspan="1" rowspan="1" class="confluenceTd">defaultRequest, membershipId</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxGroupMembership</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">getMemberships</td><td colspan="1" rowspan="1" class="confluenceTd">memberships</td><td colspan="1" rowspan="1" class="confluenceTd">defaultRequest, groupId</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxCollection</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">updateGroup</td><td colspan="1" rowspan="1" class="confluenceTd">update</td><td colspan="1" rowspan="1" class="confluenceTd">groupId, groupRequest</td><td
  colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxGroup</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">updateMembership</td><td colspan="1" rowspan="1" class="confluenceTd">update</td><td colspan="1" rowspan="1" class="confluenceTd">[groupMembershipRequest], [role], membershipId</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxGroupMembership</td></tr></tbody></table></div><h5 id="Box-URIOptionsforgroups">URI Options for&#160;<em>groups</em></h5><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Name</th><th colspan="1" rowspan="1" class="confluenceTh">Type</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">defaultRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.restclientv2.requestsbase.BoxDefaultRequestObject</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">groupId</td><td colspan="1" rowspan="1" class="c
 onfluenceTd">String</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">groupMembershipRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.requests.requestobjects.BoxGroupMembershipRequestObject</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">groupRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.requests.requestobjects.BoxGroupRequestObject</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">membershipId</td><td colspan="1" rowspan="1" class="confluenceTd">String</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">name</td><td colspan="1" rowspan="1" class="confluenceTd">String</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">role</td><td colspan="1" rowspan="1" class="confluenceTd">String</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">userId</td><td colspan="1" rowspan="1" class="confluenceTd">String</td></tr></tbody></table></div><h4 id="Box-Endpoi
 ntPrefixsearch"><span style="font-size: 16.0px;line-height: 1.5625;">Endpoint Prefix&#160;</span><em style="font-size: 16.0px;line-height: 1.5625;">search</em></h4><p>For more information on Box search API see <a shape="rect" class="external-link" href="https://developers.box.com/docs/#search" rel="nofollow">https://developers.box.com/docs/#search</a>.&#160;The following endpoints can be invoked with the prefix&#160;<strong><code>search</code></strong>&#160;as follows:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">    box://search/endpoint?[options]</pre>
+<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[    box://search/endpoint?[options]]]></script>
 </div></div><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Endpoint</th><th colspan="1" rowspan="1" class="confluenceTh">Shorthand Alias</th><th colspan="1" rowspan="1" class="confluenceTh">Options</th><th colspan="1" rowspan="1" class="confluenceTh">Result Body Type</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">search</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd">defaultRequest, searchQuery</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxCollection</td></tr></tbody></table></div><h5 id="Box-URIOptionsforsearch">URI Options for&#160;<em>search</em></h5><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Name</th><th colspan="1" rowspan="1" class="confluenceTh">Type</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">defaultRequest
 </td><td colspan="1" rowspan="1" class="confluenceTd">com.box.restclientv2.requestsbase.BoxDefaultRequestObject</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">searchQuery</td><td colspan="1" rowspan="1" class="confluenceTd">String</td></tr></tbody></table></div><h4 id="Box-EndpointPrefixcommentsandshared-comments">Endpoint Prefix <em>comments</em> and&#160;<em>shared-comments</em></h4><p>For more information on Box comments see <a shape="rect" class="external-link" href="https://developers.box.com/docs/#comments" rel="nofollow">https://developers.box.com/docs/#comments</a>. The following endpoints can be invoked with the prefix&#160;<span><strong>comments</strong> or&#160;</span><strong><code>shared-comments</code></strong>&#160;as follows. The&#160;<span><strong>shared-comments</strong> prefix requires <strong>sharedLink</strong> and <strong>sharedPassword</strong> properties.&#160;</span></p><div class="code panel pdl" style="border-width: 1px;"><div class="codeCont
 ent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">    box://comments/endpoint?[options]
-    box://shared-comments/endpoint?[options]</pre>
+<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[    box://comments/endpoint?[options]
+    box://shared-comments/endpoint?[options]]]></script>
 </div></div><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Endpoint</th><th colspan="1" rowspan="1" class="confluenceTh">Shorthand Alias</th><th colspan="1" rowspan="1" class="confluenceTh">Options</th><th colspan="1" rowspan="1" class="confluenceTh">Result Body Type</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">addComment</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd">[commentRequest], [commentedItemId, commentedItemType, message]</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxComment</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">deleteComment</td><td colspan="1" rowspan="1" class="confluenceTd">delete</td><td colspan="1" rowspan="1" class="confluenceTd">commentId, defaultRequest</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td></tr><tr><td colspan="1" rowspan="1" class=
 "confluenceTd">getComment</td><td colspan="1" rowspan="1" class="confluenceTd">comment</td><td colspan="1" rowspan="1" class="confluenceTd">commentId, defaultRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxComment</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">updateComment</td><td colspan="1" rowspan="1" class="confluenceTd">update</td><td colspan="1" rowspan="1" class="confluenceTd">commentId, commentRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxComment</td></tr></tbody></table></div><h5 id="Box-URIOptionsforcommentsandshared-comments">URI Options for <em>comments</em> and&#160;<em>shared-comments</em></h5><div class="table-wrap"><table class="confluenceTable" style="line-height: 1.4285715;"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Name</th><th colspan="1" rowspan="1" class="confluenceTh">Type</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">commentId<
 /td><td colspan="1" rowspan="1" class="confluenceTd">String</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">commentRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.requests.requestobjects.BoxCommentRequestObject</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">commentedItemId</td><td colspan="1" rowspan="1" class="confluenceTd">String</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">commentedItemType</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.IBoxType</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">defaultRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.restclientv2.requestsbase.BoxDefaultRequestObject</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">message</td><td colspan="1" rowspan="1" class="confluenceTd">String</td></tr></tbody></table></div><h4 id="Box-EndpointPrefixfilesandshared-files">Endpoint Prefix&#160;<em>files</em> 
 and&#160;<em>shared-files</em></h4><p>For more information on Box files see <a shape="rect" class="external-link" href="https://developers.box.com/docs/#files" rel="nofollow">https://developers.box.com/docs/#files</a>. The following endpoints can be invoked with the prefix&#160;<strong><code>files</code></strong>&#160;or&#160;<strong><code>shared-files</code></strong>&#160;as follows. The <strong><code>shared-files&#160;</code></strong>prefix requires <strong>sharedLink</strong> and <strong>sharedPassword</strong> properties.&#160;</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">   box://files/endpoint?[options]
-   box://shared-files/endpoint?[options]</pre>
+<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[   box://files/endpoint?[options]
+   box://shared-files/endpoint?[options]]]></script>
 </div></div><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Endpoint</th><th colspan="1" rowspan="1" class="confluenceTh">Shorthand Alias</th><th colspan="1" rowspan="1" class="confluenceTh">Options</th><th colspan="1" rowspan="1" class="confluenceTh">Result Body Type</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">copyFile</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd">fileId, itemCopyRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxFile</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">createSharedLink</td><td colspan="1" rowspan="1" class="confluenceTd">create</td><td colspan="1" rowspan="1" class="confluenceTd">fileId, sharedLinkRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxFile</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">d
 eleteFile</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd">defaultRequest, fileId</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">downloadFile</td><td colspan="1" rowspan="1" class="confluenceTd">download</td><td colspan="1" rowspan="1" class="confluenceTd">[destination, listener], [listener, outputStreams], defaultRequest, fileId</td><td colspan="1" rowspan="1" class="confluenceTd">java.io.InputStream</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">downloadThumbnail</td><td colspan="1" rowspan="1" class="confluenceTd">download</td><td colspan="1" rowspan="1" class="confluenceTd">extension, fileId, imageRequest</td><td colspan="1" rowspan="1" class="confluenceTd">java.io.InputStream</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">getFile</td><td colspan="1" rowspan="1" class="confluenceTd">file</td><td colspan="1" rowsp
 an="1" class="confluenceTd">defaultRequest, fileId</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxFile</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">getFileComments</td><td colspan="1" rowspan="1" class="confluenceTd">fileComments</td><td colspan="1" rowspan="1" class="confluenceTd">defaultRequest, fileId</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxCollection</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">getFileVersions</td><td colspan="1" rowspan="1" class="confluenceTd">fileVersions</td><td colspan="1" rowspan="1" class="confluenceTd">defaultRequest, fileId</td><td colspan="1" rowspan="1" class="confluenceTd">java.util.List</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">getPreview</td><td colspan="1" rowspan="1" class="confluenceTd">preview</td><td colspan="1" rowspan="1" class="confluenceTd">extension, fileId, imageRequest</td><td colspan="1" rowspan="1" class="co
 nfluenceTd">com.box.boxjavalibv2.dao.BoxPreview</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">getThumbnail</td><td colspan="1" rowspan="1" class="confluenceTd">thumbnail</td><td colspan="1" rowspan="1" class="confluenceTd">extension, fileId, imageRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxThumbnail</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">updateFileInfo</td><td colspan="1" rowspan="1" class="confluenceTd">update</td><td colspan="1" rowspan="1" class="confluenceTd">fileId, fileRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxFile</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">uploadFile</td><td colspan="1" rowspan="1" class="confluenceTd">upload</td><td colspan="1" rowspan="1" class="confluenceTd">fileUploadRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxFile</td></tr><tr><td colspan="1" rowspan="1" class="c
 onfluenceTd">uploadNewVersion</td><td colspan="1" rowspan="1" class="confluenceTd">upload</td><td colspan="1" rowspan="1" class="confluenceTd">fileId, fileUploadRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxFile</td></tr></tbody></table></div><h5 id="Box-URIOptionsforfilesandshared-files">URI Options for <em>files</em> and&#160;<em>shared-files</em></h5><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Name</th><th colspan="1" rowspan="1" class="confluenceTh">Type</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">defaultRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.restclientv2.requestsbase.BoxDefaultRequestObject</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">destination</td><td colspan="1" rowspan="1" class="confluenceTd">java.io.File</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">extension</td><td colspan="1" 
 rowspan="1" class="confluenceTd">String</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">fileId</td><td colspan="1" rowspan="1" class="confluenceTd">String</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">fileRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.requests.requestobjects.BoxFileRequestObject</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">fileUploadRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.restclientv2.requestsbase.BoxFileUploadRequestObject</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">imageRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.requests.requestobjects.BoxImageRequestObject</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">itemCopyRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.requests.requestobjects.BoxItemCopyRequestObject</td></tr><tr><td colspan="1" rowspan="1" clas
 s="confluenceTd">listener</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.filetransfer.IFileTransferListener</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">outputStreams</td><td colspan="1" rowspan="1" class="confluenceTd">java.io.OutputStream[]</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">sharedLinkRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.requests.requestobjects.BoxSharedLinkRequestObject</td></tr></tbody></table></div><h4 id="Box-EndpointPrefixfoldersandshared-folders">Endpoint Prefix <em>folders</em> and&#160;<em>shared-folders</em></h4><p>For more information on Box folders see <a shape="rect" class="external-link" href="https://developers.box.com/docs/#folders" rel="nofollow">https://developers.box.com/docs/#folders</a>. The following endpoints can be invoked with the prefix <strong><code>folders</code></strong>&#160;or&#160;<strong><code>shared-folders</code></strong>&#160;as fol
 lows. The prefix <strong>shared-folders</strong> requires <strong>sharedLink</strong> and <strong>sharedPassword</strong> properties.&#160;</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">    box://folders/endpoint?[options]
-    box://shared-folders/endpoint?[options]</pre>
+<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[    box://folders/endpoint?[options]
+    box://shared-folders/endpoint?[options]]]></script>
 </div></div><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Endpoint</th><th colspan="1" rowspan="1" class="confluenceTh">Shorthand Alias</th><th colspan="1" rowspan="1" class="confluenceTh">Options</th><th colspan="1" rowspan="1" class="confluenceTh">Result Body Type</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">copyFolder</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd">folderId, itemCopyRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxFolder</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">createFolder</td><td colspan="1" rowspan="1" class="confluenceTd">create</td><td colspan="1" rowspan="1" class="confluenceTd">folderRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxFolder</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">createSha
 redLink</td><td colspan="1" rowspan="1" class="confluenceTd">create</td><td colspan="1" rowspan="1" class="confluenceTd">folderId, sharedLinkRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxFolder</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">deleteFolder</td><td colspan="1" rowspan="1" class="confluenceTd">delete</td><td colspan="1" rowspan="1" class="confluenceTd">folderDeleteRequest, folderId</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">getFolder</td><td colspan="1" rowspan="1" class="confluenceTd">folder</td><td colspan="1" rowspan="1" class="confluenceTd">defaultRequest, folderId</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxFolder</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">getFolderCollaborations</td><td colspan="1" rowspan="1" class="confluenceTd">folderCollaborations</td><td colspan="1" rows
 pan="1" class="confluenceTd">defaultRequest, folderId</td><td colspan="1" rowspan="1" class="confluenceTd">java.util.List</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">getFolderItems</td><td colspan="1" rowspan="1" class="confluenceTd">folderItems</td><td colspan="1" rowspan="1" class="confluenceTd">folderId, pagingRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxCollection</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">updateFolderInfo</td><td colspan="1" rowspan="1" class="confluenceTd">update</td><td colspan="1" rowspan="1" class="confluenceTd">folderId, folderRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxFolder</td></tr></tbody></table></div><h5 id="Box-URIOptionsforfoldersorshared-folders">URI Options for <em>folders</em> or&#160;<em>shared-folders</em></h5><p>&#160;</p><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" cla
 ss="confluenceTh">Name</th><th colspan="1" rowspan="1" class="confluenceTh">Type</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">defaultRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.restclientv2.requestsbase.BoxDefaultRequestObject</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">folderDeleteRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.requests.requestobjects.BoxFolderDeleteRequestObject</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">folderId</td><td colspan="1" rowspan="1" class="confluenceTd">String</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">folderRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.requests.requestobjects.BoxFolderRequestObject</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">itemCopyRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.requests.requestobjects.BoxItemCopyRequ
 estObject</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">pagingRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.requests.requestobjects.BoxPagingRequestObject</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">sharedLinkRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.requests.requestobjects.BoxSharedLinkRequestObject</td></tr></tbody></table></div><h4 id="Box-EndpointPrefixshared-items">Endpoint Prefix&#160;<em>shared-items</em></h4><p>For more information on Box shared items see <a shape="rect" class="external-link" href="https://developers.box.com/docs/#shared-items" rel="nofollow">https://developers.box.com/docs/#shared-items</a>. The following endpoints can be invoked with the prefix&#160;<strong><code>shared-items</code></strong>&#160;as follows:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">    box://shared-items/endpoint?[options]</pre>
+<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[    box://shared-items/endpoint?[options]]]></script>
 </div></div><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Endpoint</th><th colspan="1" rowspan="1" class="confluenceTh">Shorthand Alias</th><th colspan="1" rowspan="1" class="confluenceTh">Options</th><th colspan="1" rowspan="1" class="confluenceTh">Result Body Type</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">getSharedItem</td><td colspan="1" rowspan="1" class="confluenceTd">sharedItem</td><td colspan="1" rowspan="1" class="confluenceTd">defaultRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxItem</td></tr></tbody></table></div><h5 id="Box-URIOptionsforshared-items">URI Options for&#160;<em>shared-items</em></h5><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Name</th><th colspan="1" rowspan="1" class="confluenceTh">Type</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">defaultReq
 uest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.restclientv2.requestsbase.BoxDefaultRequestObject</td></tr></tbody></table></div><h4 id="Box-EndpointPrefixusers">Endpoint Prefix&#160;<em>users</em></h4><p>For information on Box users see <a shape="rect" class="external-link" href="https://developers.box.com/docs/#users" rel="nofollow">https://developers.box.com/docs/#users</a>. The following endpoints can be invoked with the prefix&#160;<strong><code>users</code></strong>&#160;as follows:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">    box://users/endpoint?[options]</pre>
+<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[    box://users/endpoint?[options]]]></script>
 </div></div><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Endpoint</th><th colspan="1" rowspan="1" class="confluenceTh">Shorthand Alias</th><th colspan="1" rowspan="1" class="confluenceTh">Options</th><th colspan="1" rowspan="1" class="confluenceTh">Result Body Type</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">addEmailAlias</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd">emailAliasRequest, userId</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxEmailAlias</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">createEnterpriseUser</td><td colspan="1" rowspan="1" class="confluenceTd">create</td><td colspan="1" rowspan="1" class="confluenceTd">userRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxUser</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd
 ">deleteEmailAlias</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd">defaultRequest, emailId, userId</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">deleteEnterpriseUser</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd">userDeleteRequest, userId</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">getAllEnterpriseUser</td><td colspan="1" rowspan="1" class="confluenceTd">allEnterpriseUser</td><td colspan="1" rowspan="1" class="confluenceTd">defaultRequest, filterTerm</td><td colspan="1" rowspan="1" class="confluenceTd">java.util.List</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">getCurrentUser</td><td colspan="1" rowspan="1" class="confluenceTd">currentUser</td><td colspan="1" rowspan="1" class="confluen
 ceTd">defaultRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxUser</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">getEmailAliases</td><td colspan="1" rowspan="1" class="confluenceTd">emailAliases</td><td colspan="1" rowspan="1" class="confluenceTd">defaultRequest, userId</td><td colspan="1" rowspan="1" class="confluenceTd">java.util.List</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">moveFolderToAnotherUser</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd">folderId, simpleUserRequest, userId</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxFolder</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">updateUserInformaiton</td><td colspan="1" rowspan="1" class="confluenceTd">update</td><td colspan="1" rowspan="1" class="confluenceTd">userId, userRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.b
 oxjavalibv2.dao.BoxUser</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">updateUserPrimaryLogin</td><td colspan="1" rowspan="1" class="confluenceTd">update</td><td colspan="1" rowspan="1" class="confluenceTd">userId, userUpdateLoginRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.dao.BoxUser</td></tr></tbody></table></div><h5 id="Box-URIOptionsforusers">URI Options for&#160;<em>users</em></h5><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Name</th><th colspan="1" rowspan="1" class="confluenceTh">Type</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">defaultRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.restclientv2.requestsbase.BoxDefaultRequestObject</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">emailAliasRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.requests.requestobjects.BoxEmailAli
 asRequestObject</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">emailId</td><td colspan="1" rowspan="1" class="confluenceTd">String</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">filterTerm</td><td colspan="1" rowspan="1" class="confluenceTd">String</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">folderId</td><td colspan="1" rowspan="1" class="confluenceTd">String</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">simpleUserRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.requests.requestobjects.BoxSimpleUserRequestObject</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">userDeleteRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.requests.requestobjects.BoxUserDeleteRequestObject</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">userId</td><td colspan="1" rowspan="1" class="confluenceTd">String</td></tr><tr><td colspan="1" rowspan="1" class="
 confluenceTd">userRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">userUpdateLoginRequest</td><td colspan="1" rowspan="1" class="confluenceTd">com.box.boxjavalibv2.requests.requestobjects.BoxUserUpdateLoginRequestObject</td></tr></tbody></table></div><h3 id="Box-ConsumerEndpoints:">Consumer Endpoints:</h3><p>For more information on Box events see <a shape="rect" class="external-link" href="https://developers.box.com/docs/#events" rel="nofollow">https://developers.box.com/docs/#events</a>&#160;and for long polling see&#160;<a shape="rect" class="external-link" href="https://developers.box.com/docs/#events-long-polling" rel="nofollow">https://developers.box.com/docs/#events-long-polling</a>. Consumer endpoints can only use the endpoint prefix <strong>poll-events</strong> as shown in the example next.&#160;<span style="line-height: 1.4285715;">By d
 efault the consumer will split the&#160;</span><span style="line-height: 1.4285715;">com.box.boxjavalibv2.dao.BoxEventCollection from every long poll and create an exchange for every&#160;com.box.boxjavalibv2.dao.BoxEvent</span><span style="line-height: 1.4285715;">. To make the consumer return the entire <span>collection in a single exchange, use the URI option <strong>consumer.splitResult=false</strong></span></span><span style="line-height: 1.4285715;">.</span></p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">    box://poll-events/endpoint?[options]</pre>
+<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[    box://poll-events/endpoint?[options]]]></script>
 </div></div><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Endpoint</th><th colspan="1" rowspan="1" class="confluenceTh">Shorthand Alias</th><th colspan="1" rowspan="1" class="confluenceTh">Options</th><th colspan="1" rowspan="1" class="confluenceTh">Result Body Type</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">poll</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd">limit, streamPosition, streamType</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;<span>com.box.boxjavalibv2.dao.BoxEvent by default, or <span>com.box.boxjavalibv2.dao.BoxEventCollection when consumer.splitResult=false</span></span></td></tr></tbody></table></div><h5 id="Box-URIOptionsforpoll-events">URI Options for&#160;<em>poll-events</em></h5><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Name</t
 h><th colspan="1" rowspan="1" class="confluenceTh">Type</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">limit</td><td colspan="1" rowspan="1" class="confluenceTd">Integer</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">streamPosition</td><td colspan="1" rowspan="1" class="confluenceTd">Long</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">streamType</td><td colspan="1" rowspan="1" class="confluenceTd">String</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">splitResult</td><td colspan="1" rowspan="1" class="confluenceTd">boolean</td></tr></tbody></table></div><h3 id="Box-Messageheader">Message header</h3><p>Any of the options&#160;can be provided in a message header for producer endpoints with <strong>CamelBox.</strong> prefix.</p><h3 id="Box-Messagebody">Message body</h3><p>All result message bodies utilize objects provided by the Box Java SDK. Producer endpoints can specify the option name for incoming message body in the <stron
 g>inBody</strong> endpoint parameter.</p><h3 id="Box-TypeConverter">Type Converter</h3><p>The Box component also provides a Camel type converter to convert <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/component/file/GenericFile.html">GenericFile</a> objects from <a shape="rect" class="external-link" href="http://camel.apache.org/file2.html">File</a> component to a&#160;<strong>com.box.restclientv2.requestsbase.BoxFileUploadRequestObject</strong> to upload files to Box.com. The target <strong>folderId</strong> for the upload can be specified in the exchange property&#160;<strong>CamelBox.folderId</strong>. If the exchange property is not specified the value defaults to <strong>"</strong><strong>0"</strong> for the root folder ID.&#160;</p><h3 id="Box-Usecases"><span style="font-size: 16.0px;line-height: 1.5625;">Use cases</span></h3><p>The following route uploads new files to the user's root folder:</p><div clas
 s="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">	from("file:...")
-		.to("box://files/upload/inBody=fileUploadRequest");
-</pre>
+<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[	from(&quot;file:...&quot;)
+		.to(&quot;box://files/upload/inBody=fileUploadRequest&quot;);
+]]></script>
 </div></div><p>The following route polls user's account for updates:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">	from("box://poll-events/poll?streamPosition=-1&amp;streamType=all&amp;limit=100")
-		.to("bean:blah");
-</pre>
+<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[	from(&quot;box://poll-events/poll?streamPosition=-1&amp;streamType=all&amp;limit=100&quot;)
+		.to(&quot;bean:blah&quot;);
+]]></script>
 </div></div><p>The following route uses a producer with dynamic header options.&#160;<span style="color: rgb(51,51,51);line-height: 1.4285715;">The </span><strong style="color: rgb(51,51,51);line-height: 1.4285715;">fileId</strong><span style="color: rgb(51,51,51);line-height: 1.4285715;">&#160;property has the Box file id , so its assigned to the </span><strong style="color: rgb(51,51,51);line-height: 1.4285715;">CamelBox.fileId</strong><span style="color: rgb(51,51,51);line-height: 1.4285715;"> header as follows:</span></p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">	from("direct:foo")
-		.setHeader("CamelBox.fileId", header("fileId"))
-		.to("box://files/download")
-		.to("file://...");
-</pre>
+<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[	from(&quot;direct:foo&quot;)
+		.setHeader(&quot;CamelBox.fileId&quot;, header(&quot;fileId&quot;))
+		.to(&quot;box://files/download&quot;)
+		.to(&quot;file://...&quot;);
+]]></script>
 </div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">
             <div class="navigation_top">
                 <!-- NavigationBar -->
-<div class="navigation_bottom" id="navigation_bottom"><h3 id="Navigation-Overviewhttps://cwiki.apache.org/confluence/pages/viewpage.action?pageId=49132"><a shape="rect" href="overview.html">Overview</a></h3><ul class="alternate"><li><a shape="rect" href="index.html">Home</a></li><li><a shape="rect" href="download.html">Download</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li><li><a shape="rect" href="faq.html">FAQ</a></li></ul><h3 id="Navigation-Documentationhttps://cwiki.apache.org/confluence/pages/viewpage.action?pageId=49534"><a shape="rect" href="documentation.html">Documentation</a></h3><ul class="alternate"><li><a shape="rect" href="user-guide.html">User Guide</a></li><li><a shape="rect" href="manual.html">Manual</a></li><li><a shape="rect" href="books.html">Books</a></li><li><a shape="rect" href="tutorials.html">Tutorials</a></li><li><a shape="rect" href="examples.html">Examples</a></li><li><a shape="rect" href="cookbook.html">Cookbook</a></li>
 <li><a shape="rect" href="architecture.html">Architecture</a></li><li><a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></li><li><a shape="rect" href="dsl.html">DSL</a></li><li><a shape="rect" href="components.html">Components</a></li><li><a shape="rect" href="data-format.html">Data Format</a></li><li><a shape="rect" href="languages.html">Languages</a></li><li><a shape="rect" href="security.html">Security</a></li><li><a shape="rect" href="security-advisories.html">Security Advisories</a></li></ul><h3 id="Navigation-Search">Search</h3><form enctype="application/x-www-form-urlencoded" method="get" id="cse-search-box" action="http://www.google.com/cse">
+<div class="navigation_bottom" id="navigation_bottom"><h3 id="Navigation-Overview"><a shape="rect" href="overview.html">Overview</a></h3><ul class="alternate"><li><a shape="rect" href="index.html">Home</a></li><li><a shape="rect" href="download.html">Download</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li><li><a shape="rect" href="faq.html">FAQ</a></li></ul><h3 id="Navigation-Documentation"><a shape="rect" href="documentation.html">Documentation</a></h3><ul class="alternate"><li><a shape="rect" href="user-guide.html">User Guide</a></li><li><a shape="rect" href="manual.html">Manual</a></li><li><a shape="rect" href="books.html">Books</a></li><li><a shape="rect" href="tutorials.html">Tutorials</a></li><li><a shape="rect" href="examples.html">Examples</a></li><li><a shape="rect" href="cookbook.html">Cookbook</a></li><li><a shape="rect" href="architecture.html">Architecture</a></li><li><a shape="rect" href="enterprise-integration-patterns.html">Enterprise
  Integration Patterns</a></li><li><a shape="rect" href="dsl.html">DSL</a></li><li><a shape="rect" href="components.html">Components</a></li><li><a shape="rect" href="data-format.html">Data Format</a></li><li><a shape="rect" href="languages.html">Languages</a></li><li><a shape="rect" href="security.html">Security</a></li><li><a shape="rect" href="security-advisories.html">Security Advisories</a></li></ul><h3 id="Navigation-Search">Search</h3><form enctype="application/x-www-form-urlencoded" method="get" id="cse-search-box" action="http://www.google.com/cse">
   <div>
     <input type="hidden" name="cx" value="007878419884033443453:m5nhvy4hmyq">
     <input type="hidden" name="ie" value="UTF-8">
@@ -145,7 +145,7 @@
     <input type="submit" name="sa" value="Search">
   </div>
 </form>
-<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script><h3 id="Navigation-Communityhttps://cwiki.apache.org/confluence/pages/viewpage.action?pageId=49115"><a shape="rect" href="community.html">Community</a></h3><ul class="alternate"><li><a shape="rect" href="support.html">Support</a></li><li><a shape="rect" href="contributing.html">Contributing</a></li><li><a shape="rect" href="discussion-forums.html">Discussion Forums</a></li><li><a shape="rect" href="mailing-lists.html">Mailing Lists</a></li><li><a shape="rect" href="user-stories.html">User Stories</a></li><li><a shape="rect" href="news.html">News</a></li><li><a shape="rect" href="articles.html">Articles</a></li><li><a shape="rect" href="site.html">Site</a></li><li><a shape="rect" href="team.html">Team</a></li><li><a shape="rect" class="external-link" href="http://camel-extra.googlecode.com/" rel="nofollow">Camel Extra</a></li></ul><h3 id="Navigation-Developershttps://cwi
 ki.apache.org/confluence/pages/viewpage.action?pageId=49124"><a shape="rect" href="developers.html">Developers</a></h3><ul class="alternate"><li><a shape="rect" href="developers.html">Developer Guide</a></li><li><a shape="rect" href="source.html">Source</a></li><li><a shape="rect" href="building.html">Building</a></li><li><a shape="rect" href="javadoc.html">JavaDoc</a></li><li><a shape="rect" href="irc-room.html">IRC Room</a></li></ul><h3 id="Navigation-ApacheSoftwareFoundation">Apache Software Foundation</h3><ul class="alternate"><li><a shape="rect" class="external-link" href="http://www.apache.org/licenses/">License</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/security/">Security</a></li></ul></div>
+<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script><h3 id="Navigation-Community"><a shape="rect" href="community.html">Community</a></h3><ul class="alternate"><li><a shape="rect" href="support.html">Support</a></li><li><a shape="rect" href="contributing.html">Contributing</a></li><li><a shape="rect" href="discussion-forums.html">Discussion Forums</a></li><li><a shape="rect" href="mailing-lists.html">Mailing Lists</a></li><li><a shape="rect" href="user-stories.html">User Stories</a></li><li><a shape="rect" href="news.html">News</a></li><li><a shape="rect" href="articles.html">Articles</a></li><li><a shape="rect" href="site.html">Site</a></li><li><a shape="rect" href="team.html">Team</a></li><li><a shape="rect" class="external-link" href="http://camel-extra.googlecode.com/" rel="nofollow">Camel Extra</a></li></ul><h3 id="Navigation-Developers"><a shape="rect" href="developers.html">Developers</a></h3><ul class="alternate"
 ><li><a shape="rect" href="developers.html">Developer Guide</a></li><li><a shape="rect" href="source.html">Source</a></li><li><a shape="rect" href="building.html">Building</a></li><li><a shape="rect" href="javadoc.html">JavaDoc</a></li><li><a shape="rect" href="irc-room.html">IRC Room</a></li></ul><h3 id="Navigation-ApacheSoftwareFoundation">Apache Software Foundation</h3><ul class="alternate"><li><a shape="rect" class="external-link" href="http://www.apache.org/licenses/">License</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/security/">Security</a></li></ul></div>
                 <!-- NavigationBar -->
             </div>
           </div>

Modified: websites/production/camel/content/camel-162-release.html
==============================================================================
--- websites/production/camel/content/camel-162-release.html (original)
+++ websites/production/camel/content/camel-162-release.html Tue Sep 22 14:26:24 2015
@@ -87,24 +87,24 @@
         <td valign="top" width="100%">
 <div class="wiki-content maincontent"><h1 id="Camel1.6.2Release-Camel1.6.2release">Camel 1.6.2 release</h1><div style="padding-right:20px;float:left;margin-left:-20px;">
 <p><span class="confluence-embedded-file-wrapper"><img class="confluence-embedded-image confluence-external-resource" src="http://camel.apache.org/download.data/camel-box-v1.0-150x200.png" data-image-src="http://camel.apache.org/download.data/camel-box-v1.0-150x200.png"></span> </p></div><div style="min-height:200px"></div><h2 id="Camel1.6.2Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 1.6.2 release which approx 101 issues resolved (new features, improvements and bug fixes such as...)</p><ul><li>Fixes for OSGi bundles.</li><li>Support multiple camel versions in OSGi containers.</li><li>Fixed Karaf features for a few components</li><li>Fixed rollback for transactional routes in camel-cxf.</li><li>Fixed and improved examples.</li><li>Fixed issue with start/stop state machine.</li><li>Logging improvements.</li><li>Improvements and fixes in multiple components <a shape="rect" href="mail.html">Mail</a>, <a shape="rect" href="mina.html">MINA</a>, <a shape="rect" href=
 "irc.html">IRC</a>, <a shape="rect" href="http.html">HTTP</a>, <a shape="rect" href="jms.html">JMS</a>.</li><li>Cleanup of CamelNamespaceHandler.</li><li>Compatibility with Spring 2.0.x in <a shape="rect" href="jms.html">JMS</a>, <a shape="rect" href="spring.html">Spring</a>, <a shape="rect" href="mail.html">Mail</a>.</li><li>Removed the uber-jar from the Camel distro.</li><li>Build system improvements and fixes.</li></ul><h3 id="Camel1.6.2Release-New">New <a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></h3><ul><li>None</li></ul><h3 id="Camel1.6.2Release-New.1">New <a shape="rect" href="components.html">Components</a></h3><ul><li>None</li></ul><h3 id="Camel1.6.2Release-New.2">New <a shape="rect" href="dsl.html">DSL</a></h3><ul><li>None</li></ul><h3 id="Camel1.6.2Release-NewAnnotations">New Annotations</h3><ul><li>None</li></ul><h3 id="Camel1.6.2Release-NewDataFormats">New <a shape="rect" href="data-format.html">Data Formats</a></h3><ul
 ><li>None</li></ul><h3 id="Camel1.6.2Release-New.3">New <a shape="rect" href="languages.html">Languages</a></h3><ul><li>None</li></ul><h3 id="Camel1.6.2Release-New.4">New <a shape="rect" href="examples.html">Examples</a></h3><ul><li>None</li></ul><h2 id="Camel1.6.2Release-APIbreakings">API breakings</h2><ul><li>None</li></ul><h2 id="Camel1.6.2Release-KnownIssues">Known Issues</h2><p>See known issues from previous releases.</p><h2 id="Camel1.6.2Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><p>The uber-jar is not shipped anymore. You must include the required camel components.</p><h2 id="Camel1.6.2Release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel1.6.2Release-BinaryDistributions">Binary Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p>
 </th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Windows Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/1.6.2/apache-camel-1.6.2.zip">apache-camel-1.6.2.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/1.6.2/apache-camel-1.6.2.zip.asc">apache-camel-1.6.2.zip.asc</a></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Unix/Linux/Cygwin Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/1.6.2/apache-camel-1.6.2.tar.gz">apache-camel-1.6.2.tar.gz</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="re
 ct" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/1.6.2/apache-camel-1.6.2.tar.gz.asc">apache-camel-1.6.2.tar.gz.asc</a></p></td></tr></tbody></table></div><div class="confluence-information-macro confluence-information-macro-information"><p class="title">The above URLs use redirection</p><span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span><div class="confluence-information-macro-body"><p>The above URLs use the Apache Mirror system to redirect you to a suitable mirror for your download. Some users have experienced issues with some versions of browsers (e.g. some Safari browsers). If the download doesn't seem to work for you from the above URL then try using <a shape="rect" class="external-link" href="http://www.mozilla.com/en-US/firefox/" rel="nofollow">FireFox</a></p></div></div><h3 id="Camel1.6.2Release-SourceDistributions">Source Distributions</h3><div class="table-wrap"><table class="confluenceTable"><t
 body><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Source for Windows</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/1.6.2/apache-camel-1.6.2-src.zip">apache-camel-1.6.2-src.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/1.6.2/apache-camel-1.6.2-src.zip.asc">apache-camel-1.6.2-src.zip.asc</a></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Source for Unix/Linux/Cygwin</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.o
 rg/dist/camel/apache-camel/1.6.2/apache-camel-1.6.2-src.tar.gz">apache-camel-1.6.2-src.tar.gz</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/1.6.2/apache-camel-1.6.2-src.tar.gz.asc">apache-camel-1.6.2-src.tar.gz.asc</a></p></td></tr></tbody></table></div><h3 id="Camel1.6.2Release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3><p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: xml; gutter: false; theme: Default" style="font-size:12px;"> 
+<script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[ 
 &lt;dependency&gt; 
 &lt;groupId&gt;org.apache.camel&lt;/groupId&gt; 
 &lt;artifactId&gt;camel-core&lt;/artifactId&gt; 
 &lt;version&gt;1.6.2&lt;/version&gt; 
 &lt;/dependency&gt; 
-</pre>
+]]></script>
 </div></div><h3 id="Camel1.6.2Release-SVNTagCheckout">SVN Tag Checkout</h3><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;"> 
+<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[ 
 svn co http://svn.apache.org/repos/asf/camel/tags/camel-1.6.2 
-</pre>
+]]></script>
 </div></div><h2 id="Camel1.6.2Release-Changelog">Changelog</h2><p>For a more detailed view of new features and bug fixes, see:</p><ul><li><a shape="rect" class="external-link" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;styleName=Html&amp;version=12315679">JIRA Release notes for 1.6.2</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">
             <div class="navigation_top">
                 <!-- NavigationBar -->
-<div class="navigation_bottom" id="navigation_bottom"><h3 id="Navigation-Overviewhttps://cwiki.apache.org/confluence/pages/viewpage.action?pageId=49132"><a shape="rect" href="overview.html">Overview</a></h3><ul class="alternate"><li><a shape="rect" href="index.html">Home</a></li><li><a shape="rect" href="download.html">Download</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li><li><a shape="rect" href="faq.html">FAQ</a></li></ul><h3 id="Navigation-Documentationhttps://cwiki.apache.org/confluence/pages/viewpage.action?pageId=49534"><a shape="rect" href="documentation.html">Documentation</a></h3><ul class="alternate"><li><a shape="rect" href="user-guide.html">User Guide</a></li><li><a shape="rect" href="manual.html">Manual</a></li><li><a shape="rect" href="books.html">Books</a></li><li><a shape="rect" href="tutorials.html">Tutorials</a></li><li><a shape="rect" href="examples.html">Examples</a></li><li><a shape="rect" href="cookbook.html">Cookbook</a></li>
 <li><a shape="rect" href="architecture.html">Architecture</a></li><li><a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></li><li><a shape="rect" href="dsl.html">DSL</a></li><li><a shape="rect" href="components.html">Components</a></li><li><a shape="rect" href="data-format.html">Data Format</a></li><li><a shape="rect" href="languages.html">Languages</a></li><li><a shape="rect" href="security.html">Security</a></li><li><a shape="rect" href="security-advisories.html">Security Advisories</a></li></ul><h3 id="Navigation-Search">Search</h3><form enctype="application/x-www-form-urlencoded" method="get" id="cse-search-box" action="http://www.google.com/cse">
+<div class="navigation_bottom" id="navigation_bottom"><h3 id="Navigation-Overview"><a shape="rect" href="overview.html">Overview</a></h3><ul class="alternate"><li><a shape="rect" href="index.html">Home</a></li><li><a shape="rect" href="download.html">Download</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li><li><a shape="rect" href="faq.html">FAQ</a></li></ul><h3 id="Navigation-Documentation"><a shape="rect" href="documentation.html">Documentation</a></h3><ul class="alternate"><li><a shape="rect" href="user-guide.html">User Guide</a></li><li><a shape="rect" href="manual.html">Manual</a></li><li><a shape="rect" href="books.html">Books</a></li><li><a shape="rect" href="tutorials.html">Tutorials</a></li><li><a shape="rect" href="examples.html">Examples</a></li><li><a shape="rect" href="cookbook.html">Cookbook</a></li><li><a shape="rect" href="architecture.html">Architecture</a></li><li><a shape="rect" href="enterprise-integration-patterns.html">Enterprise
  Integration Patterns</a></li><li><a shape="rect" href="dsl.html">DSL</a></li><li><a shape="rect" href="components.html">Components</a></li><li><a shape="rect" href="data-format.html">Data Format</a></li><li><a shape="rect" href="languages.html">Languages</a></li><li><a shape="rect" href="security.html">Security</a></li><li><a shape="rect" href="security-advisories.html">Security Advisories</a></li></ul><h3 id="Navigation-Search">Search</h3><form enctype="application/x-www-form-urlencoded" method="get" id="cse-search-box" action="http://www.google.com/cse">
   <div>
     <input type="hidden" name="cx" value="007878419884033443453:m5nhvy4hmyq">
     <input type="hidden" name="ie" value="UTF-8">
@@ -112,7 +112,7 @@ svn co http://svn.apache.org/repos/asf/c
     <input type="submit" name="sa" value="Search">
   </div>
 </form>
-<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script><h3 id="Navigation-Communityhttps://cwiki.apache.org/confluence/pages/viewpage.action?pageId=49115"><a shape="rect" href="community.html">Community</a></h3><ul class="alternate"><li><a shape="rect" href="support.html">Support</a></li><li><a shape="rect" href="contributing.html">Contributing</a></li><li><a shape="rect" href="discussion-forums.html">Discussion Forums</a></li><li><a shape="rect" href="mailing-lists.html">Mailing Lists</a></li><li><a shape="rect" href="user-stories.html">User Stories</a></li><li><a shape="rect" href="news.html">News</a></li><li><a shape="rect" href="articles.html">Articles</a></li><li><a shape="rect" href="site.html">Site</a></li><li><a shape="rect" href="team.html">Team</a></li><li><a shape="rect" class="external-link" href="http://camel-extra.googlecode.com/" rel="nofollow">Camel Extra</a></li></ul><h3 id="Navigation-Developershttps://cwi
 ki.apache.org/confluence/pages/viewpage.action?pageId=49124"><a shape="rect" href="developers.html">Developers</a></h3><ul class="alternate"><li><a shape="rect" href="developers.html">Developer Guide</a></li><li><a shape="rect" href="source.html">Source</a></li><li><a shape="rect" href="building.html">Building</a></li><li><a shape="rect" href="javadoc.html">JavaDoc</a></li><li><a shape="rect" href="irc-room.html">IRC Room</a></li></ul><h3 id="Navigation-ApacheSoftwareFoundation">Apache Software Foundation</h3><ul class="alternate"><li><a shape="rect" class="external-link" href="http://www.apache.org/licenses/">License</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/security/">Security</a></li></ul></div>
+<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script><h3 id="Navigation-Community"><a shape="rect" href="community.html">Community</a></h3><ul class="alternate"><li><a shape="rect" href="support.html">Support</a></li><li><a shape="rect" href="contributing.html">Contributing</a></li><li><a shape="rect" href="discussion-forums.html">Discussion Forums</a></li><li><a shape="rect" href="mailing-lists.html">Mailing Lists</a></li><li><a shape="rect" href="user-stories.html">User Stories</a></li><li><a shape="rect" href="news.html">News</a></li><li><a shape="rect" href="articles.html">Articles</a></li><li><a shape="rect" href="site.html">Site</a></li><li><a shape="rect" href="team.html">Team</a></li><li><a shape="rect" class="external-link" href="http://camel-extra.googlecode.com/" rel="nofollow">Camel Extra</a></li></ul><h3 id="Navigation-Developers"><a shape="rect" href="developers.html">Developers</a></h3><ul class="alternate"
 ><li><a shape="rect" href="developers.html">Developer Guide</a></li><li><a shape="rect" href="source.html">Source</a></li><li><a shape="rect" href="building.html">Building</a></li><li><a shape="rect" href="javadoc.html">JavaDoc</a></li><li><a shape="rect" href="irc-room.html">IRC Room</a></li></ul><h3 id="Navigation-ApacheSoftwareFoundation">Apache Software Foundation</h3><ul class="alternate"><li><a shape="rect" class="external-link" href="http://www.apache.org/licenses/">License</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/security/">Security</a></li></ul></div>
                 <!-- NavigationBar -->
             </div>
           </div>