Package org.frankframework.util.flow
Class DotFlowGenerator
java.lang.Object
org.frankframework.util.flow.DotFlowGenerator
- All Implemented Interfaces:
IFlowGenerator
,org.springframework.beans.factory.DisposableBean
,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
GraphvizJsFlowGenerator
Flow generator to create DOT files
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
destroy()
protected String
generateDot
(String xml) void
generateFlow
(String xml, OutputStream outputStream) org.springframework.http.MediaType
-
Constructor Details
-
DotFlowGenerator
public DotFlowGenerator()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
generateFlow
- Specified by:
generateFlow
in interfaceIFlowGenerator
- Throws:
FlowGenerationException
-
generateDot
- 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
-