|
Milyn-Smooks Version 0.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.milyn.delivery.serialize.Serializer
Node serializer.
This class uses theContentDeliveryConfig
and the
SerializationUnit
instances defined there on
to perform the serialization.
Constructor Summary | |
Serializer(org.w3c.dom.Node node,
ContainerRequest containerRequest)
Public constructor. |
Method Summary | |
void |
serailize(java.io.Writer writer)
Serialise the document to the supplied output writer instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Serializer(org.w3c.dom.Node node, ContainerRequest containerRequest)
node
- Node to be serialized.containerRequest
- Target device context.Method Detail |
public void serailize(java.io.Writer writer) throws CDRArchiveEntryNotFoundException, java.io.IOException
writer
- Output writer.
CDRArchiveEntryNotFoundException
- DOM Serialiser exception.
java.io.IOException
- Unable to write to output writer.
|
Milyn-Smooks Version 0.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |