|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for the WCM pipeline service.
Copyright 2004 SAP AG
| Method Summary | |
java.util.Properties |
getConfiguration()
this method returns the configuration data von the PipelineService |
java.lang.Object |
getTool(java.lang.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,
java.util.Hashtable properties)
|
| Methods inherited from interface com.sapportals.wcm.service.IService |
getDescription, getDescription, getID |
| Method Detail |
public IContent handle(IProducer producer,
IProcessor defaultProcessor,
java.util.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 java.lang.Object getTool(java.lang.String toolName)
throws WcmException
toolName - name of the toolWcmException - 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 java.util.Properties getConfiguration()
throws WcmException
WcmException - Exception raised in failure situation
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||