Uses of Class
org.apache.uima.collection.impl.cpm.container.deployer.VinciTAP
-
Packages that use VinciTAP Package Description org.apache.uima.collection.impl.cpm.container org.apache.uima.collection.impl.cpm.container.deployer.vinci -
-
Uses of VinciTAP in org.apache.uima.collection.impl.cpm.container
Fields in org.apache.uima.collection.impl.cpm.container declared as VinciTAP Modifier and Type Field Description private VinciTAP
NetworkCasProcessorImpl. textAnalysisProxy
Methods in org.apache.uima.collection.impl.cpm.container that return VinciTAP Modifier and Type Method Description VinciTAP
NetworkCasProcessorImpl. getProxy()
Returns proxy to the remote AE serviceMethods in org.apache.uima.collection.impl.cpm.container with parameters of type VinciTAP Modifier and Type Method Description void
NetworkCasProcessorImpl. setProxy(VinciTAP aTap)
Associates a proxy to remote annotator service. -
Uses of VinciTAP in org.apache.uima.collection.impl.cpm.container.deployer.vinci
Methods in org.apache.uima.collection.impl.cpm.container.deployer.vinci that return VinciTAP Modifier and Type Method Description private VinciTAP
VinciCasProcessorDeployer. getTextAnalysisProxy(CasProcessorConfiguration aCasProcessorConfig)
Creates and initializes proxy that will be used to connect to Vinci service.Methods in org.apache.uima.collection.impl.cpm.container.deployer.vinci with parameters of type VinciTAP Modifier and Type Method Description private void
VinciCasProcessorDeployer. bindProxyToNetworkCasProcessor(VinciTAP aTap, ProcessingContainer aProcessingContainer, boolean redeploy)
Associates connected proxy with an instance of CasProcessor.
-