Uses of Interface
org.apache.uima.aae.spi.transport.UimaMessage
Packages that use UimaMessage
Package
Description
-
Uses of UimaMessage in org.apache.uima.aae.message
Methods in org.apache.uima.aae.message with parameters of type UimaMessageModifier and TypeMethodDescriptionstatic 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 Messagestatic 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. -
Uses of UimaMessage in org.apache.uima.aae.spi.transport
Methods in org.apache.uima.aae.spi.transport with parameters of type UimaMessageModifier and TypeMethodDescriptionvoid
UimaMessageDispatcher.dispatch
(UimaMessage aMessage) void
UimaMessageListener.onMessage
(UimaMessage aMessage) -
Uses of UimaMessage in org.apache.uima.aae.spi.transport.vm
Classes in org.apache.uima.aae.spi.transport.vm that implement UimaMessageMethods in org.apache.uima.aae.spi.transport.vm with parameters of type UimaMessageModifier and TypeMethodDescriptionvoid
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.