Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B976017C3C for ; Fri, 3 Apr 2015 01:20:19 +0000 (UTC) Received: (qmail 27395 invoked by uid 500); 3 Apr 2015 01:20:19 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 27338 invoked by uid 500); 3 Apr 2015 01:20:19 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 27328 invoked by uid 99); 3 Apr 2015 01:20:19 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Apr 2015 01:20:19 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 51038AC012C for ; Fri, 3 Apr 2015 01:20:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r946143 - in /websites/production/camel/content: book-dataformat-appendix.html book-in-one-page.html cache/main.pageCache json.html Date: Fri, 03 Apr 2015 01:20:18 -0000 To: commits@camel.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150403012019.51038AC012C@hades.apache.org> Author: buildbot Date: Fri Apr 3 01:20:18 2015 New Revision: 946143 Log: Production update by buildbot for camel Modified: websites/production/camel/content/book-dataformat-appendix.html websites/production/camel/content/book-in-one-page.html websites/production/camel/content/cache/main.pageCache websites/production/camel/content/json.html Modified: websites/production/camel/content/book-dataformat-appendix.html ============================================================================== --- websites/production/camel/content/book-dataformat-appendix.html (original) +++ websites/production/camel/content/book-dataformat-appendix.html Fri Apr 3 01:20:18 2015 @@ -945,12 +945,12 @@ df.disableFeature(DeserializationFeature df.disableFeature(DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES);]]>

Formatted JSON marshalling

Available as of Camel 2.16

Using the prettyPrint option one can output a well formatted JSON while marshalling:

And in Java DSL:

- -

 

+ The Zip Data Format is a message compression and de-compression format. Messages marshalled using Zip compression can be unmarshalled using Zip decompression just prior to being consumed at the endpoint. The compression capability is quite useful when you deal with large XML and Text based payloads. It facilitates more optimal use of network bandwidth while incurring a small cost in order to compress and decompress payloads at the endpoint.
Modified: websites/production/camel/content/book-in-one-page.html ============================================================================== --- websites/production/camel/content/book-in-one-page.html (original) +++ websites/production/camel/content/book-in-one-page.html Fri Apr 3 01:20:18 2015 @@ -4126,11 +4126,11 @@ While not actual tutorials you might fin

Preface

This tutorial aims to guide the reader through the stages of creating a project which uses Camel to facilitate the routing of messages from a JMS queue to a Spring service. The route works in a synchronous fashion returning a response to the client.

+/*]]>*/

  • Tutorial on Spring Remoting with JMS
  • Preface
  • Prerequisites
  • Distribution
  • About
  • Create the Camel Project
  • Writing the Server @@ -6316,11 +6316,11 @@ So we completed the last piece in the pi
    +/*]]>*/

    Formatted JSON marshalling

    Available as of Camel 2.16

    Using the prettyPrint option one can output a well formatted JSON while marshalling:

    And in Java DSL:

    - -

     

    +
The Zip Data Format is a message compression and de-compression format. Messages marshalled using Zip compression can be unmarshalled using Zip decompression just prior to being consumed at the endpoint. The compression capability is quite useful when you deal with large XML and Text based payloads. It facilitates more optimal use of network bandwidth while incurring a small cost in order to compress and decompress payloads at the endpoint.
@@ -18930,11 +18930,11 @@ template.send("direct:alias-verify&

The cxf: component provides integration with Apache CXF for connecting to JAX-WS services hosted in CXF.

+/*]]>*/

  • CXF Component
    • URI format
    • Options
      • The descriptions of the dataformats Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/json.html ============================================================================== --- websites/production/camel/content/json.html (original) +++ websites/production/camel/content/json.html Fri Apr 3 01:20:18 2015 @@ -308,12 +308,12 @@ df.disableFeature(DeserializationFeature df.disableFeature(DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES);]]>

Formatted JSON marshalling

Available as of Camel 2.16

Using the prettyPrint option one can output a well formatted JSON while marshalling:

And in Java DSL:

- -

 

+