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 boolean
UimaMessageValidator. isProcessRequest(UimaMessage aMessage)
static boolean
UimaMessageValidator. isRequest(UimaMessage aMessage)
static boolean
UimaMessageValidator. isStaleMessage(UimaMessage aMessage, boolean isStopped, java.lang.String endpointName, boolean entryExists)
static boolean
UimaMessageValidator. isValidMessage(UimaMessage aMessage, AnalysisEngineController controller)
Validates contents of the message.static boolean
UimaMessageValidator. validCommand(UimaMessage aMessage, java.lang.String endpointName)
Validate command contained in the header of the JMS Messagestatic boolean
UimaMessageValidator. validMessageType(UimaMessage aMessage, java.lang.String endpointName)
Validate message type contained in the JMS header.static boolean
UimaMessageValidator. 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 void
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 UimaMessage Modifier and Type Class Description class
UimaVmMessage
Wrapper for the Uima message.Methods in org.apache.uima.aae.spi.transport.vm with parameters of type UimaMessage Modifier and Type Method 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.
-