com.sun.xml.ws.api.streaming
Interface XMLStreamReaderFactory.RecycleAware

All Known Implementing Classes:
TidyXMLStreamReader, XMLStreamReaderFilter
Enclosing class:
XMLStreamReaderFactory

public static interface XMLStreamReaderFactory.RecycleAware

Interface that can be implemented by XMLStreamReader to be notified when it's recycled.

This provides a filtering XMLStreamReader an opportunity to recycle its inner XMLStreamReader.


Method Summary
 void onRecycled()
           
 

Method Detail

onRecycled

void onRecycled()