Class HL7StoreAdminServiceStub
- java.lang.Object
-
- org.apache.axis2.client.Stub
-
- org.wso2.carbon.business.messaging.hl7.store.stub.HL7StoreAdminServiceStub
-
- All Implemented Interfaces:
HL7StoreAdminService
public class HL7StoreAdminServiceStub extends org.apache.axis2.client.Stub implements HL7StoreAdminService
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.axis2.description.AxisOperation[]
_operations
-
Constructor Summary
Constructors Constructor Description HL7StoreAdminServiceStub()
Default ConstructorHL7StoreAdminServiceStub(String targetEndpoint)
Constructor taking the target endpointHL7StoreAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default ConstructorHL7StoreAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint)
Constructor that takes in a configContextHL7StoreAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
flushMessages(String storeName99)
Auto generated method signatureString
getClassName(String name95)
Auto generated method signatureString[]
getHL7Proxies(String storeName86)
Auto generated method signatureString[]
getHL7StoreNames()
Auto generated method signatureTransferableHL7Message
getMessage(String storeName121, String messageId122)
Auto generated method signatureTransferableHL7Message[]
getMessages(String storeName117)
Auto generated method signatureTransferableHL7Message[]
getMessagesPaginated(String storeName103, int pageNumber104)
Auto generated method signatureint
getSearchSize(String storeName90, String query91)
Auto generated method signatureint
getSize(String name108)
Auto generated method signatureTransferableHL7Message[]
search(String storeName112, String query113)
Auto generated method signatureboolean
sendMessage(String msg126, String storeName127, String proxyName128)
Auto generated method signaturevoid
startflushMessages(String storeName99, HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetClassName(String name95, HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetHL7Proxies(String storeName86, HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetHL7StoreNames(HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetMessage(String storeName121, String messageId122, HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetMessages(String storeName117, HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetMessagesPaginated(String storeName103, int pageNumber104, HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetSearchSize(String storeName90, String query91, HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetSize(String name108, HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startsearch(String storeName112, String query113, HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startsendMessage(String msg126, String storeName127, String proxyName128, HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startupdateMessage(String storeName79, String messageId80, String er7Payload81, String xmlPayload82, HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsboolean
updateMessage(String storeName79, String messageId80, String er7Payload81, String xmlPayload82)
Auto generated method signature-
Methods inherited from class org.apache.axis2.client.Stub
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
-
-
-
-
Constructor Detail
-
HL7StoreAdminServiceStub
public HL7StoreAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor that takes in a configContext- Throws:
org.apache.axis2.AxisFault
-
HL7StoreAdminServiceStub
public HL7StoreAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
Constructor that takes in a configContext and useseperate listner- Throws:
org.apache.axis2.AxisFault
-
HL7StoreAdminServiceStub
public HL7StoreAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
HL7StoreAdminServiceStub
public HL7StoreAdminServiceStub() throws org.apache.axis2.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
HL7StoreAdminServiceStub
public HL7StoreAdminServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor taking the target endpoint- Throws:
org.apache.axis2.AxisFault
-
-
Method Detail
-
updateMessage
public boolean updateMessage(String storeName79, String messageId80, String er7Payload81, String xmlPayload82) throws RemoteException
Auto generated method signature- Specified by:
updateMessage
in interfaceHL7StoreAdminService
- Parameters:
updateMessage78
-- Throws:
RemoteException
- See Also:
HL7StoreAdminService.updateMessage(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
-
startupdateMessage
public void startupdateMessage(String storeName79, String messageId80, String er7Payload81, String xmlPayload82, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startupdateMessage
in interfaceHL7StoreAdminService
- Parameters:
updateMessage78
-- Throws:
RemoteException
- See Also:
HL7StoreAdminService.startupdateMessage(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.business.messaging.hl7.store.stub.HL7StoreAdminServiceCallbackHandler)
-
getHL7Proxies
public String[] getHL7Proxies(String storeName86) throws RemoteException
Auto generated method signature- Specified by:
getHL7Proxies
in interfaceHL7StoreAdminService
- Parameters:
getHL7Proxies85
-- Throws:
RemoteException
- See Also:
HL7StoreAdminService.getHL7Proxies(java.lang.String)
-
startgetHL7Proxies
public void startgetHL7Proxies(String storeName86, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetHL7Proxies
in interfaceHL7StoreAdminService
- Parameters:
getHL7Proxies85
-- Throws:
RemoteException
- See Also:
HL7StoreAdminService.startgetHL7Proxies(java.lang.String, org.wso2.carbon.business.messaging.hl7.store.stub.HL7StoreAdminServiceCallbackHandler)
-
getSearchSize
public int getSearchSize(String storeName90, String query91) throws RemoteException
Auto generated method signature- Specified by:
getSearchSize
in interfaceHL7StoreAdminService
- Parameters:
getSearchSize89
-- Throws:
RemoteException
- See Also:
HL7StoreAdminService.getSearchSize(java.lang.String, java.lang.String)
-
startgetSearchSize
public void startgetSearchSize(String storeName90, String query91, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetSearchSize
in interfaceHL7StoreAdminService
- Parameters:
getSearchSize89
-- Throws:
RemoteException
- See Also:
HL7StoreAdminService.startgetSearchSize(java.lang.String, java.lang.String, org.wso2.carbon.business.messaging.hl7.store.stub.HL7StoreAdminServiceCallbackHandler)
-
getClassName
public String getClassName(String name95) throws RemoteException
Auto generated method signature- Specified by:
getClassName
in interfaceHL7StoreAdminService
- Parameters:
getClassName94
-- Throws:
RemoteException
- See Also:
HL7StoreAdminService.getClassName(java.lang.String)
-
startgetClassName
public void startgetClassName(String name95, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetClassName
in interfaceHL7StoreAdminService
- Parameters:
getClassName94
-- Throws:
RemoteException
- See Also:
HL7StoreAdminService.startgetClassName(java.lang.String, org.wso2.carbon.business.messaging.hl7.store.stub.HL7StoreAdminServiceCallbackHandler)
-
flushMessages
public boolean flushMessages(String storeName99) throws RemoteException
Auto generated method signature- Specified by:
flushMessages
in interfaceHL7StoreAdminService
- Parameters:
flushMessages98
-- Throws:
RemoteException
- See Also:
HL7StoreAdminService.flushMessages(java.lang.String)
-
startflushMessages
public void startflushMessages(String storeName99, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startflushMessages
in interfaceHL7StoreAdminService
- Parameters:
flushMessages98
-- Throws:
RemoteException
- See Also:
HL7StoreAdminService.startflushMessages(java.lang.String, org.wso2.carbon.business.messaging.hl7.store.stub.HL7StoreAdminServiceCallbackHandler)
-
getMessagesPaginated
public TransferableHL7Message[] getMessagesPaginated(String storeName103, int pageNumber104) throws RemoteException, HL7StoreAdminServiceHL7Exception, HL7StoreAdminServiceIOException, HL7StoreAdminServiceClassNotFoundException
Auto generated method signature- Specified by:
getMessagesPaginated
in interfaceHL7StoreAdminService
- Parameters:
getMessagesPaginated102
-- Throws:
HL7StoreAdminServiceHL7Exception
- :HL7StoreAdminServiceIOException
- :HL7StoreAdminServiceClassNotFoundException
- :RemoteException
- See Also:
HL7StoreAdminService.getMessagesPaginated(java.lang.String, int)
-
startgetMessagesPaginated
public void startgetMessagesPaginated(String storeName103, int pageNumber104, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetMessagesPaginated
in interfaceHL7StoreAdminService
- Parameters:
getMessagesPaginated102
-- Throws:
RemoteException
- See Also:
HL7StoreAdminService.startgetMessagesPaginated(java.lang.String, int, org.wso2.carbon.business.messaging.hl7.store.stub.HL7StoreAdminServiceCallbackHandler)
-
getSize
public int getSize(String name108) throws RemoteException
Auto generated method signature- Specified by:
getSize
in interfaceHL7StoreAdminService
- Parameters:
getSize107
-- Throws:
RemoteException
- See Also:
HL7StoreAdminService.getSize(java.lang.String)
-
startgetSize
public void startgetSize(String name108, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetSize
in interfaceHL7StoreAdminService
- Parameters:
getSize107
-- Throws:
RemoteException
- See Also:
HL7StoreAdminService.startgetSize(java.lang.String, org.wso2.carbon.business.messaging.hl7.store.stub.HL7StoreAdminServiceCallbackHandler)
-
search
public TransferableHL7Message[] search(String storeName112, String query113) throws RemoteException
Auto generated method signature- Specified by:
search
in interfaceHL7StoreAdminService
- Parameters:
search111
-- Throws:
RemoteException
- See Also:
HL7StoreAdminService.search(java.lang.String, java.lang.String)
-
startsearch
public void startsearch(String storeName112, String query113, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startsearch
in interfaceHL7StoreAdminService
- Parameters:
search111
-- Throws:
RemoteException
- See Also:
HL7StoreAdminService.startsearch(java.lang.String, java.lang.String, org.wso2.carbon.business.messaging.hl7.store.stub.HL7StoreAdminServiceCallbackHandler)
-
getMessages
public TransferableHL7Message[] getMessages(String storeName117) throws RemoteException
Auto generated method signature- Specified by:
getMessages
in interfaceHL7StoreAdminService
- Parameters:
getMessages116
-- Throws:
RemoteException
- See Also:
HL7StoreAdminService.getMessages(java.lang.String)
-
startgetMessages
public void startgetMessages(String storeName117, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetMessages
in interfaceHL7StoreAdminService
- Parameters:
getMessages116
-- Throws:
RemoteException
- See Also:
HL7StoreAdminService.startgetMessages(java.lang.String, org.wso2.carbon.business.messaging.hl7.store.stub.HL7StoreAdminServiceCallbackHandler)
-
getMessage
public TransferableHL7Message getMessage(String storeName121, String messageId122) throws RemoteException, HL7StoreAdminServiceHL7Exception, HL7StoreAdminServiceIOException, HL7StoreAdminServiceClassNotFoundException
Auto generated method signature- Specified by:
getMessage
in interfaceHL7StoreAdminService
- Parameters:
getMessage120
-- Throws:
HL7StoreAdminServiceHL7Exception
- :HL7StoreAdminServiceIOException
- :HL7StoreAdminServiceClassNotFoundException
- :RemoteException
- See Also:
HL7StoreAdminService.getMessage(java.lang.String, java.lang.String)
-
startgetMessage
public void startgetMessage(String storeName121, String messageId122, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetMessage
in interfaceHL7StoreAdminService
- Parameters:
getMessage120
-- Throws:
RemoteException
- See Also:
HL7StoreAdminService.startgetMessage(java.lang.String, java.lang.String, org.wso2.carbon.business.messaging.hl7.store.stub.HL7StoreAdminServiceCallbackHandler)
-
sendMessage
public boolean sendMessage(String msg126, String storeName127, String proxyName128) throws RemoteException
Auto generated method signature- Specified by:
sendMessage
in interfaceHL7StoreAdminService
- Parameters:
sendMessage125
-- Throws:
RemoteException
- See Also:
HL7StoreAdminService.sendMessage(java.lang.String, java.lang.String, java.lang.String)
-
startsendMessage
public void startsendMessage(String msg126, String storeName127, String proxyName128, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startsendMessage
in interfaceHL7StoreAdminService
- Parameters:
sendMessage125
-- Throws:
RemoteException
- See Also:
HL7StoreAdminService.startsendMessage(java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.business.messaging.hl7.store.stub.HL7StoreAdminServiceCallbackHandler)
-
getHL7StoreNames
public String[] getHL7StoreNames() throws RemoteException
Auto generated method signature- Specified by:
getHL7StoreNames
in interfaceHL7StoreAdminService
- Parameters:
getHL7StoreNames131
-- Throws:
RemoteException
- See Also:
HL7StoreAdminService.getHL7StoreNames()
-
startgetHL7StoreNames
public void startgetHL7StoreNames(HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetHL7StoreNames
in interfaceHL7StoreAdminService
- Parameters:
getHL7StoreNames131
-- Throws:
RemoteException
- See Also:
HL7StoreAdminService.startgetHL7StoreNames(org.wso2.carbon.business.messaging.hl7.store.stub.HL7StoreAdminServiceCallbackHandler)
-
-