Results 1 to 2 of 2

Thread: Where is org.springframework.integration.ws.config.FixedUri DestinationProvider ?

  1. #1

    Question Where is org.springframework.integration.ws.config.FixedUri DestinationProvider ?

    Hi all

    i just upgraded to Spring Integration 2.1. Now i can't find the class org.springframework.integration.ws.config.FixedUri DestinationProvider anymore? Any hints where to find this class now?

    regards
    angela

  2. #2
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,840

    Default

    That class was removed in 2.1. It is no longer necessary since we added constructors that take a URI directly as a String, and previously it had been used simply as a way to pass a "static" URI via the DestinationProvider strategy. The reason we had to add those constructors is that we also now (as of 2.1) support "URI variables" to replace {placeholder} values within the URI at runtime with content taken from the Message payload or headers.

    We will add this to our migration guide which you can find here: https://github.com/SpringSource/spri...igration-Guide

    Sorry for the inconvenience, and I hope that explanation makes sense.

    -Mark

Posting Permissions

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