Interface UimaMessage
- All Known Implementing Classes:
UimaVmMessage
public interface UimaMessage
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddBooleanProperty(String aPropertyKey, boolean value) voidaddIntProperty(String aPropertyKey, int value) voidaddLongProperty(String aPropertyKey, long value) voidaddObjectProperty(String aPropertyKey, Object value) voidaddStringCargo(String aCargo) voidaddStringProperty(String aPropertyKey, String value) booleancontainsProperty(String aPropertyKey) booleangetBooleanProperty(String aPropertyKey) intgetIntProperty(String aPropertyKey) longgetLongProperty(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
-