1. 25 10月, 2013 1 次提交
    • R
      Refactor HandlerMethod support in spring-messaging · b8809daf
      Rossen Stoyanchev 提交于
      Introduce base class AbstractMethodMessageHandler for
      HandlerMethod-based message handling.
      
      Add MessageCondition interface for mapping conditions to messages
      with support for combining type- and method-level annotation
      conditions, the ability to match conditions to messages, and also
      comparing matches to select the best match.
      
      Issue: SPR-11024
      b8809daf
  2. 19 10月, 2013 2 次提交
  3. 15 10月, 2013 1 次提交
  4. 13 10月, 2013 1 次提交
    • R
      Add support for resolving message headers · 8ae88c20
      Rossen Stoyanchev 提交于
      This change adds support for @Header and @Headers annotated method
      arguments to spring-messaging. Also supported are arguments of type
      MessageHeaders, and MessageHeaderAccessor (including sub-types of
      MessageHeaderAccessort as long as they provide a wrap(Message<?>)
      static factory method).
      
      This change also renames @MessageBody to @Payload.
      
      Issue: SPR-10985
      8ae88c20
  5. 17 7月, 2013 1 次提交