public class FlowRendererCMF
extends java.lang.Object
The FlowRendererCMF class provides utility methods to allow the writing of MessageFlow instances in the *.cmf and broker.xml file format.
Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ xxxxx.x 2011-07-06 dstorey v8.0.0.0 Release
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
protected static java.lang.String |
sccsid
Build information (for tracing)
|
Constructor and Description |
---|
FlowRendererCMF() |
Modifier and Type | Method and Description |
---|---|
protected static MessageFlow |
read(java.io.File msgflowFile)
Not implemented
|
protected static MessageFlow |
read(java.lang.String msgFlowUTF8String,
java.lang.String flowName)
Not implemented
|
static java.lang.String[] |
toBARComponents(MessageFlow messageFlow)
Used to return the components of a compiled message flow in a string array form
|
protected static java.lang.String |
toString(MessageFlow messageFlow)
Returns a string representation of the messageflow in the *.cmf file format
|
static void |
write(MessageFlow messageFlow,
java.lang.String directoryName)
Write the provided MessageFlow instance to the *.cmf and broker.xml format in the directory provided
|
public static final java.lang.String copyright
protected static final java.lang.String sccsid
protected static java.lang.String toString(MessageFlow messageFlow) throws java.io.IOException, com.ibm.broker.MessageBrokerAPIException
messageFlow
- MessageFlow; provided MessageFlow instancejava.io.IOException
com.ibm.broker.MessageBrokerAPIException
public static java.lang.String[] toBARComponents(MessageFlow messageFlow) throws java.io.IOException, com.ibm.broker.MessageBrokerAPIException
messageFlow
- MessageFlow; provided MessageFlow instancejava.io.IOException
com.ibm.broker.MessageBrokerAPIException
public static void write(MessageFlow messageFlow, java.lang.String directoryName) throws java.io.IOException, com.ibm.broker.MessageBrokerAPIException
messageFlow
- MessageFlow; provided MessageFlow instancedirectoryName
- String; the directoryLocation to output the compiled flow file and broker.xml. Empty string is the current working directory. The filename is the concatination of the Schema Location, the messageflow name and cmf extensionjava.io.IOException
com.ibm.broker.MessageBrokerAPIException
protected static MessageFlow read(java.io.File msgflowFile) throws java.io.IOException
java.io.IOException
protected static MessageFlow read(java.lang.String msgFlowUTF8String, java.lang.String flowName) throws java.io.IOException
java.io.IOException