All Implemented Interfaces:
com.github.jknack.handlebars.Helper<String>

public class HandlebarsSoapHelper extends HandlebarsXPathHelper
This class uses HandlebarsXmlHelper as a base an just set a prefix which reduce the written handlebars helper to the relevant part
  • Constructor Details

    • HandlebarsSoapHelper

      public HandlebarsSoapHelper()
  • Method Details

    • getXPathPrefix

      protected String getXPathPrefix()
      Description copied from class: HandlebarsXPathHelper
      No prefix by default. It allows to extend this class with a specified prefix. Just overwrite this method to do so.
      Overrides:
      getXPathPrefix in class HandlebarsXPathHelper
      Returns:
      a prefix which will be applied before the specified xpath.