Interface UimaMessage
- All Known Implementing Classes:
UimaVmMessage
public interface UimaMessage
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addBooleanProperty
(String aPropertyKey, boolean value) void
addIntProperty
(String aPropertyKey, int value) void
addLongProperty
(String aPropertyKey, long value) void
addObjectProperty
(String aPropertyKey, Object value) void
addStringCargo
(String aCargo) void
addStringProperty
(String aPropertyKey, String value) boolean
containsProperty
(String aPropertyKey) boolean
getBooleanProperty
(String aPropertyKey) int
getIntProperty
(String aPropertyKey) long
getLongProperty
(String aPropertyKey) getObjectProperty
(String aPropertyKey) getStringProperty
(String aPropertyKey) toMessageContext
(String anEndpointName)
-
Method Details
-
addIntProperty
-
addStringProperty
-
addLongProperty
-
getIntProperty
-
getLongProperty
-
getStringProperty
-
containsProperty
-
addStringCargo
-
getStringCargo
String getStringCargo() -
addBooleanProperty
-
getBooleanProperty
-
addObjectProperty
-
getObjectProperty
-
toMessageContext
- Throws:
AsynchAEException
-