Package | Description |
---|---|
org.apache.uima.aae.message | |
org.apache.uima.aae.spi.transport | |
org.apache.uima.aae.spi.transport.vm |
Modifier and Type | Method and Description |
---|---|
static boolean |
UimaMessageValidator.isProcessRequest(UimaMessage aMessage) |
static boolean |
UimaMessageValidator.isRequest(UimaMessage aMessage) |
static boolean |
UimaMessageValidator.isStaleMessage(UimaMessage aMessage,
boolean isStopped,
String endpointName,
boolean entryExists) |
static boolean |
UimaMessageValidator.isValidMessage(UimaMessage aMessage,
AnalysisEngineController controller)
Validates contents of the message.
|
static boolean |
UimaMessageValidator.validCommand(UimaMessage aMessage,
String endpointName)
Validate command contained in the header of the JMS Message
|
static boolean |
UimaMessageValidator.validMessageType(UimaMessage aMessage,
String endpointName)
Validate message type contained in the JMS header.
|
static boolean |
UimaMessageValidator.validPayload(UimaMessage aMessage,
String endpointName)
Validates payload in the JMS Message.
|
Modifier and Type | Method and Description |
---|---|
void |
UimaMessageDispatcher.dispatch(UimaMessage aMessage) |
void |
UimaMessageListener.onMessage(UimaMessage aMessage) |
Modifier and Type | Class and Description |
---|---|
class |
UimaVmMessage
Wrapper for the Uima message.
|
Modifier and Type | Method and Description |
---|---|
void |
UimaVmMessageDispatcher.dispatch(UimaMessage message)
This method is responsible for adding a Uima message to a queue which is shared with a
collocated service.
|
void |
UimaVmMessageListener.onMessage(UimaMessage aMessage)
Called when a new message is sent from a collocated client.
|
Copyright © 2016. All rights reserved.