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 InputChannel
BaseAnalysisEngineController. inputChannel
Methods in org.apache.uima.aae.controller that return InputChannel Modifier and Type Method Description InputChannel
AnalysisEngineController. getInputChannel()
InputChannel
AnalysisEngineController. getInputChannel(java.lang.String aQueueName)
InputChannel
AnalysisEngineControllerAdapter. getInputChannel()
InputChannel
AnalysisEngineControllerAdapter. getInputChannel(java.lang.String queueName)
InputChannel
BaseAnalysisEngineController. getInputChannel()
InputChannel
BaseAnalysisEngineController. getInputChannel(java.lang.String anEndpointName)
InputChannel
AnalysisEngineController. getReplyInputChannel(java.lang.String aDelegateKey)
InputChannel
AnalysisEngineControllerAdapter. getReplyInputChannel(java.lang.String delegateKey)
InputChannel
BaseAnalysisEngineController. getReplyInputChannel(java.lang.String aDelegateKey)
Methods in org.apache.uima.aae.controller with parameters of type InputChannel Modifier and Type Method Description void
AnalysisEngineController. addInputChannel(InputChannel anInputChannel)
void
AnalysisEngineControllerAdapter. addInputChannel(InputChannel anInputChannel)
void
BaseAnalysisEngineController. addInputChannel(InputChannel anInputChannel)
void
AnalysisEngineController. setInputChannel(InputChannel anInputChannel)
void
AnalysisEngineControllerAdapter. setInputChannel(InputChannel anInputChannel)
void
BaseAnalysisEngineController. 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 class
JmsInputChannel
Thin adapter for receiving JMS messages from Spring.
-