|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.axis.wsdl.NoopWriter
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 |
public NoopWriter()
Method Detail |
public void write() throws java.io.IOException
write
in interface Writer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |