| Package | Description |
|---|---|
| uk.co.real_logic.sbe | |
| uk.co.real_logic.sbe.xml |
| Modifier and Type | Method and Description |
|---|---|
static MessageSchema |
SbeTool.parseSchema(String sbeSchemaFilename)
Parse the message schema specification.
|
| Modifier and Type | Method and Description |
|---|---|
static MessageSchema |
XmlSchemaParser.parse(InputStream in,
ParserOptions options)
Take an
InputStream and parse it generating map of template ID to Message objects, types, and schema
Input could be from FileInputStream, ByteArrayInputStream, etc. |
| Modifier and Type | Method and Description |
|---|---|
Ir |
IrGenerator.generate(MessageSchema schema)
Generate a complete
Ir for a given schema. |
Ir |
IrGenerator.generate(MessageSchema schema,
String namespace)
Generate a complete
Ir for a given schema. |
Copyright © 2013 Real Logic Ltd. All Rights Reserved.