Package com.sun.xml.ws.api.streaming
Interface XMLStreamReaderFactory.RecycleAware
-
- All Known Implementing Classes:
FastInfosetStreamReaderRecyclable
,MtomCodec.MtomXMLStreamReaderEx
,TidyXMLStreamReader
,WSTCPFastInfosetStreamReaderRecyclable
,XMLStreamReaderFilter
- Enclosing class:
- XMLStreamReaderFactory
public static interface XMLStreamReaderFactory.RecycleAware
Interface that can be implemented byXMLStreamReader
to be notified when it's recycled.This provides a filtering
XMLStreamReader
an opportunity to recycle its innerXMLStreamReader
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onRecycled()
-