| Interface | Description |
|---|---|
| IOutputStreamWrapper |
Establishes an interface for wrapping output streams to
be accessed by remote clients
|
| Class | Description |
|---|---|
| LexCommand |
LexCommand is used in conjunction with the IActionController to build/parse/execute commands.
|
| LexMimeType |
LexMimeType is used to determine MIME Content-type from file contents or extension
|
| LexURIFile |
LexURIFile is a class to be extended to create a SchemeFile class
in order to support a URI representation for user-defined files and/or
directory objects where the underlying system may be a file system,
database, queue, or pipe.
|
| LexURIFileFilter |
Filter to limit results from a
LexURIFile.listFiles(LexURIFileFilter filter)
call. |
| LexWildcardInfo |
The LexWildcardInfo class holds the return value from
. |
| Options |
Options is used to get/set various VersaLex system level options.
|
| OutputStreamWrapper |
OutputStreamWrapper is an implementation of an
IOutputStreamWrapper used
to create a wrapper for accessing output streams by remote clients. |
| RemoteOutputStream |
RemoteOutputStream MUST be used to wrap
IOutputStreamWrapper when
running in CLIENT mode and accessing remote output streams. |
| Enum | Description |
|---|---|
| LexBeanException.Timeout | |
| LexFileType |
Enumeration of file types for a
LexURIFile. |
| Exception | Description |
|---|---|
| LexBeanException |
Generic protocol and API exception class
|