org.apache.axis.wsdl.toJava
Class NoopWriter

java.lang.Object
  |
  +--org.apache.axis.wsdl.toJava.NoopWriter
All Implemented Interfaces:
Writer

public class NoopWriter
extends java.lang.Object
implements Writer

This writer doesn't do anything. Wsdl2java doesn't write anything for messages, but since the WriterFactory interface requires that getWriter(Message, SymbolTable) return a Writer, it has to return something. Ergo this class.


Constructor Summary
NoopWriter()
           
 
Method Summary
 void write()
          Do a whole lot of nothing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoopWriter

public NoopWriter()
Method Detail

write

public void write()
           throws java.io.IOException
Do a whole lot of nothing.
Specified by:
write in interface Writer


Copyright © 2001 Apache XML Project. All Rights Reserved.