Package org.frankframework.util.flow
Interface IFlowGenerator
- All Superinterfaces:
org.springframework.beans.factory.DisposableBean
,org.springframework.beans.factory.InitializingBean
- All Known Implementing Classes:
DotFlowGenerator
,GraphvizJsFlowGenerator
,MermaidFlowGenerator
public interface IFlowGenerator
extends org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
Used by the FlowDiagramManager to turn a dot file into an image.
This class is a prototype bean, the destroy will never be called by Spring.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
generateFlow
(String xml, OutputStream outputStream) org.springframework.http.MediaType
Methods inherited from interface org.springframework.beans.factory.DisposableBean
destroy
Methods inherited from interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
-
Method Details
-
getFileExtension
String getFileExtension() -
getMediaType
org.springframework.http.MediaType getMediaType() -
generateFlow
- Throws:
FlowGenerationException
-