public class XmlRecordPipelineOutput extends FileSinkPipelineOutput
internalId, internalName, log, TIMESTAMP_FORMATSERIALIZED_CLASS_NAME, TYPEXML_SERIALIZED_CLASS_NAME| Constructor and Description |
|---|
XmlRecordPipelineOutput() |
getNestedPipelineOutput, getRootPipelineOutputaddExceptionProperties, assertValid, assertValid, clone, exception, exception, exception, getInternalId, getInternalName, resetInternalIdequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfromArrayValue, fromArrayValue, fromArrayValue, fromJson, fromJson, newInstanceFromRecord, newInstanceFromRecord, toArrayValue, toJson, toJson, toJson, toRecordnewInstanceFromJsonforEachGrandChildElement, fromXml, fromXml, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getChildElement, getChildElements, newInstanceFromXml, newInstanceFromXml, setAttribute, toXml, toXml, toXml, toXml, toXml, writeXml, writeXmladdExceptionProperties, contributeExceptionProperties, contributeExceptionPropertiespublic DataWriter createDataWriter()
public FileSink getFileSink()
getFileSink in class FileSinkPipelineOutputpublic XmlRecordPipelineOutput setFileSink(FileSink fileSink)
setFileSink in class FileSinkPipelineOutputpublic String getName()
getName in class FileSinkPipelineOutputpublic boolean isPretty()
public XmlRecordPipelineOutput setPretty(boolean pretty)
public String getCharset()
public XmlRecordPipelineOutput setCharset(String charset)
public String getRootTagName()
public XmlRecordPipelineOutput setRootTagName(String rootTagName)
public String getRecordTagName()
public XmlRecordPipelineOutput setRecordTagName(String recordTagName)
public boolean isWriteXmlDeclaration()
public XmlRecordPipelineOutput setWriteXmlDeclaration(boolean writeXmlDeclaration)
public boolean isWriteFieldsAsAttributes()
public XmlRecordPipelineOutput setWriteFieldsAsAttributes(boolean writeFieldsAsAttributes)
public boolean isAutoCloseWriter()
public XmlRecordPipelineOutput setAutoCloseWriter(boolean autoCloseWriter)
public boolean isFlushOnWrite()
public XmlRecordPipelineOutput setFlushOnWrite(boolean flushOnWrite)
public void generateSaveCode(JavaCodeBuilder javaCodeBuilder)
generateSaveCode in class FileSinkPipelineOutputpublic void generateJavaCode(JavaCodeBuilder code)
public Record toRecord()
toRecord in interface RecordSerializabletoRecord in class Beanpublic XmlRecordPipelineOutput fromRecord(Record source)
RecordSerializablethis (for fluid API call chaining).
For fluid API call chaining, the overridden method should change the declared return type to its class.fromRecord in interface RecordSerializablefromRecord in class PipelineOutputpublic Element toXmlElement(Document document)
toXmlElement in interface XmlSerializabletoXmlElement in class PipelineOutputpublic XmlRecordPipelineOutput fromXmlElement(Element pipelineInputElement)
Copyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.