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.RecycleAwareInterface that can be implemented byXMLStreamReaderto be notified when it's recycled.This provides a filtering
XMLStreamReaderan opportunity to recycle its innerXMLStreamReader.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonRecycled()
-