See: Description
Interface | Description |
---|---|
FndAttributeXmlFormatter |
Interface defining callback method for formatting of an attribute value.
|
FndAttributeXmlParser |
Interface defining callback method for parsing of an attribute value.
|
FndQueryRecordSerialization |
Framework internal class: Query record buffer parse/serialization methods.
|
FndRecordArraySerialization |
Framework internal class: Record array buffer parse/serialization methods.
|
FndRecordSerialization |
Framework internal class: Record buffer parse/serialization methods.
|
FndSimpleArrayParser.DestArray |
Framework internal class: An interface used by the parser during parse operation.
|
FndSimpleArrayParser.SourceArray |
Framework internal class: An interface used by the parser during format operation.
|
FndXmlSerializer |
Framework internal class: Interface used for serialization of records and attributes to XML.
|
Class | Description |
---|---|
Base64 |
Class for encoding/decoding binary data to/from Base64 format.
|
FndAutoString |
This class can be used instead of java.lang.StringBuffer.
|
FndBufferedOutputStream |
Buffered output stream that encapsulates another output stream.
|
FndBufferUtil |
Framework internal class: Serialization services for parsing and formatting records.
|
FndByteArrayTokenReader |
Framework internal class: Extension of FndTokenReader that reads serialized stream from an array of bytes.
|
FndByteBufferOutputStream |
Framework internal class: OutputStream writing bytes to a chunked byte buffer.
|
FndRecordFormat |
Framework internal class: Utility class for formatting and parsing of views and arrays.
|
FndRecordFormat.Direction |
Enumeration class that represents the direction (REQUEST/RESPONSE) of serialized views and arrays.
|
FndRecordFormat.SerializationTarget |
Enumeration class that represents the target (SERVER/CLIENT) of a serialized stream.
|
FndSAXEventHandler |
Framework internal class: Event handler for handling SAX events when parsing xml documents.
|
FndSerializationUtil |
Framework internal class: Utility class for serializing from input/output to/from views.
|
FndSerializeConstants |
Framework internal class: Class defining constants used during serialization of records.
|
FndSimpleArrayParser |
Framework internal class: Parser for arrays of simple java types stored by FndSimpleArray.
|
FndTokenReader |
Framework internal class: Class used for reading characters from serialized record stream.
|
FndTokenWriter |
Framework internal class: Class used as output for characters and bytes during serialization of records.
|
FndUtil |
Common class with diverse utility functions.
|
FndXmlBuffer |
Framework internal class: Helper class to create XML document text.
|
FndXmlElementAttributeList |
Framework internal class: Class that handles a list of xml tag attributes.
|
FndXmlReader |
Class that reads data from an XML stream.
|
FndXmlRecordFormatter |
Class that uses XML Streaming API to format a record or array.
|
FndXmlRecordParser |
Class that uses XML Streaming API to parse a record or array.
|
FndXmlStreamSerializer |
Framework internal class: Implementation of FndXmlSerializer that writes to XMLStreamWriter.
|
FndXmlStreamUtil |
Utility class for XML serialization using streaming XML parser.
|
FndXmlString |
Framework internal class: Helper class to create xml document strings.
|
FndXmlUtil |
Utility class for serializing to/from XML.
|
FndXmlWriter |
Class that writes data to an XML stream.
|
Exception | Description |
---|