\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.web.services.PipelineResultServiceCore Interface Reference

Detailed Description

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.

Inheritance diagram for fiftyone.pipeline.web.services.PipelineResultServiceCore:

[legend]

Classes

class  Default
Default implementation of the PipelineResultServiceCore service. More...

Public Member Functions

void  process (HttpServletRequest request)
Populate the evidence from the request and process through the Pipeline. More...

Member Function Documentation