- evaluatesTo(boolean) - Method in interface org.springframework.ws.test.client.RequestXPathExpectations
-
Expects the XPath expression to evaluate to the given boolean.
- evaluatesTo(int) - Method in interface org.springframework.ws.test.client.RequestXPathExpectations
-
Expects the XPath expression to evaluate to the given integer.
- evaluatesTo(double) - Method in interface org.springframework.ws.test.client.RequestXPathExpectations
-
Expects the XPath expression to evaluate to the given double.
- evaluatesTo(String) - Method in interface org.springframework.ws.test.client.RequestXPathExpectations
-
Expects the XPath expression to evaluate to the given string.
- evaluatesTo(boolean) - Method in interface org.springframework.ws.test.server.ResponseXPathExpectations
-
Expects the XPath expression to evaluate to the given boolean.
- evaluatesTo(int) - Method in interface org.springframework.ws.test.server.ResponseXPathExpectations
-
Expects the XPath expression to evaluate to the given integer.
- evaluatesTo(double) - Method in interface org.springframework.ws.test.server.ResponseXPathExpectations
-
Expects the XPath expression to evaluate to the given double.
- evaluatesTo(String) - Method in interface org.springframework.ws.test.server.ResponseXPathExpectations
-
Expects the XPath expression to evaluate to the given string.
- evaluatesTo(boolean) - Method in class org.springframework.ws.test.support.matcher.XPathExpectationsHelper
-
- evaluatesTo(int) - Method in class org.springframework.ws.test.support.matcher.XPathExpectationsHelper
-
- evaluatesTo(double) - Method in class org.springframework.ws.test.support.matcher.XPathExpectationsHelper
-
- evaluatesTo(String) - Method in class org.springframework.ws.test.support.matcher.XPathExpectationsHelper
-
- exists() - Method in interface org.springframework.ws.test.client.RequestXPathExpectations
-
Expects the XPath expression to exist.
- exists() - Method in interface org.springframework.ws.test.server.ResponseXPathExpectations
-
Expects the XPath expression to exist.
- exists() - Method in class org.springframework.ws.test.support.matcher.XPathExpectationsHelper
-
- expect(RequestMatcher) - Method in class org.springframework.ws.test.client.MockWebServiceServer
-