Uses of Interface
org.apache.uima.aae.spi.transport.UimaMessage
-
Packages that use UimaMessage Package Description org.apache.uima.aae.message org.apache.uima.aae.spi.transport org.apache.uima.aae.spi.transport.vm -
-
Uses of UimaMessage in org.apache.uima.aae.message
Methods in org.apache.uima.aae.message with parameters of type UimaMessage Modifier and Type Method Description static booleanUimaMessageValidator. isProcessRequest(UimaMessage aMessage)static booleanUimaMessageValidator. isRequest(UimaMessage aMessage)static booleanUimaMessageValidator. isStaleMessage(UimaMessage aMessage, boolean isStopped, java.lang.String endpointName, boolean entryExists)static booleanUimaMessageValidator. isValidMessage(UimaMessage aMessage, AnalysisEngineController controller)Validates contents of the message.static booleanUimaMessageValidator. validCommand(UimaMessage aMessage, java.lang.String endpointName)Validate command contained in the header of the JMS Messagestatic booleanUimaMessageValidator. validMessageType(UimaMessage aMessage, java.lang.String endpointName)Validate message type contained in the JMS header.static booleanUimaMessageValidator. validPayload(UimaMessage aMessage, java.lang.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 UimaMessage Modifier and Type Method Description voidUimaMessageDispatcher. 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 UimaMessage Modifier and Type Class Description classUimaVmMessageWrapper for the Uima message.Methods in org.apache.uima.aae.spi.transport.vm with parameters of type UimaMessage Modifier and Type Method Description voidUimaVmMessageDispatcher. 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.
-