| Package | Description |
|---|---|
| uk.co.real_logic.sbe.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeType
SBE compositeType.
|
class |
EncodedDataType
SBE encodedDataType
|
class |
EnumType
SBE enumType
|
class |
SetType
SBE setType representing a bitset of options.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
Field.type() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Type> |
XmlSchemaParser.findTypes(Document document,
XPath xPath)
Scan XML for all types (encodedDataType, compositeType, enumType, and setType) and save in map
|
| Modifier and Type | Method and Description |
|---|---|
Field.Builder |
Field.Builder.type(Type type) |
| Modifier and Type | Method and Description |
|---|---|
static Map<Long,Message> |
XmlSchemaParser.findMessages(Document document,
XPath xPath,
Map<String,Type> typeByNameMap)
Scan XML for all message definitions and save in map
|
| Constructor and Description |
|---|
Field(String name,
String description,
int id,
Type type,
int offset,
String semanticType,
Presence presence,
int blockLength,
CompositeType dimensionType,
boolean variableLength,
int sinceVersion,
String epoch,
String timeUnit) |
| Constructor and Description |
|---|
Message(Node messageNode,
Map<String,Type> typeByNameMap)
Construct a new message from XML Schema.
|
MessageSchema(Node schemaNode,
Map<String,Type> typeByNameMap,
Map<Long,Message> messageByIdMap) |
Copyright © 2013 Real Logic Ltd. All Rights Reserved.