|
|||||||||
| Home >> All >> org >> miamm >> [ soapmmil overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.miamm.soapmmil
Class InputSourceWriter

java.lang.Objectjava.io.Writer
java.io.StringWriter
org.miamm.soapmmil.InputSourceWriter
Deprecated. use ReaderWriter instead (see simplified API)
- public class InputSourceWriter
- extends java.io.StringWriter
A Writer that "writes" to an InputSource. You have to call the toInputSource() to get the InputSource it "wrote" to.
- Version:
- $Revision: 1.2 $
$Date: 2003/05/04 21:00:42 $
| Field Summary |
| Fields inherited from class java.io.StringWriter |
|
| Fields inherited from class java.io.Writer |
lock |
| Constructor Summary | |
InputSourceWriter()
Deprecated. |
|
| Method Summary | |
org.xml.sax.InputSource |
toInputSource()
Deprecated. |
| Methods inherited from class java.io.StringWriter |
close, flush, getBuffer, toString, write, write, write, write |
| Methods inherited from class java.io.Writer |
write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
InputSourceWriter
public InputSourceWriter()
- Deprecated.
| Method Detail |
toInputSource
public org.xml.sax.InputSource toInputSource()
- Deprecated.
|
|||||||||
| Home >> All >> org >> miamm >> [ soapmmil overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC