Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CE2A8C368 for ; Fri, 21 Nov 2014 06:00:50 +0000 (UTC) Received: (qmail 83478 invoked by uid 500); 21 Nov 2014 06:00:50 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 83431 invoked by uid 500); 21 Nov 2014 06:00:50 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Delivered-To: moderator for users@camel.apache.org Received: (qmail 41061 invoked by uid 99); 20 Nov 2014 22:19:34 -0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of sandeepreddip@gmail.com does not designate 162.253.133.43 as permitted sender) Date: Thu, 20 Nov 2014 15:18:06 -0700 (MST) From: sandp To: users@camel.apache.org Message-ID: <1416521886296-5759386.post@n5.nabble.com> In-Reply-To: <1416511683915-5759382.post@n5.nabble.com> References: <1416511683915-5759382.post@n5.nabble.com> Subject: Re: Camel-Restlet 2.14.0 DecodeRepresentation MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org *There is no WrappedRepresentation in the entity of the Response object. * Response response = exchange.getIn().getHeader(RestletConstants.RESTLET_RESPONSE, Response.class); Representation representation=response.getEntity(); //The representation is missing the WrappedRepresentation. I'm not sure how decoding can be done without it. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Restlet-2-14-0-DecodeRepresentation-tp5759382p5759386.html Sent from the Camel - Users mailing list archive at Nabble.com.