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
AsynchAEException
int getMessageIntProperty(String aMessagePropertyName) throws AsynchAEException
AsynchAEException
long getMessageLongProperty(String aMessagePropertyName) throws AsynchAEException
AsynchAEException
Object getMessageObjectProperty(String aMessagePropertyName) throws AsynchAEException
AsynchAEException
boolean getMessageBooleanProperty(String aMessagePropertyName) throws AsynchAEException
AsynchAEException
Endpoint getEndpoint()
String getStringMessage() throws AsynchAEException
AsynchAEException
Object getObjectMessage() throws AsynchAEException
AsynchAEException
byte[] getByteMessage() throws AsynchAEException
AsynchAEException
Object getRawMessage()
boolean propertyExists(String aKey) throws AsynchAEException
AsynchAEException
void setMessageArrivalTime(long anArrivalTime)
long getMessageArrivalTime()
String getEndpointName()
Copyright © 2016. All rights reserved.