com.sapportals.wcm.service.pipeline.processor

Interface IProcessor

All Known Implementing Classes:
DefaultProcessor

public interface IProcessor

Transforms the data provided by the producer into another form. Each WCM Pipeline Processor must implement this Interface.

Copyright 2004 SAP AG


Method Summary
 RequestData process(RequestData data, Dictionary parameters)
          Process this RequestData.
 

Method Detail

process

RequestData process(RequestData data,
                    Dictionary parameters)
                    throws Exception
Process this RequestData. The returned data is allowed to be either a copy or the modified input data.

Parameters:
data - Request data
parameters - Parameters for the processor e.g. XSL top level parameters.
Returns:
result of the transfomation.
Throws:
Exception - Exception raised in failure situation
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM


Copyright 2011 SAP AG Complete Copyright Notice