public interface MessageStoreViewMBean
Modifier and Type | Method and Description |
---|---|
void |
delete(String messageID)
Delete the Message with Given id
|
void |
deleteAll()
Delete all the Messages in Message store
|
String |
getEnvelope(String messageID)
Get the SOAP envelope of the given Message with given ID
|
List<String> |
getMessageIds()
Get the Message IDs of all stored Messages in the Message store
|
int |
getSize() |
void deleteAll()
List<String> getMessageIds()
void delete(String messageID)
messageID
- ID of the message to be deletedString getEnvelope(String messageID)
messageID
- ID of the message to be returnedint getSize()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.