Uses of Interface
org.springframework.ws.test.server.ResponseXPathExpectations

Packages that use ResponseXPathExpectations
org.springframework.ws.test.server Provides a testing framework for server-side Web service testing. 
 

Uses of ResponseXPathExpectations in org.springframework.ws.test.server
 

Methods in org.springframework.ws.test.server that return ResponseXPathExpectations
static ResponseXPathExpectations ResponseMatchers.xpath(java.lang.String xpathExpression)
          Expects the given XPath expression to (not) exist or be evaluated to a value.
static ResponseXPathExpectations ResponseMatchers.xpath(java.lang.String xpathExpression, java.util.Map<java.lang.String,java.lang.String> namespaceMapping)
          Expects the given XPath expression to (not) exist or be evaluated to a value.
 



Copyright © 2011. All Rights Reserved.