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 by XMLStreamReader to be notified when it's recycled.

This provides a filtering XMLStreamReader an opportunity to recycle its inner XMLStreamReader.


Method Summary
 void onRecycled()
           
 

Method Detail

onRecycled

void onRecycled()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.