public class TopicManagerAdminServiceStub extends org.apache.axis2.client.Stub implements TopicManagerAdminService
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
| Constructor and Description |
|---|
TopicManagerAdminServiceStub()
Default Constructor
|
TopicManagerAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
TopicManagerAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
TopicManagerAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
TopicManagerAdminServiceStub(String targetEndpoint)
Constructor taking the target endpoint
|
| Modifier and Type | Method and Description |
|---|---|
void |
addTopic(String topic52)
Auto generated method signature
|
TopicNode |
getAllTopics()
Auto generated method signature
|
int |
getAllWSSubscriptionCountForTopic(String topic54)
Auto generated method signature
|
Subscription[] |
getAllWSSubscriptionsForTopic(String topic62,
int startingIndex63,
int maxSubscriptionCount64)
Auto generated method signature
|
Subscription[] |
getJMSSubscriptionsForTopic(String topic82)
Auto generated method signature
|
TopicRolePermission[] |
getTopicRolePermissions(String topic58)
Auto generated method signature
|
String[] |
getUserRoles()
Auto generated method signature
|
Subscription[] |
getWsSubscriptionsForTopic(String topic74)
Auto generated method signature
|
boolean |
removeTopic(String topic78)
Auto generated method signature
|
void |
startgetAllTopics(TopicManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllWSSubscriptionCountForTopic(String topic54,
TopicManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllWSSubscriptionsForTopic(String topic62,
int startingIndex63,
int maxSubscriptionCount64,
TopicManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetJMSSubscriptionsForTopic(String topic82,
TopicManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTopicRolePermissions(String topic58,
TopicManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetUserRoles(TopicManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetWsSubscriptionsForTopic(String topic74,
TopicManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startremoveTopic(String topic78,
TopicManagerAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updatePermission(String topic86,
TopicRolePermission[] topicRolePermissions87)
Auto generated method signature
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPRpublic TopicManagerAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic TopicManagerAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic TopicManagerAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic TopicManagerAdminServiceStub()
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic TopicManagerAdminServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic void addTopic(String topic52) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
addTopic in interface TopicManagerAdminServiceTopicManagerAdminServiceEventAdminExceptionException - :RemoteExceptionpublic int getAllWSSubscriptionCountForTopic(String topic54) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getAllWSSubscriptionCountForTopic in interface TopicManagerAdminServicegetAllWSSubscriptionCountForTopic53 - TopicManagerAdminServiceEventAdminExceptionException - :RemoteExceptionTopicManagerAdminService.getAllWSSubscriptionCountForTopic(java.lang.String)public void startgetAllWSSubscriptionCountForTopic(String topic54, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
startgetAllWSSubscriptionCountForTopic in interface TopicManagerAdminServicegetAllWSSubscriptionCountForTopic53 - RemoteExceptionTopicManagerAdminService.startgetAllWSSubscriptionCountForTopic(java.lang.String, org.wso2.carbon.event.stub.internal.TopicManagerAdminServiceCallbackHandler)public TopicRolePermission[] getTopicRolePermissions(String topic58) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getTopicRolePermissions in interface TopicManagerAdminServicegetTopicRolePermissions57 - TopicManagerAdminServiceEventAdminExceptionException - :RemoteExceptionTopicManagerAdminService.getTopicRolePermissions(java.lang.String)public void startgetTopicRolePermissions(String topic58, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
startgetTopicRolePermissions in interface TopicManagerAdminServicegetTopicRolePermissions57 - RemoteExceptionTopicManagerAdminService.startgetTopicRolePermissions(java.lang.String, org.wso2.carbon.event.stub.internal.TopicManagerAdminServiceCallbackHandler)public Subscription[] getAllWSSubscriptionsForTopic(String topic62, int startingIndex63, int maxSubscriptionCount64) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getAllWSSubscriptionsForTopic in interface TopicManagerAdminServicegetAllWSSubscriptionsForTopic61 - TopicManagerAdminServiceEventAdminExceptionException - :RemoteExceptionTopicManagerAdminService.getAllWSSubscriptionsForTopic(java.lang.String, int, int)public void startgetAllWSSubscriptionsForTopic(String topic62, int startingIndex63, int maxSubscriptionCount64, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
startgetAllWSSubscriptionsForTopic in interface TopicManagerAdminServicegetAllWSSubscriptionsForTopic61 - RemoteExceptionTopicManagerAdminService.startgetAllWSSubscriptionsForTopic(java.lang.String, int, int, org.wso2.carbon.event.stub.internal.TopicManagerAdminServiceCallbackHandler)public TopicNode getAllTopics() throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getAllTopics in interface TopicManagerAdminServicegetAllTopics67 - TopicManagerAdminServiceEventAdminExceptionException - :RemoteExceptionTopicManagerAdminService.getAllTopics()public void startgetAllTopics(TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
startgetAllTopics in interface TopicManagerAdminServicegetAllTopics67 - RemoteExceptionTopicManagerAdminService.startgetAllTopics(org.wso2.carbon.event.stub.internal.TopicManagerAdminServiceCallbackHandler)public String[] getUserRoles() throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getUserRoles in interface TopicManagerAdminServicegetUserRoles70 - TopicManagerAdminServiceEventAdminExceptionException - :RemoteExceptionTopicManagerAdminService.getUserRoles()public void startgetUserRoles(TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
startgetUserRoles in interface TopicManagerAdminServicegetUserRoles70 - RemoteExceptionTopicManagerAdminService.startgetUserRoles(org.wso2.carbon.event.stub.internal.TopicManagerAdminServiceCallbackHandler)public Subscription[] getWsSubscriptionsForTopic(String topic74) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getWsSubscriptionsForTopic in interface TopicManagerAdminServicegetWsSubscriptionsForTopic73 - TopicManagerAdminServiceEventAdminExceptionException - :RemoteExceptionTopicManagerAdminService.getWsSubscriptionsForTopic(java.lang.String)public void startgetWsSubscriptionsForTopic(String topic74, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
startgetWsSubscriptionsForTopic in interface TopicManagerAdminServicegetWsSubscriptionsForTopic73 - RemoteExceptionTopicManagerAdminService.startgetWsSubscriptionsForTopic(java.lang.String, org.wso2.carbon.event.stub.internal.TopicManagerAdminServiceCallbackHandler)public boolean removeTopic(String topic78) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
removeTopic in interface TopicManagerAdminServiceremoveTopic77 - TopicManagerAdminServiceEventAdminExceptionException - :RemoteExceptionTopicManagerAdminService.removeTopic(java.lang.String)public void startremoveTopic(String topic78, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
startremoveTopic in interface TopicManagerAdminServiceremoveTopic77 - RemoteExceptionTopicManagerAdminService.startremoveTopic(java.lang.String, org.wso2.carbon.event.stub.internal.TopicManagerAdminServiceCallbackHandler)public Subscription[] getJMSSubscriptionsForTopic(String topic82) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getJMSSubscriptionsForTopic in interface TopicManagerAdminServicegetJMSSubscriptionsForTopic81 - TopicManagerAdminServiceEventAdminExceptionException - :RemoteExceptionTopicManagerAdminService.getJMSSubscriptionsForTopic(java.lang.String)public void startgetJMSSubscriptionsForTopic(String topic82, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
startgetJMSSubscriptionsForTopic in interface TopicManagerAdminServicegetJMSSubscriptionsForTopic81 - RemoteExceptionTopicManagerAdminService.startgetJMSSubscriptionsForTopic(java.lang.String, org.wso2.carbon.event.stub.internal.TopicManagerAdminServiceCallbackHandler)public void updatePermission(String topic86, TopicRolePermission[] topicRolePermissions87) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
updatePermission in interface TopicManagerAdminServiceTopicManagerAdminServiceEventAdminExceptionException - :RemoteExceptionCopyright © 2019 WSO2. All rights reserved.