インターフェースの使用
org.springframework.ws.test.server.ResponseMatcher
ResponseMatcher を使用するパッケージ
org.springframework.ws.test.server 内の ResponseMatcher 使用
修飾子と型メソッド説明static ResponseMatcherResponseMatchers.clientOrSenderFault()Client(SOAP 1.1)またはSender(SOAP 1.2)障害が予想されます。static ResponseMatcherResponseMatchers.clientOrSenderFault(StringSE faultStringOrReason) 特定の障害文字列または理由でClient(SOAP 1.1)またはSender(SOAP 1.2)障害が発生することが予想されます。ResponseXPathExpectations.doesNotExist()XPath 式が存在しないことを想定しています。ResponseXPathExpectations.evaluatesTo(boolean expectedValue) XPath 式が指定されたブール値に評価されることを期待します。ResponseXPathExpectations.evaluatesTo(double expectedValue) XPath 式が指定された double に評価されることを期待します。ResponseXPathExpectations.evaluatesTo(int expectedValue) XPath 式が指定された整数に評価されることを期待します。ResponseXPathExpectations.evaluatesTo(StringSE expectedValue) XPath 式が指定された文字列に評価されることを期待します。ResponseXPathExpectations.exists()XPath 式が存在することを期待します。static ResponseMatcherResponseMatchers.mustUnderstandFault()MustUnderstand障害が予想されます。static ResponseMatcherResponseMatchers.mustUnderstandFault(StringSE faultStringOrReason) 特定の障害ストリングまたは理由を伴うMustUnderstand障害が予想されます。static ResponseMatcherResponseMatchers.noFault()レスポンスに SOAP 障害が含まれていないことを期待します。static ResponseMatcher指定されたSourceSE XML ペイロードが必要です。static ResponseMatcherResponseMatchers.payload(org.springframework.core.io.Resource payload) 指定されたResourceXML ペイロードが必要です。static ResponseMatcherResponseMatchers.serverOrReceiverFault()Server(SOAP 1.1)またはReceiver(SOAP 1.2)障害が予想されます。static ResponseMatcherResponseMatchers.serverOrReceiverFault(StringSE faultStringOrReason) 特定の障害文字列または理由でServer(SOAP 1.1)またはReceiver(SOAP 1.2)障害が発生することが予想されます。static ResponseMatcherResponseMatchers.soapEnvelope(SourceSE soapEnvelope) 指定されたSourceSE XMLSOAP エンベロープが必要です。static ResponseMatcherResponseMatchers.soapEnvelope(org.springframework.core.io.Resource soapEnvelope) 指定されたResourceXMLSOAP エンベロープが必要です。static ResponseMatcherResponseMatchers.soapHeader(QNameSE soapHeaderName) 送信メッセージに指定された SOAP ヘッダーが必要です。static ResponseMatcherResponseMatchers.validPayload(org.springframework.core.io.Resource schema, org.springframework.core.io.Resource... furtherSchemas) ペイロードが指定された XSD スキーマに対して検証されることを期待します。static ResponseMatcherResponseMatchers.versionMismatchFault()VersionMismatch障害が予想されます。static ResponseMatcherResponseMatchers.versionMismatchFault(StringSE faultStringOrReason) 特定の障害ストリングまたは理由を伴うVersionMismatch障害が予想されます。型 ResponseMatcher のパラメーターを持つ org.springframework.ws.test.server のメソッド