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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
destroy()
void
generateFlow
(String xml, OutputStream outputStream) protected String
generateMermaid
(String xml) org.springframework.http.MediaType
-
Constructor Details
-
MermaidFlowGenerator
public MermaidFlowGenerator()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
generateFlow
- Specified by:
generateFlow
in interfaceIFlowGenerator
- Throws:
FlowGenerationException
-
generateMermaid
- Throws:
FlowGenerationException
-
getFileExtension
- Specified by:
getFileExtension
in interfaceIFlowGenerator
-
getMediaType
public org.springframework.http.MediaType getMediaType()- Specified by:
getMediaType
in interfaceIFlowGenerator
-
destroy
public void destroy()- Specified by:
destroy
in interfaceorg.springframework.beans.factory.DisposableBean
-