Class XPathExpectationsHelper

java.lang.Object
org.springframework.ws.test.support.matcher.XPathExpectationsHelper

public class XPathExpectationsHelper extends Object
Helper class for dealing with XPath expectations.
Since:
2.0
Author:
Lukas Krecan, Arjen Poutsma
  • Constructor Details

    • XPathExpectationsHelper

      public XPathExpectationsHelper(String expression)
      Creates a new instance of the XPathExpectationsSupport with the given XPath expression.
      Parameters:
      expression - the XPath expression
    • XPathExpectationsHelper

      public XPathExpectationsHelper(String expression, Map<String,String> namespaces)
      Creates a new instance of the XPathExpectationsSupport with the given XPath expression and namespaces.
      Parameters:
      expression - the XPath expression
      namespaces - the namespaces, can be empty or null
  • Method Details