Class Path

java.lang.Object
com.predic8.membrane.core.config.Path

public class Path extends Object
Explanation

The value of the content will be taken to match the path.

If isRegExp="true", the whole path has to match the given regular expression. If isRegExp="false", the path has to start with the given string.

If <path /> is a child element of a <soapProxy />, the isRegExp attribute must not be present.

  • Field Details

  • Constructor Details

    • Path

      public Path()
    • Path

      public Path(boolean regExp, String value)
  • Method Details

    • isRegExp

      public boolean isRegExp()
    • setRegExp

      public void setRegExp(boolean regExp)
      Default
      false
      Description
      If set to true the content will be evaluated as a Java Regular Expression.
      Example
      true
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)