Package org.frankframework.util.flow
Class MermaidFlowGenerator
java.lang.Object
org.frankframework.util.flow.MermaidFlowGenerator
- All Implemented Interfaces:
IFlowGenerator,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.InitializingBean
Flow generator to create MERMAID files
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddestroy()voidgenerateFlow(String xml, OutputStream outputStream) protected StringgenerateMermaid(String xml) org.springframework.http.MediaType
-
Constructor Details
-
MermaidFlowGenerator
public MermaidFlowGenerator()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
generateFlow
- Specified by:
generateFlowin interfaceIFlowGenerator- Throws:
FlowGenerationException
-
generateMermaid
- Throws:
FlowGenerationException
-
getFileExtension
- Specified by:
getFileExtensionin interfaceIFlowGenerator
-
getMediaType
public org.springframework.http.MediaType getMediaType()- Specified by:
getMediaTypein interfaceIFlowGenerator
-
destroy
public void destroy()- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean
-