Package org.codehaus.activesoap.util

Utility classes, particulalry StAX based helper classes.

See:
          Description

Class Summary
DelegateXMLStreamWriter A Delegate implementation of XMLStreamWriter which delegates all the methods to a child instance - useful for implementing filters.
DocumentFilterXMLStreamReader An StreamReaderDelegate which creates a logical sub-document from a stream until a certain close element is discovered - such as for making the contents of a SOAP body appear as a logical XML document.
DocumentFilterXMLStreamWriter A filter which does not write document start or end events to the underlying stream.
LoggingXMLStreamReader  
LoggingXMLStreamWriter An implementation of XMLStreamWriter which will log calls to start/end element which can be very useful for debugging StAX related issues.
NullXMLStreamWriter An implementation of
QNameHelper  
XMLEventStreamReader An XMLStreamReader implementation which delegates to an XMLEventReader instance for its content
XMLStreamBuffer Buffers up the events on the given input so that they can be replayed later on
XMLStreamFactory A helper class which holds the input and output factory instances
XMLStreamHelper Utility methods for working with an XMLStreamWriter.
 

Package org.codehaus.activesoap.util Description

Utility classes, particulalry StAX based helper classes.



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