Class MessageStoreAdminServiceStub
- java.lang.Object
-
- org.apache.axis2.client.Stub
-
- org.wso2.carbon.message.store.stub.MessageStoreAdminServiceStub
-
- All Implemented Interfaces:
MessageStoreAdminService
public class MessageStoreAdminServiceStub extends org.apache.axis2.client.Stub implements MessageStoreAdminService
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.axis2.description.AxisOperation[]
_operations
-
Constructor Summary
Constructors Constructor Description MessageStoreAdminServiceStub()
Default ConstructorMessageStoreAdminServiceStub(String targetEndpoint)
Constructor taking the target endpointMessageStoreAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default ConstructorMessageStoreAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint)
Constructor that takes in a configContextMessageStoreAdminServiceStub(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 void
addMessageStore(String xml64)
Auto generated method signaturevoid
deleteAllMessages(String name104)
Auto generated method signaturevoid
deleteFirstMessages(String name92)
Auto generated method signaturevoid
deleteMessage(String name101, String messageId102)
Auto generated method signaturevoid
deleteMessageStore(String name94)
Auto generated method signatureMessageInfo[]
getAllMessages(String name75)
Auto generated method signatureString
getClassName(String name88)
Auto generated method signatureString
getEnvelope(String name83, String messageId84)
Auto generated method signatureString
getMessageStore(String name79)
Auto generated method signatureMessageStoreMetaData[]
getMessageStoreData()
Auto generated method signatureString[]
getMessageStoreNames()
Auto generated method signatureMessageInfo[]
getPaginatedMessages(String name96, int pageNumber97)
Auto generated method signatureint
getSize(String name69)
Auto generated method signaturevoid
modifyMessageStore(String xml73)
Auto generated method signaturevoid
startgetAllMessages(String name75, MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetClassName(String name88, MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEnvelope(String name83, String messageId84, MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetMessageStore(String name79, MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetMessageStoreData(MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetMessageStoreNames(MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetPaginatedMessages(String name96, int pageNumber97, MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetSize(String name69, MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations-
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
-
MessageStoreAdminServiceStub
public MessageStoreAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor that takes in a configContext- Throws:
org.apache.axis2.AxisFault
-
MessageStoreAdminServiceStub
public MessageStoreAdminServiceStub(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
-
MessageStoreAdminServiceStub
public MessageStoreAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
MessageStoreAdminServiceStub
public MessageStoreAdminServiceStub() throws org.apache.axis2.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
MessageStoreAdminServiceStub
public MessageStoreAdminServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor taking the target endpoint- Throws:
org.apache.axis2.AxisFault
-
-
Method Detail
-
addMessageStore
public void addMessageStore(String xml64) throws RemoteException, Exception
Auto generated method signature- Specified by:
addMessageStore
in interfaceMessageStoreAdminService
- Throws:
Exception
- :RemoteException
-
getMessageStoreNames
public String[] getMessageStoreNames() throws RemoteException
Auto generated method signature- Specified by:
getMessageStoreNames
in interfaceMessageStoreAdminService
- Parameters:
getMessageStoreNames65
-- Throws:
RemoteException
- See Also:
MessageStoreAdminService.getMessageStoreNames()
-
startgetMessageStoreNames
public void startgetMessageStoreNames(MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetMessageStoreNames
in interfaceMessageStoreAdminService
- Parameters:
getMessageStoreNames65
-- Throws:
RemoteException
- See Also:
MessageStoreAdminService.startgetMessageStoreNames(org.wso2.carbon.message.store.stub.MessageStoreAdminServiceCallbackHandler)
-
getSize
public int getSize(String name69) throws RemoteException
Auto generated method signature- Specified by:
getSize
in interfaceMessageStoreAdminService
- Parameters:
getSize68
-- Throws:
RemoteException
- See Also:
MessageStoreAdminService.getSize(java.lang.String)
-
startgetSize
public void startgetSize(String name69, MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetSize
in interfaceMessageStoreAdminService
- Parameters:
getSize68
-- Throws:
RemoteException
- See Also:
MessageStoreAdminService.startgetSize(java.lang.String, org.wso2.carbon.message.store.stub.MessageStoreAdminServiceCallbackHandler)
-
modifyMessageStore
public void modifyMessageStore(String xml73) throws RemoteException
Auto generated method signature- Specified by:
modifyMessageStore
in interfaceMessageStoreAdminService
- Throws:
RemoteException
-
getAllMessages
public MessageInfo[] getAllMessages(String name75) throws RemoteException
Auto generated method signature- Specified by:
getAllMessages
in interfaceMessageStoreAdminService
- Parameters:
getAllMessages74
-- Throws:
RemoteException
- See Also:
MessageStoreAdminService.getAllMessages(java.lang.String)
-
startgetAllMessages
public void startgetAllMessages(String name75, MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetAllMessages
in interfaceMessageStoreAdminService
- Parameters:
getAllMessages74
-- Throws:
RemoteException
- See Also:
MessageStoreAdminService.startgetAllMessages(java.lang.String, org.wso2.carbon.message.store.stub.MessageStoreAdminServiceCallbackHandler)
-
getMessageStore
public String getMessageStore(String name79) throws RemoteException
Auto generated method signature- Specified by:
getMessageStore
in interfaceMessageStoreAdminService
- Parameters:
getMessageStore78
-- Throws:
RemoteException
- See Also:
MessageStoreAdminService.getMessageStore(java.lang.String)
-
startgetMessageStore
public void startgetMessageStore(String name79, MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetMessageStore
in interfaceMessageStoreAdminService
- Parameters:
getMessageStore78
-- Throws:
RemoteException
- See Also:
MessageStoreAdminService.startgetMessageStore(java.lang.String, org.wso2.carbon.message.store.stub.MessageStoreAdminServiceCallbackHandler)
-
getEnvelope
public String getEnvelope(String name83, String messageId84) throws RemoteException
Auto generated method signature- Specified by:
getEnvelope
in interfaceMessageStoreAdminService
- Parameters:
getEnvelope82
-- Throws:
RemoteException
- See Also:
MessageStoreAdminService.getEnvelope(java.lang.String, java.lang.String)
-
startgetEnvelope
public void startgetEnvelope(String name83, String messageId84, MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetEnvelope
in interfaceMessageStoreAdminService
- Parameters:
getEnvelope82
-- Throws:
RemoteException
- See Also:
MessageStoreAdminService.startgetEnvelope(java.lang.String, java.lang.String, org.wso2.carbon.message.store.stub.MessageStoreAdminServiceCallbackHandler)
-
getClassName
public String getClassName(String name88) throws RemoteException
Auto generated method signature- Specified by:
getClassName
in interfaceMessageStoreAdminService
- Parameters:
getClassName87
-- Throws:
RemoteException
- See Also:
MessageStoreAdminService.getClassName(java.lang.String)
-
startgetClassName
public void startgetClassName(String name88, MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetClassName
in interfaceMessageStoreAdminService
- Parameters:
getClassName87
-- Throws:
RemoteException
- See Also:
MessageStoreAdminService.startgetClassName(java.lang.String, org.wso2.carbon.message.store.stub.MessageStoreAdminServiceCallbackHandler)
-
deleteFirstMessages
public void deleteFirstMessages(String name92) throws RemoteException
Auto generated method signature- Specified by:
deleteFirstMessages
in interfaceMessageStoreAdminService
- Throws:
RemoteException
-
deleteMessageStore
public void deleteMessageStore(String name94) throws RemoteException
Auto generated method signature- Specified by:
deleteMessageStore
in interfaceMessageStoreAdminService
- Throws:
RemoteException
-
getPaginatedMessages
public MessageInfo[] getPaginatedMessages(String name96, int pageNumber97) throws RemoteException
Auto generated method signature- Specified by:
getPaginatedMessages
in interfaceMessageStoreAdminService
- Parameters:
getPaginatedMessages95
-- Throws:
RemoteException
- See Also:
MessageStoreAdminService.getPaginatedMessages(java.lang.String, int)
-
startgetPaginatedMessages
public void startgetPaginatedMessages(String name96, int pageNumber97, MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetPaginatedMessages
in interfaceMessageStoreAdminService
- Parameters:
getPaginatedMessages95
-- Throws:
RemoteException
- See Also:
MessageStoreAdminService.startgetPaginatedMessages(java.lang.String, int, org.wso2.carbon.message.store.stub.MessageStoreAdminServiceCallbackHandler)
-
deleteMessage
public void deleteMessage(String name101, String messageId102) throws RemoteException
Auto generated method signature- Specified by:
deleteMessage
in interfaceMessageStoreAdminService
- Throws:
RemoteException
-
deleteAllMessages
public void deleteAllMessages(String name104) throws RemoteException
Auto generated method signature- Specified by:
deleteAllMessages
in interfaceMessageStoreAdminService
- Throws:
RemoteException
-
getMessageStoreData
public MessageStoreMetaData[] getMessageStoreData() throws RemoteException
Auto generated method signature- Specified by:
getMessageStoreData
in interfaceMessageStoreAdminService
- Parameters:
getMessageStoreData105
-- Throws:
RemoteException
- See Also:
MessageStoreAdminService.getMessageStoreData()
-
startgetMessageStoreData
public void startgetMessageStoreData(MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetMessageStoreData
in interfaceMessageStoreAdminService
- Parameters:
getMessageStoreData105
-- Throws:
RemoteException
- See Also:
MessageStoreAdminService.startgetMessageStoreData(org.wso2.carbon.message.store.stub.MessageStoreAdminServiceCallbackHandler)
-
-