クラス MessagingMethodInvokerHelper.ParametersWrapper

java.lang.ObjectSE
org.springframework.integration.handler.support.MessagingMethodInvokerHelper.ParametersWrapper
含まれているクラス:
MessagingMethodInvokerHelper

public static class MessagingMethodInvokerHelper.ParametersWrapper extends ObjectSE
  • メソッドの詳細

    • getHeader

      public static ObjectSE getHeader(MapSE<?,?> headers, StringSE header)
      必要なヘッダーを取得するための SpEL 関数。
      パラメーター:
      headers - ヘッダー。
      header - ヘッダー名
      戻り値:
      ヘッダー
      例外:
      IllegalArgumentExceptionSE - ヘッダーが存在しない場合
    • getPayload

      public ObjectSE getPayload()
    • getMessages

      public CollectionSE<Message<?>> getMessages()
    • getHeaders

      public MapSE<StringSE,ObjectSE> getHeaders()
    • getMessage

      public Message<?> getMessage()
    • getFirstParameterType

      public ClassSE<?> getFirstParameterType()
    • toString

      public StringSE toString()
      オーバーライド:
      クラス ObjectSEtoString