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 booleanUimaMessageValidator.isProcessRequest(UimaMessage aMessage) static booleanUimaMessageValidator.isRequest(UimaMessage aMessage) static booleanUimaMessageValidator.isStaleMessage(UimaMessage aMessage, boolean isStopped, String endpointName, boolean entryExists) static booleanUimaMessageValidator.isValidMessage(UimaMessage aMessage, AnalysisEngineController controller) Validates contents of the message.static booleanUimaMessageValidator.validCommand(UimaMessage aMessage, String endpointName) Validate command contained in the header of the JMS Messagestatic booleanUimaMessageValidator.validMessageType(UimaMessage aMessage, String endpointName) Validate message type contained in the JMS header.static booleanUimaMessageValidator.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 TypeMethodDescriptionvoidUimaMessageDispatcher.dispatch(UimaMessage aMessage) voidUimaMessageListener.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 TypeMethodDescriptionvoidUimaVmMessageDispatcher.dispatch(UimaMessage message) This method is responsible for adding a Uima message to a queue which is shared with a collocated service.voidUimaVmMessageListener.onMessage(UimaMessage aMessage) Called when a new message is sent from a collocated client.