public interface MessageContext
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getByteMessage() |
Endpoint |
getEndpoint() |
String |
getEndpointName() |
long |
getMessageArrivalTime() |
boolean |
getMessageBooleanProperty(String aMessagePropertyName) |
int |
getMessageIntProperty(String aMessagePropertyName) |
long |
getMessageLongProperty(String aMessagePropertyName) |
Object |
getMessageObjectProperty(String aMessagePropertyName) |
String |
getMessageStringProperty(String aMessagePropertyName) |
Object |
getObjectMessage() |
Object |
getRawMessage() |
String |
getStringMessage() |
boolean |
propertyExists(String aKey) |
void |
setMessageArrivalTime(long anArrivalTime) |
String getMessageStringProperty(String aMessagePropertyName) throws AsynchAEException
AsynchAEExceptionint getMessageIntProperty(String aMessagePropertyName) throws AsynchAEException
AsynchAEExceptionlong getMessageLongProperty(String aMessagePropertyName) throws AsynchAEException
AsynchAEExceptionObject getMessageObjectProperty(String aMessagePropertyName) throws AsynchAEException
AsynchAEExceptionboolean getMessageBooleanProperty(String aMessagePropertyName) throws AsynchAEException
AsynchAEExceptionEndpoint getEndpoint()
String getStringMessage() throws AsynchAEException
AsynchAEExceptionObject getObjectMessage() throws AsynchAEException
AsynchAEExceptionbyte[] getByteMessage()
throws AsynchAEException
AsynchAEExceptionObject getRawMessage()
boolean propertyExists(String aKey) throws AsynchAEException
AsynchAEExceptionvoid setMessageArrivalTime(long anArrivalTime)
long getMessageArrivalTime()
String getEndpointName()
Copyright © 2016. All rights reserved.