Interface | Description |
---|---|
AsamOdsFactoryIF |
This is the interface that must be fulfilled by each AsamOdsFactory.
|
ExecutableIF |
This is the interface that a object must fulfill that is configured by the XSD executable.
|
FormatToStringIF |
This is the interface that is used to format string values.
|
ImplementationFactoryIF |
This is the interface that must fulfill by ImplementationFactories.
|
ImplementationIF |
This is the interface that a object must fulfill that is configured by the XSD implementation.
|
LoggerFactoryIF |
This is the interface that must be fulfilled by all logger factories.
|
MailFactoryIF |
This is the interface that must fulfilled by all logger factories.
|
PropertyFactoryIF |
This is the interface that must be fulfilled by all property factories.
|
ResultSetPrinterIF |
This is the interface that a object must fulfill that is configured by the XSD result set printer.
|
RuleEngineIF |
This is the interface that a rule engine must fulfill.
|
RuleIF |
This is the rule interface.
|
RulesProviderIF |
This is the interface that all rule providers have to fulfill.
|
TransferIF |
This is the interface that a object must fulfill that be useable for an transfer
tag of the filetransfer element.
|
TypedRuleIF |
This is the interface for typed rules.
|
XSDContextIF |
The interface describes the context of an XML file.
|
Class | Description |
---|---|
AbstractImplementation |
This is the default implementation of the interface ImplmentationIF.
|
AbstractRule | |
AbstractRulesProvider |
This is the base implementation of a rules profiles.
|
AbstractSequencerRule |
This is an abstract sequence rule.
|
AoSessionDescriptor |
This is the schema independent ASAM ODS session descriptor.
|
AoSessionIORDescriptor |
This is the schema independent ASAM ODS session IOR descriptor.
|
Archive |
This is the abstract archiver executable.
|
AsamOdsFactory |
The class is able to create a ASAM ODS objects from the objects created by jaxb.
|
AsamOdsHandler |
This is an abstract logger for ASAM ODS.
|
AsamOdsStreamingFactory |
The class is able to create a ASAM ODS objects from the objects created by jaxb.
|
AttributePropertyRule |
This is the attribute property rule.
|
AttributeRule |
This is the attribute rule.
|
DefaultFileHandler |
This is the default log handler for the transformer package.
|
DefaultFormatter |
This is the default formatter log for the transformer package.
|
DefaultFormatToString |
This is the default formatter for name value units.
|
DefaultHandler |
This is the default log handler for the transformer package.
|
DefaultResultSetPrinter |
The Result set printer.
|
DefaultRuleEngine |
This is the default rule engine.
|
DefaultXSDContext |
This is the default XSD context implementation.
|
EchoRule |
This is the echo rule.
|
ExternalReferenceRule |
This is the abstract rule.
|
FactoryBuilder |
This is the builder for the implementation factory.
|
FileServer |
This is the implementation is used for the fileserver
xml element.
|
Filetransfer |
This class transfers files to a remote CORBAFileServer.
|
ImplementationFactory |
The class is able to create implementations described by the XML object.
|
LiteralRule |
This is the literal rule.
|
LoggerFactory |
The class is able to create loggers described by the XML object.
|
LogLevel |
The log levels.
|
MailFactory |
The class is able to create a mail objects from the objects created by jaxb.
|
MeasurementDescriptorRule |
This is the measurement descriptor rule.
|
MessageLevel |
The message levels.
|
MomaFormatter |
This is the formatter log for the transformer package using with moma.
|
PrintRule |
This is the print rule.
|
PropertyBuilder |
The class to build properties.
|
PropertyFactory |
The class is able to create properties described by the XML object.
|
RuleFactory |
The class is able to create rules described by the XML object.
|
RulesFileProvider |
This is the rule provider for XML rule files.
|
SendmailRule |
This is the send mail rule.
|
SequenceRule |
This is the sequence rule.
|
SimpleRuleEngine |
This is an enhancement of the default rule engine.
|
StatusHandler |
This is the log handler is used to set the status of the context, if something goes wrong.
|
StatusRule |
This is the status rule.
|
StoreRule |
This is the store rule.
|
TraceLevel |
The trace levels.
|
TransactionRule |
This is the transaction rule.
|
ValueRule |
This is the attribute rule.
|
ValuesRule |
This is the rule for multiple attributes.
|
XMLHelper |
Helper for XML.
|
XMLHelper.StringArrayStream | |
XMLHelper.StringBufferStream | |
XMLHelper.StringStream | |
XSDLevel |
The base implementation of the xsd levels.
|
Enum | Description |
---|---|
FormatToStringIF.FormatType | |
Status |
The runtime status.
|
Exception | Description |
---|---|
ExecutableException |
This is thrown, if the execution of the execute method defined by the interface
com.highqsoft.xsd.ExecutableIF fails. |
InitializationFailedException |
This exception is thrown when the init methods of the implementation fails.
|
InvalidArgumentException |
This is thrown, if an implementation gets invalid arguments.
|
InvalidDescriptorException |
This exception is thrown by implementations that get invalid descriptor.
|
NotYetImplementedException |
This is thrown, if a method is currently not implemented.
|
RuleException |
This is thrown, if the execution of the getValue or SetValue method defined by the interface
com.highqsoft.xsd.RuleIF fails. |
TerminationException |
This is thrown, if the terminate method defined by the interface
com.highqsoft.xsd.ExecutableIF fails. |
XSDException |
This is the basic implementation of the exception used by this package.
|