Return-Path: Delivered-To: apmail-servicemix-dev-archive@www.apache.org Received: (qmail 55458 invoked from network); 26 Feb 2008 14:54:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Feb 2008 14:54:11 -0000 Received: (qmail 91600 invoked by uid 500); 26 Feb 2008 14:54:04 -0000 Delivered-To: apmail-servicemix-dev-archive@servicemix.apache.org Received: (qmail 91583 invoked by uid 500); 26 Feb 2008 14:54:04 -0000 Mailing-List: contact dev-help@servicemix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@servicemix.apache.org Delivered-To: mailing list dev@servicemix.apache.org Received: (qmail 91570 invoked by uid 99); 26 Feb 2008 14:54:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2008 06:54:04 -0800 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; Tue, 26 Feb 2008 14:53:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7FA7129A0016 for ; Tue, 26 Feb 2008 06:53:18 -0800 (PST) Message-ID: <1913250350.1204037598521.JavaMail.jira@brutus> Date: Tue, 26 Feb 2008 06:53:18 -0800 (PST) From: "Andrea Zoppello (JIRA)" To: dev@servicemix.apache.org Subject: [jira] Updated: (SM-1236) CXF BC should be able to manage WSA Headers as a Map of Strings In-Reply-To: <528614891.1203511516259.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/activemq/browse/SM-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Zoppello updated SM-1236: -------------------------------- Attachment: (was: CxfBcConsumer.java) > CXF BC should be able to manage WSA Headers as a Map of Strings > --------------------------------------------------------------- > > Key: SM-1236 > URL: https://issues.apache.org/activemq/browse/SM-1236 > Project: ServiceMix > Issue Type: Improvement > Components: servicemix-cxf-bc > Reporter: Andrea Zoppello > Attachments: CxfBcConsumer.java.patch, JbiInInterceptor.java.patch, WSAUtils.java > > > In CXF BC, it coull be necessary to store incoming wsa headers in a Map, and to store this map in the Normalized Message Headers. > So if in a process flow, we want to access the value of a particular wsa header ( for example in a groovy script ), this coul be achieved in very easy way. > On the other side the CXF must manage to bring this map from Normalized Message and transform this to right soap heeder > when the Normalized Message is marshalled into a Soap Message. > I've attached two patch > 1) The first one on the JbiInInterceptor, provide to transform wsa headers in a Map object, and to store this in a message propery > 2) The second one on CXF-BCConsumer.JbiPostInvoker do the inverse thing > 3) WsaUtils, provide utility methods, to pass between AddressingProperties object and Map -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.