| java.lang.Object org.apache.axis2.jaxws.message.util.XMLStreamReaderFilter org.apache.axis2.jaxws.message.impl.XMLStreamReaderForXMLSpine
XMLStreamReaderForXMLSpine | public class XMLStreamReaderForXMLSpine extends XMLStreamReaderFilter (Code) | | XMLStreamReaderForXMLSpine
An XMLSpine is composed of many different parts: a sparse OM tree, header blocks, body blocks,
etc.
The XMLStreamReaderForXMLSpine provides an XMLStreamReader that over all of these combined
objects (without building a full OM tree). It does this by using a StackableXMLStreamReader for
the underlying implementation and pushing the XMLStreamReaders for the blocks onto the stack at
the appropriate points in the message.
|
Method Summary | |
public int | next() |
XMLStreamReaderForXMLSpine | public XMLStreamReaderForXMLSpine(OMElement root, Protocol protocol, List<Block> headerBlocks, List<Block> bodyBlocks, List<Block> detailBlocks, boolean consume)(Code) | | Parameters: root - of the XMLSpine Parameters: headerBlocks - Parameters: bodyBocks - Parameters: detailBlocks - Parameters: consume - |
|
|