Uses of Interface
org.apache.uima.analysis_engine.impl.AnalysisEngineProcessorStub
Packages that use AnalysisEngineProcessorStub
-
Uses of AnalysisEngineProcessorStub in org.apache.uima.analysis_component
Methods in org.apache.uima.analysis_component that return AnalysisEngineProcessorStubModifier and TypeMethodDescriptionprivate AnalysisEngineProcessorStub
CasProcessorAnnotator.makeDelegate()
private AnalysisEngineProcessorStub
JCasProcessorAnnotator.makeDelegate()
-
Uses of AnalysisEngineProcessorStub in org.apache.uima.analysis_engine.impl
Fields in org.apache.uima.analysis_engine.impl declared as AnalysisEngineProcessorStubModifier and TypeFieldDescriptionprivate AnalysisEngineProcessorStub
AnalysisEngineProcessorAdapter.mStub
The stub that talks to the actual implementation.Methods in org.apache.uima.analysis_engine.impl that return AnalysisEngineProcessorStubModifier and TypeMethodDescriptionprotected AnalysisEngineProcessorStub
AnalysisEngineProcessorAdapter.getStub()
Gets the stub to be used to communicate with the remote service.Methods in org.apache.uima.analysis_engine.impl with parameters of type AnalysisEngineProcessorStubModifier and TypeMethodDescriptionprotected void
AnalysisEngineProcessorAdapter.setStub
(AnalysisEngineProcessorStub aStub) Sets the stub to be used to actual implementation.