com.sun.xml.ws.api.streaming
Interface XMLStreamWriterFactory.RecycleAware

All Known Implementing Classes:
MtomCodec.MtomStreamWriterImpl, 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
 void onRecycled()
           
 

Method Detail

onRecycled

void onRecycled()


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.