Class EnhancedXmlStreamWriterProxy

java.lang.Object
com.sun.xml.ws.xmlfilter.EnhancedXmlStreamWriterProxy
All Implemented Interfaces:
InvocationHandler

public final class EnhancedXmlStreamWriterProxy extends Object implements InvocationHandler
The class provides an implementation of an InvocationHandler interface that handles requests of XMLStreamWriter proxy instances.

This InvocationHandler implementation adds additional feature or enhancement to the underlying XMLStreamWriter instance. The new enhancement or feature is defined by an InvocationProcessor implementation.

The class also contains a static factory method for creating such 'enhanced' XMLStreamWriter proxies.

Author:
Marek Potociar (marek.potociar at sun.com)