Package com.predic8.membrane.core.config
Class Path
java.lang.Object
com.predic8.membrane.core.config.Path
- 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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ELEMENT_NAME
- See Also:
-
-
Constructor Details
-
Path
public Path() -
Path
-
-
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
-
setValue
-