public class HL7StoreAdminServiceClient extends Object
Constructor and Description |
---|
HL7StoreAdminServiceClient(String cookie,
String backendServerUrl,
org.apache.axis2.context.ConfigurationContext configurationContext) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName(String name) |
org.wso2.carbon.business.messaging.hl7.store.entity.xsd.TransferableHL7Message |
getMessage(String storeName,
String messageId) |
org.wso2.carbon.business.messaging.hl7.store.entity.xsd.TransferableHL7Message[] |
getMessages(String storeName,
int pageNumber) |
String[] |
getProxServices(String storeName) |
int |
getSearchSize(String storeName,
String query) |
int |
getSize(String storeName) |
String[] |
getStoreNames() |
boolean |
purgeMessages(String storeName) |
org.wso2.carbon.business.messaging.hl7.store.entity.xsd.TransferableHL7Message[] |
search(String storeName,
String query) |
boolean |
sendMessage(String message,
String storeName,
String proxyName) |
public String[] getStoreNames()
public int getSize(String storeName)
public org.wso2.carbon.business.messaging.hl7.store.entity.xsd.TransferableHL7Message[] getMessages(String storeName, int pageNumber) throws Exception
Exception
public org.wso2.carbon.business.messaging.hl7.store.entity.xsd.TransferableHL7Message getMessage(String storeName, String messageId) throws Exception
Exception
public String[] getProxServices(String storeName) throws Exception
Exception
public boolean sendMessage(String message, String storeName, String proxyName) throws Exception
Exception
public org.wso2.carbon.business.messaging.hl7.store.entity.xsd.TransferableHL7Message[] search(String storeName, String query) throws Exception
Exception
public int getSearchSize(String storeName, String query) throws Exception
Exception
Copyright © 2022 WSO2. All rights reserved.