org.apache.cocoon.components.web3.impl
Class DefaultWeb3StreamerImpl

java.lang.Object
  extended by org.apache.cocoon.components.web3.impl.DefaultWeb3StreamerImpl
All Implemented Interfaces:
Poolable, Component, Web3Streamer

public class DefaultWeb3StreamerImpl
extends Object
implements Web3Streamer, Poolable

TBD

Since:
2.1
Version:
CVS $Id: DefaultWeb3StreamerImpl.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Michael Gerzabek

Field Summary
 
Fields inherited from interface org.apache.cocoon.components.web3.Web3Streamer
ROLE
 
Constructor Summary
DefaultWeb3StreamerImpl()
           
 
Method Summary
 void stream(com.sap.mw.jco.JCO.Function function, ContentHandler contentHandler)
           
protected  void streamParameterList(com.sap.mw.jco.JCO.ParameterList pList, ContentHandler contentHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultWeb3StreamerImpl

public DefaultWeb3StreamerImpl()
Method Detail

stream

public void stream(com.sap.mw.jco.JCO.Function function,
                   ContentHandler contentHandler)
            throws SAXException
Specified by:
stream in interface Web3Streamer
Throws:
SAXException

streamParameterList

protected void streamParameterList(com.sap.mw.jco.JCO.ParameterList pList,
                                   ContentHandler contentHandler)
                            throws SAXException
Throws:
SAXException


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.