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 VinciTAPNetworkCasProcessorImpl. textAnalysisProxyMethods in org.apache.uima.collection.impl.cpm.container that return VinciTAP Modifier and Type Method Description VinciTAPNetworkCasProcessorImpl. 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 voidNetworkCasProcessorImpl. 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 VinciTAPVinciCasProcessorDeployer. 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 voidVinciCasProcessorDeployer. bindProxyToNetworkCasProcessor(VinciTAP aTap, ProcessingContainer aProcessingContainer, boolean redeploy)Associates connected proxy with an instance of CasProcessor.
-