Uses of Class
org.apache.uima.collection.impl.base_cpm.container.ServiceConnectionException
-
Packages that use ServiceConnectionException Package Description org.apache.uima.collection.impl.cpm.container.deployer -
-
Uses of ServiceConnectionException in org.apache.uima.collection.impl.cpm.container.deployer
Methods in org.apache.uima.collection.impl.cpm.container.deployer that throw ServiceConnectionException Modifier and Type Method Description CasData[]
VinciTAP. analyze(CasData[] aCasList, ProcessTrace aPT, String aResourceName)
Main routine that sends requests to remote vinci services.CasData
VinciTAP. analyze(CasData aCas, ProcessTrace aPT, String aResourceName)
Performs Analysis of the CAS by the remote vinci service Cas Processorvoid
VinciTAP. connect(String aServiceName)
Connects to external service using service name as a way to locate it.AFrame
VinciTAP. sendAndReceive(AFrame aFrame)
Send a given Vinci Frame to the remote vinci service and return result
-