Results 1 to 2 of 2

Thread: How to pass a reference through an OutboundGateway

  1. #1
    Join Date
    Jul 2009
    Posts
    1

    Question How to pass a reference through an OutboundGateway

    The reference is not part of the SIP message, but it is a reference to an important context object that I need to get a hold of after I get the reply back from the OutboundGateway.

    The use case in brief is: once I get reply message back and flow into the configured reply channel and further into a ResponseHandler, where I will set a value back accordingly into the referenced object.

    The gateway I am using is: SimpleWebServiceOutboundGateway, can anyone shed some light on that? Thanks,

  2. #2
    Join Date
    May 2007
    Location
    Netherlands
    Posts
    614

    Default

    IIRC headers should be automatically copied in this case. You could set a header on the incoming message with the contextual information in it. If you can't find details on this in the documentation, could you create a documentation issue for that?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •