public class DotFlowGenerator extends Object implements IFlowGenerator
Modifier and Type | Field and Description |
---|---|
protected static org.apache.logging.log4j.Logger |
log |
Constructor and Description |
---|
DotFlowGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
protected String |
generateDot(String xml) |
void |
generateFlow(String xml,
OutputStream outputStream) |
String |
getFileExtension() |
org.springframework.http.MediaType |
getMediaType() |
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public void generateFlow(String xml, OutputStream outputStream) throws FlowGenerationException
generateFlow
in interface IFlowGenerator
FlowGenerationException
protected String generateDot(String xml) throws FlowGenerationException
FlowGenerationException
public String getFileExtension()
getFileExtension
in interface IFlowGenerator
public org.springframework.http.MediaType getMediaType()
getMediaType
in interface IFlowGenerator
public void destroy()
destroy
in interface org.springframework.beans.factory.DisposableBean
Copyright © 2023 Frank!Framework. All rights reserved.