Package | Description |
---|---|
org.apache.uima.aae.controller | |
org.apache.uima.adapter.jms.activemq |
Modifier and Type | Field and Description |
---|---|
protected InputChannel |
BaseAnalysisEngineController.inputChannel |
Modifier and Type | Method and Description |
---|---|
InputChannel |
BaseAnalysisEngineController.getInputChannel() |
InputChannel |
AnalysisEngineController.getInputChannel() |
InputChannel |
AnalysisEngineControllerAdapter.getInputChannel() |
InputChannel |
BaseAnalysisEngineController.getInputChannel(java.lang.String anEndpointName) |
InputChannel |
AnalysisEngineController.getInputChannel(java.lang.String aQueueName) |
InputChannel |
AnalysisEngineControllerAdapter.getInputChannel(java.lang.String queueName) |
InputChannel |
BaseAnalysisEngineController.getReplyInputChannel(java.lang.String aDelegateKey) |
InputChannel |
AnalysisEngineController.getReplyInputChannel(java.lang.String aDelegateKey) |
InputChannel |
AnalysisEngineControllerAdapter.getReplyInputChannel(java.lang.String delegateKey) |
Modifier and Type | Method and Description |
---|---|
void |
BaseAnalysisEngineController.addInputChannel(InputChannel anInputChannel) |
void |
AnalysisEngineController.addInputChannel(InputChannel anInputChannel) |
void |
AnalysisEngineControllerAdapter.addInputChannel(InputChannel anInputChannel) |
void |
BaseAnalysisEngineController.setInputChannel(InputChannel anInputChannel) |
void |
AnalysisEngineController.setInputChannel(InputChannel anInputChannel) |
void |
AnalysisEngineControllerAdapter.setInputChannel(InputChannel anInputChannel) |
Modifier and Type | Class and Description |
---|---|
class |
JmsInputChannel
Thin adapter for receiving JMS messages from Spring.
|
Copyright © 2014. All Rights Reserved.