Interface UimaMessage

All Known Implementing Classes:
UimaVmMessage

public interface UimaMessage
  • Method Details

    • addIntProperty

      void addIntProperty(String aPropertyKey, int value)
    • addStringProperty

      void addStringProperty(String aPropertyKey, String value)
    • addLongProperty

      void addLongProperty(String aPropertyKey, long value)
    • getIntProperty

      int getIntProperty(String aPropertyKey)
    • getLongProperty

      long getLongProperty(String aPropertyKey)
    • getStringProperty

      String getStringProperty(String aPropertyKey)
    • containsProperty

      boolean containsProperty(String aPropertyKey)
    • addStringCargo

      void addStringCargo(String aCargo)
    • getStringCargo

      String getStringCargo()
    • addBooleanProperty

      void addBooleanProperty(String aPropertyKey, boolean value)
    • getBooleanProperty

      boolean getBooleanProperty(String aPropertyKey)
    • addObjectProperty

      void addObjectProperty(String aPropertyKey, Object value)
    • getObjectProperty

      Object getObjectProperty(String aPropertyKey)
    • toMessageContext

      MessageContext toMessageContext(String anEndpointName) throws AsynchAEException
      Throws:
      AsynchAEException