com.sapportals.wcm.service.pipeline

Interface IPipelineService

All Superinterfaces:
IService

public interface IPipelineService
extends IService

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

PIPELINE_SERVICE

public static final String PIPELINE_SERVICE
See Also:
Constant Field Values
Method Detail

handle

public IContent handle(IProducer producer,
                       IProcessor defaultProcessor,
                       Hashtable properties)
                throws WcmException
Parameters:
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!
Returns:
result of the XSL transformation
Throws:
WcmException - Exception raised in failure situation

getTool

public Object getTool(String toolName)
               throws WcmException
this method returns a tool of the PipelineService.

Parameters:
toolName - name of the tool
Returns:
tool of the PipelineService
Throws:
WcmException - Exception raised in failure situation

getXmlParser

public IXmlParser getXmlParser()
                        throws WcmException
this method returns the XML Parser used by the PipelineService

Returns:
XML Parser
Throws:
WcmException - Exception raised in failure situation
See Also:
IXmlParser

getXslTransformer

public IXslTransformer getXslTransformer()
                                  throws WcmException
this method returns the XSL transfomer used by the PipelineService

Returns:
XSL transfomer
Throws:
WcmException - Exception raised in failure situation

getConfiguration

public Properties getConfiguration()
                            throws WcmException
this method returns the configuration data von the PipelineService

Returns:
configuration data
Throws:
WcmException - Exception raised in failure situation


Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary. These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.