|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.systinet.wasp.dd.Writer
The writer for saving deployment descriptor to a stream.
| Nested Class Summary | |
protected static interface |
Writer.WriterFactory
|
| Field Summary | |
static java.lang.String |
WRITER_FACTORY
Use this constant in getInstance to obtain DD
writer factory from Context. |
| Constructor Summary | |
Writer()
|
|
| Method Summary | |
static Writer |
createWriter()
Creates the writer. |
abstract void |
write(DeploymentDescriptor dd,
java.io.OutputStream stream)
Writes the deployment descriptor to a stream. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String WRITER_FACTORY
getInstance to obtain DD
writer factory from Context.
| Constructor Detail |
public Writer()
| Method Detail |
public static Writer createWriter()
public abstract void write(DeploymentDescriptor dd,
java.io.OutputStream stream)
throws DeploymentException
dd - the deployment descriptor to be writtenstream - the stream to be written to
DeploymentException - when something goes wrong
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||