Package com.avoka.fc.core.service
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
-
Method Summary
Modifier and TypeMethodDescriptionextractData
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Return the submission data for the given form submission request.
-
Field Details
-
AE_NAME
The application exception name.- See Also:
-
AE_USER_MSG
The application exception user message.- See Also:
-
-
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 requestresponse
- 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
-