public class AtomServiceGenerator extends XmlGenerator<IServiceDocument>
XML_CONTENT_TYPES| Constructor and Description |
|---|
AtomServiceGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateXml(XmlWriter xw,
OutputProperties outProps,
IServiceDocument source)
Writes the Service document for the target feed.
|
AltFormat |
getAltFormat()
Returns the alternate representation format produced the generator.
|
java.lang.Class<IServiceDocument> |
getSourceType()
Returns the
Class that represents the expected source data type for
output generation. |
createMatchingXmlList, generate, getXmlWritergenerate, getCharsetEncoding, getContentWriter, usePrettyPrintpublic AltFormat getAltFormat()
OutputGeneratorpublic java.lang.Class<IServiceDocument> getSourceType()
OutputGeneratorClass that represents the expected source data type for
output generation.public void generateXml(XmlWriter xw, OutputProperties outProps, IServiceDocument source) throws java.io.IOException
generateXml in class XmlGenerator<IServiceDocument>java.io.IOException