File
Doc
Category
Size
Date
Package
WSTCPFastInfosetStreamReaderRecyclable.java
API Doc
Example
2810
Tue May 29 16:57:08 BST 2007
com.sun.xml.ws.transport.tcp.encoding
WSTCPFastInfosetStreamReaderRecyclable
java.lang.Object
com.sun.xml.fastinfoset.stax.StAXDocumentParser
public class WSTCPFastInfosetStreamReaderRecyclable extends com.sun.xml.fastinfoset.stax.StAXDocumentParser implements XMLStreamReaderFactory.RecycleAware
author
Alexey Stashok
Fields Summary
private final RecycleAwareListener
listener
Constructors Summary
public WSTCPFastInfosetStreamReaderRecyclable
(
InputStream
in,
RecycleAwareListener
listener)
super(in); this.listener = listener;
Methods Summary
public void
onRecycled
()
listener.onRecycled();
Java Code Source