Interface ISubmissionDataExtractionService

All Known Implementing Classes:
SubmissionDataExtractionService

public interface ISubmissionDataExtractionService
Provides a service to extract the XML data document from the form submission.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The application exception name.
    static final String
    The application exception user message.
  • Method Summary

    Modifier and Type
    Method
    Description
    extractData(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
    Return the submission data for the given form submission request.
  • Field Details

  • Method Details

    • extractData

      SubmissionDataBean extractData(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws ApplicationException
      Return the submission data for the given form submission request.
      Parameters:
      request - the servlet request
      response - the servlet response
      Returns:
      the submission data extraction bean, or null if validation errors have been written back to the response
      Throws:
      ApplicationException - if an error occurs at runtime