*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.

Reply via email to