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 AnalysisEngineProcessorStubCasProcessorAnnotator.makeDelegate()private AnalysisEngineProcessorStubJCasProcessorAnnotator.makeDelegate() -
Uses of AnalysisEngineProcessorStub in org.apache.uima.analysis_engine.impl
Fields in org.apache.uima.analysis_engine.impl declared as AnalysisEngineProcessorStubModifier and TypeFieldDescriptionprivate AnalysisEngineProcessorStubAnalysisEngineProcessorAdapter.mStubThe stub that talks to the actual implementation.Methods in org.apache.uima.analysis_engine.impl that return AnalysisEngineProcessorStubModifier and TypeMethodDescriptionprotected AnalysisEngineProcessorStubAnalysisEngineProcessorAdapter.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 voidAnalysisEngineProcessorAdapter.setStub(AnalysisEngineProcessorStub aStub) Sets the stub to be used to actual implementation.