Class CasObjectNetworkCasProcessorImpl

java.lang.Object
org.apache.uima.collection.impl.cpm.container.CasObjectNetworkCasProcessorImpl
All Implemented Interfaces:
CasObjectProcessor, CasProcessor

public class CasObjectNetworkCasProcessorImpl extends Object implements CasObjectProcessor
Implementation of the CasObjectProcessor interface used for both Local and Remote CasObjectProcessors. This objects plugs in a transport object defined in the CPE Descriptor and uses it to delegate analysis of CAS to a remote AE.
  • Constructor Details

    • CasObjectNetworkCasProcessorImpl

      public CasObjectNetworkCasProcessorImpl(CpeCasProcessor aCasProcessor) throws ResourceConfigurationException
      Using information from the CPE descriptor creates an instance of Transport class. The transport class will delegate analysis of CAS to a remote object.
      Parameters:
      aCasProcessor - - Cas Process configuration from the CPE descriptor
      Throws:
      ResourceConfigurationException - the resource configuration exception
  • Method Details