Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 96933 invoked from network); 14 Mar 2010 02:12:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Mar 2010 02:12:50 -0000 Received: (qmail 70366 invoked by uid 500); 14 Mar 2010 02:12:08 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 70333 invoked by uid 500); 14 Mar 2010 02:12:08 -0000 Mailing-List: contact dev-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 dev@camel.apache.org Received: (qmail 70325 invoked by uid 500); 14 Mar 2010 02:12:08 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 70322 invoked by uid 99); 14 Mar 2010 02:12:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Mar 2010 02:12:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Mar 2010 02:12:06 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 11BE3234C052 for ; Sun, 14 Mar 2010 02:11:45 +0000 (UTC) Message-ID: <1185626767.13611268532705071.JavaMail.jira@brutus.apache.org> Date: Sun, 14 Mar 2010 02:11:45 +0000 (UTC) From: "Willem Jiang (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Assigned: (CAMEL-2547) Bean parameter binding annotation for attachments In-Reply-To: <1906812059.13551268486984902.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-2547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-2547: ----------------------------------- Assignee: Willem Jiang > Bean parameter binding annotation for attachments > ------------------------------------------------- > > Key: CAMEL-2547 > URL: https://issues.apache.org/activemq/browse/CAMEL-2547 > Project: Apache Camel > Issue Type: Improvement > Components: camel-core > Affects Versions: 2.1.0, 2.2.0 > Environment: all > Reporter: Kev Jackson > Assignee: Willem Jiang > Fix For: Future > > Attachments: attachments.patch > > > Currently, the following annotations[1] can be used to decouple POJOs from camel specific Datatypes: > @Body > @Header > @Headers > @OutHeaders > @Property > @Properties > @Handler > For handling mail messages with attachments, it makes sense to have an annotation @Attachments which would allow the following method signature to be used in a POJO: > public void process(@Attachments Map attachments) throws Exception > http://camel.apache.org/parameter-binding-annotations.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.