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.RecycleAware
Interface that can be implemented by
XMLStreamWriter to
be notified when it's recycled.
This provides a filtering XMLStreamWriter an opportunity to
recycle its inner XMLStreamWriter.
-
Method Summary
-
Method Details
-
onRecycled
void onRecycled()
-