Spring Web Services Framework

Uses of Interface
org.springframework.ws.test.client.RequestXPathExpectations

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

Uses of RequestXPathExpectations in org.springframework.ws.test.client
 

Methods in org.springframework.ws.test.client that return RequestXPathExpectations
static RequestXPathExpectations RequestMatchers.xpath(String xpathExpression)
          Expects the given XPath expression to (not) exist or be evaluated to a value.
static RequestXPathExpectations RequestMatchers.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.