Attributes |
Class for representing a list of attributes for an XML element.
|
BaseClient |
Class for conjuring a Vinci service by host/port (that is, without interaction with the naming
service).
|
BaseServer |
Class for running VinciServables in the Vinci framework.
|
BaseServerRunnable |
Runnable class used by BaseServer to concurrently service requests.
|
ErrorFrame |
This is a special VinciFrame that simplifies returning error or exceptional conditions.
|
Frame |
Frame is an abstract class that is intended to be extended to implement a simple & lean
(restricted) XML document model.
|
FrameComponent |
Base class for components that can be included in Frame documents.
|
FrameLeaf |
Class encapsulating leaf data from a Frame.
|
KeyValuePair |
Object for storing each key/value within a frame.
|
PooledVinciClient |
Maintains a pool of connections to a given service and allows thread-safe querying of that
service.
|
QueryableFrame |
QueryableFrame is a decorator class that extends Frame.
|
SimpleTransportable |
SimpleTransportable is an immutable Transportable object that simply writes a byte buffer for its
toStream implementation.
|
TransportConstants |
This class contains all frame related constants used by the Vinci transport layer.
|
VinciClient |
Class for conjuring a Vinci service.
|
VinciFrame |
This is the "default" document class for use with the Vinci client and servable classes.
|
VinciServableAdapter |
Adapter class for VinciServable, which provides a do-nothing cleanExit() method and a
TransportableFactory that returns a VinciFrame.
|
VinciServer |
"Standard" service container for a VinciServable.
|
VinciServerRunnable |
Runnable class used by VinciServer to concurrently service requests.
|
XTalkTransporter |
Implements XTalk marshalling of Frames.
|