クラス JmsDestinationDescriptor

java.lang.ObjectSE
org.springframework.ws.transport.jms.JmsDestinationDescriptor
実装済みのインターフェース一覧:
WebServiceMessageSender.DestinationDescriptor

public final class JmsDestinationDescriptor extends ObjectSE implements WebServiceMessageSender.DestinationDescriptor
JMS 宛先向けの WebServiceMessageSender.DestinationDescriptor 実装。
導入:
3.1.9
  • 方法の詳細

    • of

      指定された URI と URI ソースからインスタンスを作成します。
      パラメーター:
      uri - URI
      uriSource - URI ソース
      戻り値:
      記述子
    • uri

      public URISE uri()
      インターフェースからコピーされた説明: WebServiceMessageSender.DestinationDescriptor
      URI を返します。
      次で指定:
      インターフェース WebServiceMessageSender.DestinationDescriptor 内の uri 
      戻り値:
      URI
    • uriSource

      インターフェースからコピーされた説明: WebServiceMessageSender.DestinationDescriptor
      URI の発信元を返します。
      次で指定:
      インターフェース WebServiceMessageSender.DestinationDescriptor 内の uriSource 
      戻り値:
      URI のソース
    • destinationName

      public @Nullable StringSE destinationName()
      宛先の名前を返します。
      戻り値:
      宛先名
    • replyToName

      public @Nullable StringSE replyToName()
      Return the name of the replyTo.
      戻り値:
      replyTo の名前
    • containsSuspiciousJmsNameIndirection

      public boolean containsSuspiciousJmsNameIndirection()
      宛先名または replyTo 名のいずれかに疑わしい点がないか確認してください。つまり、これらの名前のいずれかに、RCE 攻撃につながる可能性のある既知のプロトコルが含まれていないか確認してください。
      戻り値:
      true if any of the destination or replyTo names is suspicious, false otherwise