Package com.sun.xml.ws.api.streaming
Interface XMLStreamWriterFactory.RecycleAware
-
- All Known Implementing Classes:
CustomStreamWriterImpl,MtomCodec.MtomStreamWriterImpl,XMLStreamWriterFactory.HasEncodingWriter,XMLStreamWriterFilter
- Enclosing class:
- XMLStreamWriterFactory
public static interface XMLStreamWriterFactory.RecycleAwareInterface that can be implemented byXMLStreamWriterto be notified when it's recycled.This provides a filtering
XMLStreamWriteran opportunity to recycle its innerXMLStreamWriter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonRecycled()
-