Uses of Interface
org.apache.uima.resource.ResourceServiceStub
Packages that use ResourceServiceStub
Package
Description
The Analysis Engine interface, along with supporting interfaces and exception classes.
-
Uses of ResourceServiceStub in org.apache.uima.adapter.vinci
Classes in org.apache.uima.adapter.vinci that implement ResourceServiceStubModifier and TypeClassDescriptionclass
The Class VinciAnalysisEngineServiceStub.class
The Class VinciBinaryAnalysisEngineServiceStub. -
Uses of ResourceServiceStub in org.apache.uima.analysis_engine
Subinterfaces of ResourceServiceStub in org.apache.uima.analysis_engineModifier and TypeInterfaceDescriptioninterface
A stub that calls a remote AnalysisEngine service. -
Uses of ResourceServiceStub in org.apache.uima.resource.service.impl
Methods in org.apache.uima.resource.service.impl that return ResourceServiceStubModifier and TypeMethodDescriptionprotected ResourceServiceStub
ResourceServiceAdapter.getStub()
Gets the stub to be used to communicate with the remote service.Methods in org.apache.uima.resource.service.impl with parameters of type ResourceServiceStubModifier and TypeMethodDescriptionprotected void
ResourceServiceAdapter.setStub
(ResourceServiceStub aStub) Sets the stub to be used to communicate with the remote service.