クラス SoapUtils
java.lang.ObjectSE
org.springframework.ws.soap.support.SoapUtils
SOAP メッセージを処理するためのさまざまなユーティリティメソッドが含まれています。
- 導入:
- 1.5.5
方法の概要
修飾子と型メソッド説明static StringSEescapeAction(@Nullable StringSE soapAction) 指定された SOAP アクションをエスケープして、引用符で囲みます。static StringSEextractActionFromContentType(StringSE contentType) 指定された SOAP 1.2 コンテンツ型のアクションパラメーターの値を返します。static StringSEsetActionInContentType(StringSE contentType, StringSE action) 指定された SOAP 1.2 コンテンツ型のアクションパラメーターの値を置き換えるか追加します。
方法の詳細
escapeAction
extractActionFromContentType
setActionInContentType