Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Support Holder pattern on request input/parameter path and mulltiple parametersvoid return type. (Jira TUSCANY-2332)
  • Support multiple Holder pattern patterns on response output/return path.request input/parameter path. (Tuscany 2.x)
  • Support Holder patterns on non-void return types. (Tuscany 2.x)
  • Support the common pattern <T> method( <T> ) where a data type T is provided on input and again returned on response. Recognize same data type and reuse it, and save the cost of doing an object construction. (Tuscany 2.x)
  • Provide test cases that illustrate these issues. (DONE - There is an OrderService Order project that provides this functionality and demonstrates various Holder patterns. This is attached to Jira TUSCANY-2332.)