Class HandlebarsSoapHelper
java.lang.Object
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.HandlebarsHelper<String>
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.HandlebarsXPathHelper
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.HandlebarsSoapHelper
- All Implemented Interfaces:
com.github.jknack.handlebars.Helper<String>
This class uses HandlebarsXmlHelper as a base an just set a prefix which reduce the written
handlebars helper to the relevant part
-
Field Summary
Fields inherited from class com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.HandlebarsHelper
ERROR_PREFIX, ERROR_SUFFIX -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.HandlebarsXPathHelper
applyMethods inherited from class com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.HandlebarsHelper
getRequestCache, handleError, handleError, handleError
-
Constructor Details
-
HandlebarsSoapHelper
public HandlebarsSoapHelper()
-
-
Method Details
-
getXPathPrefix
Description copied from class:HandlebarsXPathHelperNo prefix by default. It allows to extend this class with a specified prefix. Just overwrite this method to do so.- Overrides:
getXPathPrefixin classHandlebarsXPathHelper- Returns:
- a prefix which will be applied before the specified xpath.
-