Uses of Enum Class
org.frankframework.documentbuilder.DocumentFormat
Package
Description
-
Uses of DocumentFormat in org.frankframework.documentbuilder
Modifier and TypeMethodDescriptionstatic DocumentFormat
Returns the enum constant of this class with the specified name.static DocumentFormat[]
DocumentFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic ArrayBuilder
DocumentBuilderFactory.startArrayDocument
(DocumentFormat format, String rootElement, String elementName, MessageBuilder outputStream, boolean prettyPrint) static IDocumentBuilder
DocumentBuilderFactory.startDocument
(DocumentFormat format, String rootElement, Writer writer) static IDocumentBuilder
DocumentBuilderFactory.startDocument
(DocumentFormat format, String rootElement, MessageBuilder messageBuilder, boolean prettyPrint) static ObjectBuilder
DocumentBuilderFactory.startObjectDocument
(DocumentFormat format, String rootElement, MessageBuilder outputStream, boolean prettyPrint) -
Uses of DocumentFormat in org.frankframework.jdbc
Modifier and TypeMethodDescriptionvoid
AbstractJdbcQuerySender.setOutputFormat
(DocumentFormat outputFormat) The type of output. -
Uses of DocumentFormat in org.frankframework.mongodb
Modifier and TypeMethodDescriptionvoid
MongoDbSender.setOutputFormat
(DocumentFormat outputFormat) OutputFormat -
Uses of DocumentFormat in org.frankframework.pipes
Modifier and TypeMethodDescriptionJson2XmlValidator.getOutputFormat()
Json2XmlValidator.getOutputFormat
(PipeLineSession session, boolean responseMode) Modifier and TypeMethodDescriptionvoid
Json2XmlValidator.setOutputFormat
(DocumentFormat outputFormat) Default format of the result, that is used if the format cannot be found from outputFormatSessionKey or from inputFormatSessionKey (when validating responses and autoFormat=true)protected void
Json2XmlValidator.storeInputFormat
(DocumentFormat format, Message input, PipeLineSession session, boolean responseMode) -
Uses of DocumentFormat in org.frankframework.util
Modifier and TypeMethodDescriptionvoid
DB2DocumentWriter.writeDocument
(DocumentFormat format, IDbmsSupport dbmsSupport, ResultSet rs, int maxlength, boolean includeFieldDefinition, MessageBuilder messageBuilder, boolean prettyPrint)