public class MassageStoreAdminClient extends Object
| Constructor and Description |
|---|
MassageStoreAdminClient(String backendUrl,
String sessionCookie) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMessageStore(DataHandler dh) |
org.wso2.carbon.message.store.stub.MessageInfo[] |
getAllMessages(String storeName) |
int |
getMessageCount(String storeName) |
String[] |
getMessageStores() |
public void addMessageStore(DataHandler dh) throws IOException, org.wso2.carbon.localentry.stub.types.LocalEntryAdminException, XMLStreamException, Exception
IOExceptionorg.wso2.carbon.localentry.stub.types.LocalEntryAdminExceptionXMLStreamExceptionExceptionpublic String[] getMessageStores() throws RemoteException
RemoteExceptionpublic int getMessageCount(String storeName) throws RemoteException
RemoteExceptionpublic org.wso2.carbon.message.store.stub.MessageInfo[] getAllMessages(String storeName) throws RemoteException
RemoteExceptionCopyright © 2019 WSO2. All rights reserved.