org.apache.cocoon.servlet.ssf
Class ServletServiceSerializer

java.lang.Object
  extended by org.apache.cocoon.pipeline.component.sax.XMLConsumerAdapter
      extended by org.apache.cocoon.pipeline.util.AbstractXMLPipe
          extended by org.apache.cocoon.pipeline.component.sax.AbstractSerializer
              extended by org.apache.cocoon.servlet.ssf.ServletServiceSerializer
All Implemented Interfaces:
Consumer, Finisher, PipelineComponent, XMLConsumer, ContentHandler, LexicalHandler

public class ServletServiceSerializer
extends AbstractSerializer


Field Summary
 
Fields inherited from class org.apache.cocoon.pipeline.component.sax.XMLConsumerAdapter
consumer, contentHandler, lexicalHandler
 
Constructor Summary
ServletServiceSerializer()
           
 
Method Summary
 void endDocument()
          Receive notification of the end of a document.
 String getContentType()
          
 void init()
           
 void setConfiguration(Map<String,? extends Object> configuration)
          
 
Methods inherited from class org.apache.cocoon.pipeline.component.sax.AbstractSerializer
finish, getConfiguration, getInputParameters, getOutputStream, setContentType, setOutputStream, setup, toString
 
Methods inherited from class org.apache.cocoon.pipeline.util.AbstractXMLPipe
characters, comment, endCDATA, endDTD, endElement, endEntity, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMapping
 
Methods inherited from class org.apache.cocoon.pipeline.component.sax.XMLConsumerAdapter
setConsumer, setContentHandler, setLexicalHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServletServiceSerializer

public ServletServiceSerializer()
Method Detail

init

public void init()

endDocument

public void endDocument()
                 throws SAXException
Description copied from class: AbstractXMLPipe
Receive notification of the end of a document.

Specified by:
endDocument in interface ContentHandler
Overrides:
endDocument in class AbstractXMLPipe
Throws:
SAXException

getContentType

public String getContentType()
Description copied from class: AbstractSerializer

Specified by:
getContentType in interface Finisher
Overrides:
getContentType in class AbstractSerializer
See Also:
Finisher.getContentType()

setConfiguration

public void setConfiguration(Map<String,? extends Object> configuration)
Description copied from class: AbstractSerializer

Specified by:
setConfiguration in interface PipelineComponent
Overrides:
setConfiguration in class AbstractSerializer
See Also:
PipelineComponent.setConfiguration(java.util.Map)


Copyright © 2008 The Apache Software Foundation. All Rights Reserved.