|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Group | |
|---|---|
| org.openfast | |
| org.openfast.debug | |
| org.openfast.session.template.exchange | |
| org.openfast.template | |
| org.openfast.template.loader | |
| Uses of Group in org.openfast |
|---|
| Methods in org.openfast that return Group | |
|---|---|
Group |
GroupValue.getGroup()
|
| Methods in org.openfast with parameters of type Group | |
|---|---|
ScalarValue |
TemplateDictionary.lookup(Group template,
QName key,
QName applicationType)
|
ScalarValue |
GlobalDictionary.lookup(Group template,
QName key,
QName applicationType)
|
ScalarValue |
Dictionary.lookup(Group template,
QName key,
QName currentApplicationType)
|
ScalarValue |
ApplicationTypeDictionary.lookup(Group template,
QName key,
QName applicationType)
|
ScalarValue |
Context.lookup(java.lang.String dictionary,
Group group,
QName key)
|
void |
TemplateDictionary.store(Group group,
QName applicationType,
QName key,
ScalarValue valueToEncode)
|
void |
GlobalDictionary.store(Group group,
QName applicationType,
QName key,
ScalarValue value)
|
void |
Dictionary.store(Group group,
QName applicationType,
QName key,
ScalarValue valueToEncode)
|
void |
ApplicationTypeDictionary.store(Group group,
QName applicationType,
QName key,
ScalarValue value)
|
void |
Context.store(java.lang.String dictionary,
Group group,
QName key,
ScalarValue valueToEncode)
|
| Constructors in org.openfast with parameters of type Group | |
|---|---|
GroupValue(Group group)
|
|
GroupValue(Group group,
FieldValue[] values)
|
|
| Uses of Group in org.openfast.debug |
|---|
| Methods in org.openfast.debug with parameters of type Group | |
|---|---|
void |
Trace.groupStart(Group group)
|
void |
BasicEncodeTrace.groupStart(Group group)
|
void |
BasicDecodeTrace.groupStart(Group group)
|
| Uses of Group in org.openfast.session.template.exchange |
|---|
| Methods in org.openfast.session.template.exchange that return Group | |
|---|---|
Group[] |
VariableLengthInstructionConverter.getTemplateExchangeTemplates()
|
Group[] |
StaticTemplateReferenceConverter.getTemplateExchangeTemplates()
|
Group[] |
SequenceConverter.getTemplateExchangeTemplates()
|
Group[] |
ScalarConverter.getTemplateExchangeTemplates()
|
Group[] |
GroupConverter.getTemplateExchangeTemplates()
|
Group[] |
FieldInstructionConverter.getTemplateExchangeTemplates()
|
Group[] |
DynamicTemplateReferenceConverter.getTemplateExchangeTemplates()
|
Group[] |
ComposedDecimalConverter.getTemplateExchangeTemplates()
|
| Methods in org.openfast.session.template.exchange with parameters of type Group | |
|---|---|
static Message |
GroupConverter.convert(Group group,
Message groupMsg,
ConversionContext context)
|
FieldInstructionConverter |
ConversionContext.getConverter(Group group)
|
static Operator |
AbstractFieldInstructionConverter.getOperator(Group group)
|
| Uses of Group in org.openfast.template |
|---|
| Subclasses of Group in org.openfast.template | |
|---|---|
class |
MessageTemplate
|
| Methods in org.openfast.template that return Group | |
|---|---|
Group |
Sequence.getGroup()
|
Group |
Group.getGroup(java.lang.String fieldName)
Find the group with the passed fieldName |
| Methods in org.openfast.template with parameters of type Group | |
|---|---|
FieldValue |
StaticTemplateReference.decode(java.io.InputStream in,
Group template,
Context context,
BitVectorReader pmapReader)
|
FieldValue |
Sequence.decode(java.io.InputStream in,
Group template,
Context context,
BitVectorReader pmapReader)
Decode the specified stream of data |
FieldValue |
Scalar.decode(java.io.InputStream in,
Group template,
Context context,
BitVectorReader presenceMapReader)
|
FieldValue |
Group.decode(java.io.InputStream in,
Group group,
Context context,
BitVectorReader pmapReader)
|
abstract FieldValue |
Field.decode(java.io.InputStream in,
Group template,
Context context,
BitVectorReader presenceMapReader)
FieldValue decode method declaration |
FieldValue |
DynamicTemplateReference.decode(java.io.InputStream in,
Group template,
Context context,
BitVectorReader pmapReader)
|
FieldValue |
ComposedScalar.decode(java.io.InputStream in,
Group template,
Context context,
BitVectorReader presenceMapReader)
|
FieldValue[] |
Group.decodeFieldValues(java.io.InputStream in,
Group template,
BitVectorReader pmapReader,
Context context)
Goes through the all the field value array, starting with the index passed, checks to see if a map actually created for the field to pass to the decoder - the field index is created as a new Group object and stored to the the FieldValue array. |
protected FieldValue[] |
Group.decodeFieldValues(java.io.InputStream in,
Group template,
Context context)
If there is not a vector map created for the inputStream, a vector map will be created to pass to the public decodeFieldValues method. |
byte[] |
Group.encode(FieldValue value,
Group template,
Context context)
If there is no BitVector, this encoding method will create one. |
byte[] |
StaticTemplateReference.encode(FieldValue value,
Group template,
Context context,
BitVectorBuilder presenceMapBuilder)
|
byte[] |
Sequence.encode(FieldValue value,
Group template,
Context context,
BitVectorBuilder presenceMapBuilder)
Store the data passed to a byte array |
byte[] |
Scalar.encode(FieldValue fieldValue,
Group template,
Context context,
BitVectorBuilder presenceMapBuilder)
|
byte[] |
Group.encode(FieldValue value,
Group template,
Context context,
BitVectorBuilder presenceMapBuilder)
If your FieldValue already has a BitVector, use this encode method. |
abstract byte[] |
Field.encode(FieldValue value,
Group template,
Context context,
BitVectorBuilder presenceMapBuilder)
byte[] encode method declaration |
byte[] |
DynamicTemplateReference.encode(FieldValue value,
Group template,
Context context,
BitVectorBuilder presenceMapBuilder)
|
byte[] |
ComposedScalar.encode(FieldValue value,
Group template,
Context context,
BitVectorBuilder presenceMapBuilder)
|
| Uses of Group in org.openfast.template.loader |
|---|
| Methods in org.openfast.template.loader with parameters of type Group | |
|---|---|
protected static void |
GroupParser.parseMore(org.w3c.dom.Element groupElement,
Group group,
org.openfast.template.loader.ParsingContext context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||