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 DocumentFormatReturns 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 ArrayBuilderDocumentBuilderFactory.startArrayDocument(DocumentFormat format, String rootElement, String elementName, MessageBuilder outputStream, boolean prettyPrint) static IDocumentBuilderDocumentBuilderFactory.startDocument(DocumentFormat format, String rootElement, Writer writer) static IDocumentBuilderDocumentBuilderFactory.startDocument(DocumentFormat format, String rootElement, MessageBuilder messageBuilder, boolean prettyPrint) static ObjectBuilderDocumentBuilderFactory.startObjectDocument(DocumentFormat format, String rootElement, MessageBuilder outputStream, boolean prettyPrint) -
Uses of DocumentFormat in org.frankframework.errormessageformatters
Methods in org.frankframework.errormessageformatters with parameters of type DocumentFormatModifier and TypeMethodDescriptionvoidDataSonnetErrorMessageFormatter.setMessageFormat(DocumentFormat messageFormat) voidErrorMessageFormatter.setMessageFormat(DocumentFormat messageFormat) Format the error message as XML or as JSON.voidSoapErrorMessageFormatter.setMessageFormat(DocumentFormat messageFormat) voidXslErrorMessageFormatter.setMessageFormat(DocumentFormat messageFormat) -
Uses of DocumentFormat in org.frankframework.filesystem
Methods in org.frankframework.filesystem with parameters of type DocumentFormatModifier and TypeMethodDescriptionstatic <F,FS extends IBasicFileSystem<F>>
StringFileSystemUtils.getFileInfo(FS fileSystem, F f, DocumentFormat format) voidAbstractFileSystemListener.setOutputFormat(DocumentFormat outputFormat) OutputFormat of message for messageType=infovoidAbstractFileSystemPipe.setOutputFormat(DocumentFormat outputFormat) voidAbstractFileSystemSender.setOutputFormat(DocumentFormat outputFormat) voidFileSystemActor.setOutputFormat(DocumentFormat outputFormat) Sets the outputFormat. -
Uses of DocumentFormat in org.frankframework.jdbc
Methods in org.frankframework.jdbc with parameters of type DocumentFormatModifier and TypeMethodDescriptionvoidAbstractJdbcQuerySender.setOutputFormat(DocumentFormat outputFormat) The type of output. -
Uses of DocumentFormat in org.frankframework.mongodb
Methods in org.frankframework.mongodb with parameters of type DocumentFormatModifier and TypeMethodDescriptionvoidMongoDbSender.setOutputFormat(DocumentFormat outputFormat) OutputFormat -
Uses of DocumentFormat in org.frankframework.pipes
Methods in org.frankframework.pipes that return DocumentFormatModifier and TypeMethodDescriptionJson2XmlValidator.getOutputFormat(PipeLineSession session, boolean responseMode) Methods in org.frankframework.pipes with parameters of type DocumentFormatModifier and TypeMethodDescriptionvoidJson2XmlValidator.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 voidJson2XmlValidator.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 TypeMethodDescriptionvoidDB2DocumentWriter.writeDocument(DocumentFormat format, IDbmsSupport dbmsSupport, ResultSet rs, int maxlength, boolean includeFieldDefinition, MessageBuilder messageBuilder, boolean prettyPrint)