Class MessageWriter

java.lang.Object
java.io.Writer
java.io.FilterWriter
com.sun.xml.ws.util.MessageWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public final class MessageWriter extends FilterWriter
Filter suppressing sending binary data to the underlying stream. Methods in this filter throw UtilException if the limit number of bytes was already written to given out.