public class OutputMessageBuilder extends Object
Constructor and Description |
---|
OutputMessageBuilder(InputOutputDataType dataType,
ModelType modelType,
Schema outputSchema) |
Modifier and Type | Method and Description |
---|---|
void |
buildOutputMessage(Model outputModel,
OutputVariableNotifier mappingHandler) |
Schema |
getOutputSchema() |
void |
notifyEvent(ReaderEvent readerEvent) |
void |
setOutputSchema(Schema outputSchema) |
public OutputMessageBuilder(InputOutputDataType dataType, ModelType modelType, Schema outputSchema) throws SchemaException, WriterException
SchemaException
WriterException
public void buildOutputMessage(Model outputModel, OutputVariableNotifier mappingHandler) throws SchemaException, WriterException
SchemaException
WriterException
public void notifyEvent(ReaderEvent readerEvent) throws SchemaException, WriterException
SchemaException
WriterException
public Schema getOutputSchema()
public void setOutputSchema(Schema outputSchema)
Copyright © 2019 WSO2. All rights reserved.