|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPipelineService
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 |
|---|
static final String PIPELINE_SERVICE
| Method Detail |
|---|
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
Object getTool(String toolName)
throws WcmException
toolName - name of the tool
WcmException - Exception raised in failure situation
IXmlParser getXmlParser()
throws WcmException
WcmException - Exception raised in failure situationIXmlParser
IXslTransformer getXslTransformer()
throws WcmException
WcmException - Exception raised in failure situation
Properties getConfiguration()
throws WcmException
WcmException - Exception raised in failure situation| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||