Interface XMLStreamWriterFactory.RecycleAware

All Known Implementing Classes:
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

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • onRecycled

      void onRecycled()