Interface PipelineResultServiceCore

  • All Known Implementing Classes:
    PipelineResultServiceCore.Default

    public interface PipelineResultServiceCore
    Service used to process web requests through the Pipeline. This handles populating the evidence and processing it. The results of the processing can be retrieved using the FlowDataProviderCore service.
    • Method Detail

      • process

        void process​(javax.servlet.http.HttpServletRequest request)
        Populate the evidence from the request and process through the Pipeline.
        Parameters:
        request - the HttpServletRequest to process