Spring Web Services Framework

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(String xpathExpression)
          Expects the given XPath expression to (not) exist or be evaluated to a value.
static ResponseXPathExpectations ResponseMatchers.xpath(String xpathExpression, Map<String,String> namespaceMapping)
          Expects the given XPath expression to (not) exist or be evaluated to a value.
 


Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.