Package org.apache.vinci.transport
package org.apache.vinci.transport
-
ClassDescriptionClass for representing a list of attributes for an XML element.Class for conjuring a Vinci service by host/port (that is, without interaction with the naming service).Class for running VinciServables in the Vinci framework.Runnable class used by BaseServer to concurrently service requests.This is a special VinciFrame that simplifies returning error or exceptional conditions.Frame is an abstract class that is intended to be extended to implement a simple & lean (restricted) XML document model.Base class for components that can be included in Frame documents.Class encapsulating leaf data from a Frame.Interface required by Frame to support marshalling.Object for storing each key/value within a frame.Special unchecked exception type thrown by FrameLeaf when encountering data type conversion errors.Maintains a pool of connections to a given service and allows thread-safe querying of that service.QueryableFrame is a decorator class that extends Frame.Special exception type thrown when a socket connection to VNS or the desired Vinci service could not be established.Special exception thrown by VinciClient indicating an "application level" error or exception.SimpleTransportable is an immutable Transportable object that simply writes a byte buffer for its toStream implementation.Interface implemented by documents that can be transported (marshalled).Interface for implementing factories which instantiate Transportable objects, as required by VinciServer & VinciClient classes.This class contains all frame related constants used by the Vinci transport layer.Class for conjuring a Vinci service.This is the "default" document class for use with the Vinci client and servable classes.Interface for implementing Vinci Services.Adapter class for VinciServable, which provides a do-nothing cleanExit() method and a TransportableFactory that returns a VinciFrame."Standard" service container for a VinciServable.Runnable class used by VinciServer to concurrently service requests.Special exception type thrown by VinciClient/VinciServer when VNS itself reports an error.Implements XTalk marshalling of Frames.