FileDocCategorySizeDatePackage
WSTCPFastInfosetStreamReaderRecyclable.javaAPI DocExample2810Tue May 29 16:57:08 BST 2007com.sun.xml.ws.transport.tcp.encoding

WSTCPFastInfosetStreamReaderRecyclable

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 voidonRecycled()

        listener.onRecycled();