Uses of Enum Class
org.frankframework.documentbuilder.DocumentFormat
Packages that use DocumentFormat
Package
Description
-
Uses of DocumentFormat in org.frankframework.documentbuilder
Methods in org.frankframework.documentbuilder that return DocumentFormatModifier 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.Methods in org.frankframework.documentbuilder with parameters of type DocumentFormatModifier 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
Methods in org.frankframework.jdbc that return DocumentFormatMethods in org.frankframework.jdbc with parameters of type DocumentFormatModifier and TypeMethodDescriptionvoid
AbstractJdbcQuerySender.setOutputFormat
(DocumentFormat outputFormat) The type of output. -
Uses of DocumentFormat in org.frankframework.mongodb
Methods in org.frankframework.mongodb that return DocumentFormatMethods in org.frankframework.mongodb with parameters of type DocumentFormatModifier and TypeMethodDescriptionvoid
MongoDbSender.setOutputFormat
(DocumentFormat outputFormat) OutputFormat -
Uses of DocumentFormat in org.frankframework.pipes
Methods in org.frankframework.pipes that return DocumentFormatModifier and TypeMethodDescriptionJson2XmlValidator.getOutputFormat()
Json2XmlValidator.getOutputFormat
(PipeLineSession session, boolean responseMode) Methods in org.frankframework.pipes with parameters of type DocumentFormatModifier 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
Methods in org.frankframework.util with parameters of type DocumentFormatModifier and TypeMethodDescriptionvoid
DB2DocumentWriter.writeDocument
(DocumentFormat format, IDbmsSupport dbmsSupport, ResultSet rs, int maxlength, boolean includeFieldDefinition, MessageBuilder messageBuilder, boolean prettyPrint)