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(java.lang.String xpathExpression)
          Expects the given XPath expression to (not) exist or be evaluated to a value.
static RequestXPathExpectations RequestMatchers.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.