org.apache.uima.aae.message
Interface MessageContext
- All Known Implementing Classes:
- JmsMessageContext, VmMessageContext
public interface MessageContext
getMessageStringProperty
java.lang.String getMessageStringProperty(java.lang.String aMessagePropertyName)
throws AsynchAEException
- Throws:
AsynchAEException
getMessageIntProperty
int getMessageIntProperty(java.lang.String aMessagePropertyName)
throws AsynchAEException
- Throws:
AsynchAEException
getMessageLongProperty
long getMessageLongProperty(java.lang.String aMessagePropertyName)
throws AsynchAEException
- Throws:
AsynchAEException
getMessageObjectProperty
java.lang.Object getMessageObjectProperty(java.lang.String aMessagePropertyName)
throws AsynchAEException
- Throws:
AsynchAEException
getMessageBooleanProperty
boolean getMessageBooleanProperty(java.lang.String aMessagePropertyName)
throws AsynchAEException
- Throws:
AsynchAEException
getEndpoint
Endpoint getEndpoint()
getStringMessage
java.lang.String getStringMessage()
throws AsynchAEException
- Throws:
AsynchAEException
getObjectMessage
java.lang.Object getObjectMessage()
throws AsynchAEException
- Throws:
AsynchAEException
getByteMessage
byte[] getByteMessage()
throws AsynchAEException
- Throws:
AsynchAEException
getRawMessage
java.lang.Object getRawMessage()
propertyExists
boolean propertyExists(java.lang.String aKey)
throws AsynchAEException
- Throws:
AsynchAEException
setMessageArrivalTime
void setMessageArrivalTime(long anArrivalTime)
getMessageArrivalTime
long getMessageArrivalTime()
getEndpointName
java.lang.String getEndpointName()
Copyright © 2012. All Rights Reserved.