Return-Path: Delivered-To: apmail-incubator-cxf-user-archive@locus.apache.org Received: (qmail 55928 invoked from network); 26 Nov 2007 22:22:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Nov 2007 22:22:05 -0000 Received: (qmail 18373 invoked by uid 500); 26 Nov 2007 22:21:53 -0000 Delivered-To: apmail-incubator-cxf-user-archive@incubator.apache.org Received: (qmail 18059 invoked by uid 500); 26 Nov 2007 22:21:51 -0000 Mailing-List: contact cxf-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-user@incubator.apache.org Delivered-To: mailing list cxf-user@incubator.apache.org Received: (qmail 18050 invoked by uid 99); 26 Nov 2007 22:21:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2007 14:21:51 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bill.crook@gmail.com designates 64.233.184.236 as permitted sender) Received: from [64.233.184.236] (HELO wr-out-0506.google.com) (64.233.184.236) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2007 22:21:32 +0000 Received: by wr-out-0506.google.com with SMTP id c8so655577wra for ; Mon, 26 Nov 2007 14:21:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=3b3F4XkJm+axDqA5eJmGp1bO4lXV8aG1SCBqvGAFTY0=; b=IdKwei9QHF7LW8XF7FYbOpyI8MwUIMV49FsvqeuaVOBmor7n73CJoTXRYBFEopCZrLkqkVIaI1la656SyGDHvUE7ha5iOq2zxBmyPMAbY/YVA9q/O4ScjDx1A+70IRUzOc3gflgYmnSW19VxpdVvQGVeelW6BKM6YBOXqIbsBEY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=hF/t0Bzb6hsUU47uRXhwPKjHfPl2rPJj1WLvxcjx7Z2CYVORonMikOuK3O1ixKDxjwpIWVJeZtu4G8imOT5Dtp1cMsacdPVG9wipjiG8hleJIwyU2HgcnDyyjq8aR04wyPoWQ+GsuPfypAKf6jpJR9mY7he94bJPIfQPCZvbc9M= Received: by 10.86.99.9 with SMTP id w9mr3146607fgb.1196115686590; Mon, 26 Nov 2007 14:21:26 -0800 (PST) Received: by 10.86.70.8 with HTTP; Mon, 26 Nov 2007 14:21:26 -0800 (PST) Message-ID: <8e82dec60711261421i1307476aqb2182668233247a1@mail.gmail.com> Date: Mon, 26 Nov 2007 17:21:26 -0500 From: "Bill Crook" To: cxf-user@incubator.apache.org Subject: JSON client? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi all, I've got my JSON endpoints up with CXF which is great. I now want to write a java client that can hit the JSON endpoint and turn the JSON response into the corresponding java objects. What is the best approach for doing this? Does anyone have any experience with this? Thanks for the help!