Uses of Class
org.apache.vinci.transport.BaseClient
-
-
Uses of BaseClient in org.apache.uima.collection.impl.cpm.container.deployer
Fields in org.apache.uima.collection.impl.cpm.container.deployer declared as BaseClient Modifier and Type Field Description private BaseClient
VinciTAP. conn
The conn. -
Uses of BaseClient in org.apache.uima.collection.impl.cpm.container.deployer.vns
Fields in org.apache.uima.collection.impl.cpm.container.deployer.vns declared as BaseClient Modifier and Type Field Description (package private) BaseClient
VNSQuery.VinciVNSQuery. vnsConnection
-
Uses of BaseClient in org.apache.uima.collection.impl.cpm.vinci
Methods in org.apache.uima.collection.impl.cpm.vinci with parameters of type BaseClient Modifier and Type Method Description static AFrame
Vinci. replyWithAnalysis(BaseClient conn, VinciFrame requestFrame)
Package theVinciFrame
containing result of the requested operation into a Vinci Data frame. -
Uses of BaseClient in org.apache.vinci.transport
Subclasses of BaseClient in org.apache.vinci.transport Modifier and Type Class Description class
VinciClient
Class for conjuring a Vinci service.
-