Uses of Interface
org.apache.uima.aae.InputChannel
-
Packages that use InputChannel Package Description org.apache.uima.aae.controller org.apache.uima.adapter.jms.activemq -
-
Uses of InputChannel in org.apache.uima.aae.controller
Fields in org.apache.uima.aae.controller declared as InputChannel Modifier and Type Field Description protected InputChannelBaseAnalysisEngineController. inputChannelMethods in org.apache.uima.aae.controller that return InputChannel Modifier and Type Method Description InputChannelAnalysisEngineController. getInputChannel()InputChannelAnalysisEngineController. getInputChannel(java.lang.String aQueueName)InputChannelAnalysisEngineControllerAdapter. getInputChannel()InputChannelAnalysisEngineControllerAdapter. getInputChannel(java.lang.String queueName)InputChannelBaseAnalysisEngineController. getInputChannel()InputChannelBaseAnalysisEngineController. getInputChannel(java.lang.String anEndpointName)InputChannelAnalysisEngineController. getReplyInputChannel(java.lang.String aDelegateKey)InputChannelAnalysisEngineControllerAdapter. getReplyInputChannel(java.lang.String delegateKey)InputChannelBaseAnalysisEngineController. getReplyInputChannel(java.lang.String aDelegateKey)Methods in org.apache.uima.aae.controller with parameters of type InputChannel Modifier and Type Method Description voidAnalysisEngineController. addInputChannel(InputChannel anInputChannel)voidAnalysisEngineControllerAdapter. addInputChannel(InputChannel anInputChannel)voidBaseAnalysisEngineController. addInputChannel(InputChannel anInputChannel)voidAnalysisEngineController. setInputChannel(InputChannel anInputChannel)voidAnalysisEngineControllerAdapter. setInputChannel(InputChannel anInputChannel)voidBaseAnalysisEngineController. setInputChannel(InputChannel anInputChannel) -
Uses of InputChannel in org.apache.uima.adapter.jms.activemq
Classes in org.apache.uima.adapter.jms.activemq that implement InputChannel Modifier and Type Class Description classJmsInputChannelThin adapter for receiving JMS messages from Spring.
-