Class HL7StoreAdminServiceClient
- java.lang.Object
-
- org.wso2.carbon.business.messaging.hl7.store.ui.HL7StoreAdminServiceClient
-
public class HL7StoreAdminServiceClient extends Object
-
-
Constructor Summary
Constructors Constructor Description HL7StoreAdminServiceClient(String cookie, String backendServerUrl, org.apache.axis2.context.ConfigurationContext configurationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getStoreNames
public String[] getStoreNames()
-
getSize
public int getSize(String storeName)
-
getMessages
public org.wso2.carbon.business.messaging.hl7.store.entity.xsd.TransferableHL7Message[] getMessages(String storeName, int pageNumber) throws Exception
- Throws:
Exception
-
getMessage
public org.wso2.carbon.business.messaging.hl7.store.entity.xsd.TransferableHL7Message getMessage(String storeName, String messageId) throws Exception
- Throws:
Exception
-
getProxServices
public String[] getProxServices(String storeName) throws Exception
- Throws:
Exception
-
sendMessage
public boolean sendMessage(String message, String storeName, String proxyName) throws Exception
- Throws:
Exception
-
search
public org.wso2.carbon.business.messaging.hl7.store.entity.xsd.TransferableHL7Message[] search(String storeName, String query) throws Exception
- Throws:
Exception
-
getSearchSize
public int getSearchSize(String storeName, String query) throws Exception
- Throws:
Exception
-
-