org.codehaus.activesoap.util
Class XMLStreamBuffer

java.lang.Object
  extended byjavanet.staxutils.XMLEventConsumerDelegate
      extended byorg.codehaus.activesoap.util.XMLStreamBuffer
All Implemented Interfaces:
XMLEventConsumer

public class XMLStreamBuffer
extends javanet.staxutils.XMLEventConsumerDelegate

Buffers up the events on the given input so that they can be replayed later on

Version:
$Revision: 1.1 $

Constructor Summary
XMLStreamBuffer()
           
XMLStreamBuffer(javanet.staxutils.helpers.ListEventConsumer listConsumer)
           
XMLStreamBuffer(javanet.staxutils.helpers.ListEventConsumer listConsumer, XMLEventFactory factory)
           
 
Method Summary
 List getEvents()
           
 void reset()
           
 void setEvents(List events)
           
 
Methods inherited from class javanet.staxutils.XMLEventConsumerDelegate
add, addCData, addComment, addDTD, addEndDocument, addEndElement, addEndElement, addEndElement, addEndElement, addEndElement, addEndElement, addIgnorableSpace, addSpace, addStartDocument, addStartDocument, addStartDocument, addStartDocument, addStartElement, addStartElement, addStartElement, addStartElement, addStartElement, addStartElement, addText, addTextElement, addTextElement, addTextElement, addTextElement, addTextElement, addTextElement, addTextElement, addTextElement, addTextElement, addTextElement, addTextElement, addTextElement, addTextElement, addTextElement, getConsumer, getEventFactory, setConsumer, setEventFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLStreamBuffer

public XMLStreamBuffer()

XMLStreamBuffer

public XMLStreamBuffer(javanet.staxutils.helpers.ListEventConsumer listConsumer)

XMLStreamBuffer

public XMLStreamBuffer(javanet.staxutils.helpers.ListEventConsumer listConsumer,
                       XMLEventFactory factory)
Method Detail

getEvents

public List getEvents()

reset

public void reset()

setEvents

public void setEvents(List events)


Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.