|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for the WCM pipeline service.
Copyright 2004 SAP AG
| Field Summary | |
static String |
PIPELINE_SERVICE
|
| Method Summary | |
Properties |
getConfiguration()
this method returns the configuration data von the PipelineService |
Object |
getTool(String toolName)
this method returns a tool of the PipelineService. |
IXmlParser |
getXmlParser()
this method returns the XML Parser used by the PipelineService |
IXslTransformer |
getXslTransformer()
this method returns the XSL transfomer used by the PipelineService |
IContent |
handle(IProducer producer,
IProcessor defaultProcessor,
Hashtable properties)
|
| Methods inherited from interface com.sapportals.wcm.service.IService |
getDescription, getDescription, getID |
| Field Detail |
public static final String PIPELINE_SERVICE
| Method Detail |
public IContent handle(IProducer producer,
IProcessor defaultProcessor,
Hashtable properties)
throws WcmException
producer - data to transform.defaultProcessor - the default processor.properties - Properties are passed to the processor and formatter.
E.g. they can be used to define additinonal XSL top level parameters.
All property names starting with "wpl_" are reserved for intenal use
of the WCM pipeline service!
WcmException - Exception raised in failure situation
public Object getTool(String toolName)
throws WcmException
toolName - name of the tool
WcmException - Exception raised in failure situation
public IXmlParser getXmlParser()
throws WcmException
WcmException - Exception raised in failure situationIXmlParser
public IXslTransformer getXslTransformer()
throws WcmException
WcmException - Exception raised in failure situation
public Properties getConfiguration()
throws WcmException
WcmException - Exception raised in failure situation
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||