public class MessageStoreAdminServiceStub extends org.apache.axis2.client.Stub implements MessageStoreAdminService
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
MessageStoreAdminServiceStub()
Default Constructor
|
MessageStoreAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
MessageStoreAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
MessageStoreAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
MessageStoreAdminServiceStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
void |
addMessageStore(String xml64)
Auto generated method signature
|
void |
deleteAllMessages(String name104)
Auto generated method signature
|
void |
deleteFirstMessages(String name92)
Auto generated method signature
|
void |
deleteMessage(String name101,
String messageId102)
Auto generated method signature
|
void |
deleteMessageStore(String name94)
Auto generated method signature
|
MessageInfo[] |
getAllMessages(String name75)
Auto generated method signature
|
String |
getClassName(String name88)
Auto generated method signature
|
String |
getEnvelope(String name83,
String messageId84)
Auto generated method signature
|
String |
getMessageStore(String name79)
Auto generated method signature
|
MessageStoreMetaData[] |
getMessageStoreData()
Auto generated method signature
|
String[] |
getMessageStoreNames()
Auto generated method signature
|
MessageInfo[] |
getPaginatedMessages(String name96,
int pageNumber97)
Auto generated method signature
|
int |
getSize(String name69)
Auto generated method signature
|
void |
modifyMessageStore(String xml73)
Auto generated method signature
|
void |
startgetAllMessages(String name75,
MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetClassName(String name88,
MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEnvelope(String name83,
String messageId84,
MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMessageStore(String name79,
MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMessageStoreData(MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMessageStoreNames(MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPaginatedMessages(String name96,
int pageNumber97,
MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSize(String name69,
MessageStoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public MessageStoreAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public MessageStoreAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public MessageStoreAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public MessageStoreAdminServiceStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public MessageStoreAdminServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public void addMessageStore(String xml64) throws RemoteException, Exception
addMessageStore
in interface MessageStoreAdminService
Exception
- :RemoteException
public String[] getMessageStoreNames() throws RemoteException
getMessageStoreNames
in interface MessageStoreAdminService
getMessageStoreNames65
- RemoteException
MessageStoreAdminService.getMessageStoreNames()
public void startgetMessageStoreNames(MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
startgetMessageStoreNames
in interface MessageStoreAdminService
getMessageStoreNames65
- RemoteException
MessageStoreAdminService.startgetMessageStoreNames(org.wso2.carbon.message.store.stub.MessageStoreAdminServiceCallbackHandler)
public int getSize(String name69) throws RemoteException
getSize
in interface MessageStoreAdminService
getSize68
- RemoteException
MessageStoreAdminService.getSize(java.lang.String)
public void startgetSize(String name69, MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
startgetSize
in interface MessageStoreAdminService
getSize68
- RemoteException
MessageStoreAdminService.startgetSize(java.lang.String, org.wso2.carbon.message.store.stub.MessageStoreAdminServiceCallbackHandler)
public void modifyMessageStore(String xml73) throws RemoteException
modifyMessageStore
in interface MessageStoreAdminService
RemoteException
public MessageInfo[] getAllMessages(String name75) throws RemoteException
getAllMessages
in interface MessageStoreAdminService
getAllMessages74
- RemoteException
MessageStoreAdminService.getAllMessages(java.lang.String)
public void startgetAllMessages(String name75, MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
startgetAllMessages
in interface MessageStoreAdminService
getAllMessages74
- RemoteException
MessageStoreAdminService.startgetAllMessages(java.lang.String, org.wso2.carbon.message.store.stub.MessageStoreAdminServiceCallbackHandler)
public String getMessageStore(String name79) throws RemoteException
getMessageStore
in interface MessageStoreAdminService
getMessageStore78
- RemoteException
MessageStoreAdminService.getMessageStore(java.lang.String)
public void startgetMessageStore(String name79, MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
startgetMessageStore
in interface MessageStoreAdminService
getMessageStore78
- RemoteException
MessageStoreAdminService.startgetMessageStore(java.lang.String, org.wso2.carbon.message.store.stub.MessageStoreAdminServiceCallbackHandler)
public String getEnvelope(String name83, String messageId84) throws RemoteException
getEnvelope
in interface MessageStoreAdminService
getEnvelope82
- RemoteException
MessageStoreAdminService.getEnvelope(java.lang.String, java.lang.String)
public void startgetEnvelope(String name83, String messageId84, MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
startgetEnvelope
in interface MessageStoreAdminService
getEnvelope82
- RemoteException
MessageStoreAdminService.startgetEnvelope(java.lang.String, java.lang.String, org.wso2.carbon.message.store.stub.MessageStoreAdminServiceCallbackHandler)
public String getClassName(String name88) throws RemoteException
getClassName
in interface MessageStoreAdminService
getClassName87
- RemoteException
MessageStoreAdminService.getClassName(java.lang.String)
public void startgetClassName(String name88, MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
startgetClassName
in interface MessageStoreAdminService
getClassName87
- RemoteException
MessageStoreAdminService.startgetClassName(java.lang.String, org.wso2.carbon.message.store.stub.MessageStoreAdminServiceCallbackHandler)
public void deleteFirstMessages(String name92) throws RemoteException
deleteFirstMessages
in interface MessageStoreAdminService
RemoteException
public void deleteMessageStore(String name94) throws RemoteException
deleteMessageStore
in interface MessageStoreAdminService
RemoteException
public MessageInfo[] getPaginatedMessages(String name96, int pageNumber97) throws RemoteException
getPaginatedMessages
in interface MessageStoreAdminService
getPaginatedMessages95
- RemoteException
MessageStoreAdminService.getPaginatedMessages(java.lang.String, int)
public void startgetPaginatedMessages(String name96, int pageNumber97, MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
startgetPaginatedMessages
in interface MessageStoreAdminService
getPaginatedMessages95
- RemoteException
MessageStoreAdminService.startgetPaginatedMessages(java.lang.String, int, org.wso2.carbon.message.store.stub.MessageStoreAdminServiceCallbackHandler)
public void deleteMessage(String name101, String messageId102) throws RemoteException
deleteMessage
in interface MessageStoreAdminService
RemoteException
public void deleteAllMessages(String name104) throws RemoteException
deleteAllMessages
in interface MessageStoreAdminService
RemoteException
public MessageStoreMetaData[] getMessageStoreData() throws RemoteException
getMessageStoreData
in interface MessageStoreAdminService
getMessageStoreData105
- RemoteException
MessageStoreAdminService.getMessageStoreData()
public void startgetMessageStoreData(MessageStoreAdminServiceCallbackHandler callback) throws RemoteException
startgetMessageStoreData
in interface MessageStoreAdminService
getMessageStoreData105
- RemoteException
MessageStoreAdminService.startgetMessageStoreData(org.wso2.carbon.message.store.stub.MessageStoreAdminServiceCallbackHandler)
Copyright © 2017 WSO2. All rights reserved.