Package | Description |
---|---|
org.openfast | |
org.openfast.error | |
org.openfast.extensions | |
org.openfast.session | |
org.openfast.session.template.exchange | |
org.openfast.template | |
org.openfast.template.loader | |
org.openfast.util |
Modifier and Type | Field and Description |
---|---|
protected QName |
SimpleNode.name |
static QName |
QName.NULL |
Modifier and Type | Method and Description |
---|---|
static QName |
Global.createImplicitName(QName name) |
QName |
SimpleNode.getNodeName() |
QName |
Node.getNodeName() |
Modifier and Type | Method and Description |
---|---|
static QName |
Global.createImplicitName(QName name) |
String |
SimpleNode.getAttribute(QName name) |
String |
Node.getAttribute(QName name) |
Cache |
Context.getCache(QName key) |
List |
SimpleNode.getChildren(QName name) |
List |
Node.getChildren(QName name) |
boolean |
SimpleNode.hasAttribute(QName name) |
boolean |
Node.hasAttribute(QName name) |
boolean |
SimpleNode.hasChild(QName name) |
boolean |
Node.hasChild(QName name) |
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(String dictionary,
Group group,
QName key) |
void |
SimpleNode.setAttribute(QName name,
String value) |
void |
Node.setAttribute(QName name,
String value) |
void |
Context.setCurrentApplicationType(QName name) |
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(QName key,
int index,
ScalarValue value) |
void |
Context.store(String dictionary,
Group group,
QName key,
ScalarValue valueToEncode) |
Constructor and Description |
---|
SimpleNode(QName nodeName) |
Modifier and Type | Field and Description |
---|---|
static QName |
FastConstants.ANY_TYPE |
static QName |
FastConstants.LENGTH_FIELD |
static QName |
FastConstants.LENGTH_ID_ATTR |
static QName |
FastConstants.LENGTH_NAME_ATTR |
static QName |
FastConstants.LENGTH_NS_ATTR |
Constructor and Description |
---|
MapScalar(QName name,
boolean optional,
QName key) |
Modifier and Type | Method and Description |
---|---|
protected QName |
SessionControlProtocol_1_1.getQName(Message message) |
Modifier and Type | Method and Description |
---|---|
void |
Session.registerDynamicTemplate(QName templateName,
int id) |
Modifier and Type | Method and Description |
---|---|
static void |
AbstractFieldInstructionConverter.setName(GroupValue fieldDef,
QName qname) |
Modifier and Type | Field and Description |
---|---|
protected QName |
Field.key |
Modifier and Type | Method and Description |
---|---|
QName |
Field.getKey()
Find the key
|
QName |
Field.getQName() |
QName |
Sequence.getTypeReference() |
QName |
Group.getTypeReference() |
Modifier and Type | Method and Description |
---|---|
MessageTemplate |
TemplateRegistry.get(QName name) |
MessageTemplate |
BasicTemplateRegistry.get(QName name) |
String |
Sequence.getAttribute(QName name) |
Field |
Group.getField(QName name) |
int |
TemplateRegistry.getId(QName name) |
int |
BasicTemplateRegistry.getId(QName name) |
StaticTemplateReference |
Group.getStaticTemplateReference(QName name) |
boolean |
Sequence.hasAttribute(QName attributeName) |
boolean |
Group.hasField(QName fieldName) |
boolean |
TemplateRegistry.isDefined(QName name) |
boolean |
BasicTemplateRegistry.isDefined(QName name) |
boolean |
TemplateRegistry.isRegistered(QName name) |
boolean |
BasicTemplateRegistry.isRegistered(QName name) |
void |
TemplateRegistry.register(int id,
QName name) |
void |
BasicTemplateRegistry.register(int id,
QName name) |
void |
TemplateRegistry.remove(QName name) |
void |
BasicTemplateRegistry.remove(QName name) |
void |
Field.setKey(QName key)
Sets the passed key to the current field key
|
void |
Sequence.setTypeReference(QName typeReference)
Set the type reference
|
void |
Group.setTypeReference(QName typeReference)
Set the name of the type referenced by this group
|
Constructor and Description |
---|
ComposedScalar(QName name,
Type type,
Scalar[] fields,
boolean optional,
ComposedValueConverter valueConverter) |
Field(QName name,
boolean optional)
Field Constructor
|
Field(QName name,
QName key,
boolean optional)
Field Constructor
|
Group(QName name,
Field[] fields,
boolean optional) |
MessageTemplate(QName name,
Field[] fields) |
Scalar(QName name,
Type type,
OperatorCodec operatorCodec,
ScalarValue defaultValue,
boolean optional)
Scalar constructor - sets the dictionary as global and validates the
entries
|
Scalar(QName name,
Type type,
Operator operator,
ScalarValue defaultValue,
boolean optional) |
Sequence(QName name,
Field[] fields,
boolean optional)
Sequence Constructor - Sets the implicitLength to true
|
Sequence(QName name,
Scalar length,
Field[] fields,
boolean optional)
Sequence Constructor - If no length, a length is created and the
implicitLength is set to true.
|
Modifier and Type | Method and Description |
---|---|
QName |
ParsingContext.getName() |
protected QName |
ScalarParser.getName(Element fieldNode,
ParsingContext context) |
protected static QName |
GroupParser.getTypeReference(Element templateTag,
ParsingContext context)
Finds the typeReference tag in the passed dom element object
|
Modifier and Type | Method and Description |
---|---|
static ComposedScalar |
Util.composedDecimal(QName name,
Operator exponentOp,
ScalarValue exponentVal,
Operator mantissaOp,
ScalarValue mantissaVal,
boolean optional) |
static Node |
Util.createLength(QName name,
String id) |
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.