[switchyard-issues] [JBoss JIRA] Created: (SWITCHYARD-421) Generalized mechanism for context property handling

Keith Babo (JIRA) jira-events at lists.jboss.org
Wed Aug 24 10:03:17 EDT 2011


Generalized mechanism for context property handling
---------------------------------------------------

                 Key: SWITCHYARD-421
                 URL: https://issues.jboss.org/browse/SWITCHYARD-421
             Project: SwitchYard
          Issue Type: Feature Request
          Components: core
            Reporter: Keith Babo
             Fix For: 0.3


We need a consistent strategy and generalized mechanism for handling how component properties are mapped into context properties. Components need a way to map metadata (e.g. SOAP Headers from the SOAP component, File properties from Camel File gateway, etc.) into and out of context properties.  For example, you should be able to get or set a SOAP header by manipulating a given context property at Scope.MESSAGE.  

In addition to the above, we need a way to customize how context properties are mapped.  So the default strategy might be to copy all SOAP headers into a context property called soap.headers as a DOM tree.  But this default composition strategy could be customized to pick certain headers out and set those under a given context property name.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the switchyard-issues mailing list