Skip to content

Add HeaderMapper support for marshalling Web Service gateways and outbound Web Service gateways in general [INT-1532] #5525

@spring-operator

Description

@spring-operator

Mark Fisher opened INT-1532 and commented

Currently, the HeaderMapper<SoapHeader> can only be configured on a "simple" Web Service inbound gateway (one without a 'marshaller') due to the way we extend the abstract base class for the marshalling gateway. We would need to provide access to the headers at the same time we have the request/response Message context available. OTOH, when Marshalling, one could always map directly to/from Message instances rather than payloads, so maybe it's not a critical feature.

Another thing that we should consider is adding support for 'mapped-request-headers' and 'mapped-response-headers' attributes rather than only providing the option of referencing the HeaderMapper strategy itself.


Affects: 2.0 RC1

Issue Links:

3 votes, 6 watchers

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions