java.lang.Object
org.apache.uima.resource.Resource_ImplBase
org.apache.uima.analysis_engine.asb.impl.ASB_impl
All Implemented Interfaces:
ASB, Resource

public class ASB_impl extends Resource_ImplBase implements ASB
A simple ASB implementation. This implementation is not specific to any transport technology. It simply uses the ResourceFactory to acquire instances of its delegate AnalysisEngines and then communicates with these delegate AnalysisEngines through the AnalysisEngine interface. Any communication with remote AnalysisEngine services is done through a AnalysisEngineServiceAdapter and is not the concern of this ASB implementation.