Uses of Package
org.apache.vinci.transport

Packages that use org.apache.vinci.transport
org.apache.uima.adapter.vinci   
org.apache.uima.adapter.vinci.util   
org.apache.uima.collection.impl.cpm.container.deployer   
org.apache.uima.collection.impl.cpm.container.deployer.vns   
org.apache.uima.collection.impl.cpm.vinci   
org.apache.vinci.transport   
org.apache.vinci.transport.context   
org.apache.vinci.transport.document   
org.apache.vinci.transport.util   
org.apache.vinci.transport.vns.client   
org.apache.vinci.transport.vns.service   
 

Classes in org.apache.vinci.transport used by org.apache.uima.adapter.vinci
KeyValuePair
          Object for storing each key/value within a frame.
ServiceException
          Special exception thrown by VinciClient indicating an "application level" error or exception.
Transportable
          Interface implemented by documents that can be transported (marshalled).
TransportableFactory
          Interface for implementing factories which instantiate Transportable objects, as required by VinciServer & VinciClient classes.
VinciFrame
          This is the "default" document class for use with the Vinci client and servable classes.
VinciServable
          Interface for implementing Vinci Services.
VinciServableAdapter
          Adapter class for VinciServable, which provides a do-nothing cleanExit() method and a TransportableFactory that returns a VinciFrame.
 

Classes in org.apache.vinci.transport used by org.apache.uima.adapter.vinci.util
VinciFrame
          This is the "default" document class for use with the Vinci client and servable classes.
 

Classes in org.apache.vinci.transport used by org.apache.uima.collection.impl.cpm.container.deployer
ServiceException
          Special exception thrown by VinciClient indicating an "application level" error or exception.
 

Classes in org.apache.vinci.transport used by org.apache.uima.collection.impl.cpm.container.deployer.vns
ServiceException
          Special exception thrown by VinciClient indicating an "application level" error or exception.
Transportable
          Interface implemented by documents that can be transported (marshalled).
TransportableFactory
          Interface for implementing factories which instantiate Transportable objects, as required by VinciServer & VinciClient classes.
VinciServable
          Interface for implementing Vinci Services.
VinciServableAdapter
          Adapter class for VinciServable, which provides a do-nothing cleanExit() method and a TransportableFactory that returns a VinciFrame.
 

Classes in org.apache.vinci.transport used by org.apache.uima.collection.impl.cpm.vinci
BaseClient
          Class for conjuring a Vinci service by host/port (that is, without interaction with the naming service).
Transportable
          Interface implemented by documents that can be transported (marshalled).
TransportableFactory
          Interface for implementing factories which instantiate Transportable objects, as required by VinciServer & VinciClient classes.
VinciClient
          Class for conjuring a Vinci service.
VinciFrame
          This is the "default" document class for use with the Vinci client and servable classes.
 

Classes in org.apache.vinci.transport used by org.apache.vinci.transport
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.
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.
FrameTransporter
          Interface required by Frame to support marshalling.
KeyValuePair
          Object for storing each key/value within a frame.
LeafCastException
          Special unchecked exception type thrown by FrameLeaf when encountering data type conversion errors.
QueryableFrame
          QueryableFrame is a decorator class that extends Frame.
ServiceDownException
          Special exception type thrown when a socket connection to VNS or the desired Vinci service could not be established.
ServiceException
          Special exception thrown by VinciClient indicating an "application level" error or exception.
Transportable
          Interface implemented by documents that can be transported (marshalled).
TransportableFactory
          Interface for implementing factories which instantiate Transportable objects, as required by VinciServer & VinciClient classes.
VinciFrame
          This is the "default" document class for use with the Vinci client and servable classes.
VinciServable
          Interface for implementing Vinci Services.
VinciServer
          "Standard" service container for a VinciServable.
VNSException
          Special exception type thrown by VinciClient/VinciServer when VNS itself reports an error.
 

Classes in org.apache.vinci.transport used by org.apache.vinci.transport.context
ServiceDownException
          Special exception type thrown when a socket connection to VNS or the desired Vinci service could not be established.
ServiceException
          Special exception thrown by VinciClient indicating an "application level" error or exception.
Transportable
          Interface implemented by documents that can be transported (marshalled).
TransportableFactory
          Interface for implementing factories which instantiate Transportable objects, as required by VinciServer & VinciClient classes.
VinciFrame
          This is the "default" document class for use with the Vinci client and servable classes.
VNSException
          Special exception type thrown by VinciClient/VinciServer when VNS itself reports an error.
 

Classes in org.apache.vinci.transport used by org.apache.vinci.transport.document
Attributes
          Class for representing a list of attributes for an XML element.
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.
QueryableFrame
          QueryableFrame is a decorator class that extends Frame.
ServiceDownException
          Special exception type thrown when a socket connection to VNS or the desired Vinci service could not be established.
ServiceException
          Special exception thrown by VinciClient indicating an "application level" error or exception.
Transportable
          Interface implemented by documents that can be transported (marshalled).
TransportableFactory
          Interface for implementing factories which instantiate Transportable objects, as required by VinciServer & VinciClient classes.
VinciFrame
          This is the "default" document class for use with the Vinci client and servable classes.
VNSException
          Special exception type thrown by VinciClient/VinciServer when VNS itself reports an error.
 

Classes in org.apache.vinci.transport used by org.apache.vinci.transport.util
Transportable
          Interface implemented by documents that can be transported (marshalled).
TransportableFactory
          Interface for implementing factories which instantiate Transportable objects, as required by VinciServer & VinciClient classes.
 

Classes in org.apache.vinci.transport used by org.apache.vinci.transport.vns.client
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.
Transportable
          Interface implemented by documents that can be transported (marshalled).
TransportableFactory
          Interface for implementing factories which instantiate Transportable objects, as required by VinciServer & VinciClient classes.
 

Classes in org.apache.vinci.transport used by org.apache.vinci.transport.vns.service
Frame
          Frame is an abstract class that is intended to be extended to implement a simple & lean (restricted) XML document model.
ServiceException
          Special exception thrown by VinciClient indicating an "application level" error or exception.
Transportable
          Interface implemented by documents that can be transported (marshalled).
TransportableFactory
          Interface for implementing factories which instantiate Transportable objects, as required by VinciServer & VinciClient classes.
VinciFrame
          This is the "default" document class for use with the Vinci client and servable classes.
VinciServable
          Interface for implementing Vinci Services.
VinciServableAdapter
          Adapter class for VinciServable, which provides a do-nothing cleanExit() method and a TransportableFactory that returns a VinciFrame.
 



Copyright © 2012. All Rights Reserved.