Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 34248 invoked from network); 6 Dec 2007 01:28:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Dec 2007 01:28:04 -0000 Received: (qmail 54339 invoked by uid 500); 6 Dec 2007 01:27:52 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 54330 invoked by uid 500); 6 Dec 2007 01:27:52 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 54321 invoked by uid 99); 6 Dec 2007 01:27:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 17:27:52 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2007 01:27:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4525D714243 for ; Wed, 5 Dec 2007 17:27:43 -0800 (PST) Message-ID: <12823914.1196904463280.JavaMail.jira@brutus> Date: Wed, 5 Dec 2007 17:27:43 -0800 (PST) From: "Jervis Liu (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Assigned: (CXF-1255) Creation of an EntityProvider for a DOM source In-Reply-To: <1308868.1196844823259.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jervis Liu reassigned CXF-1255: ------------------------------- Assignee: Jervis Liu > Creation of an EntityProvider for a DOM source > ---------------------------------------------- > > Key: CXF-1255 > URL: https://issues.apache.org/jira/browse/CXF-1255 > Project: CXF > Issue Type: Improvement > Components: REST > Affects Versions: 2.1 > Reporter: Eric LE GOFF > Assignee: Jervis Liu > Priority: Minor > Attachments: DOMSourceProvider.java, ProviderFactoryImpl.java > > > JSR311 relies on EntityProviders to support the conversion of a type to and from a stream. At the moment, in CXF JAX-RS, there are 3 EntityProvider installed by > default: : JAXBElementProvider, JSONProvider, StringProvider. > This issue aims a provinding a 4th default provider to take car about DOM sources. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.