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, setServiceClientEPR
public TopicManagerAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public TopicManagerAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public TopicManagerAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public TopicManagerAdminServiceStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public TopicManagerAdminServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public void addTopic(String topic52) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
addTopic
in interface TopicManagerAdminService
TopicManagerAdminServiceEventAdminExceptionException
- :RemoteException
public int getAllWSSubscriptionCountForTopic(String topic54) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getAllWSSubscriptionCountForTopic
in interface TopicManagerAdminService
getAllWSSubscriptionCountForTopic53
- TopicManagerAdminServiceEventAdminExceptionException
- :RemoteException
TopicManagerAdminService.getAllWSSubscriptionCountForTopic(java.lang.String)
public void startgetAllWSSubscriptionCountForTopic(String topic54, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
startgetAllWSSubscriptionCountForTopic
in interface TopicManagerAdminService
getAllWSSubscriptionCountForTopic53
- RemoteException
TopicManagerAdminService.startgetAllWSSubscriptionCountForTopic(java.lang.String, org.wso2.carbon.event.stub.internal.TopicManagerAdminServiceCallbackHandler)
public TopicRolePermission[] getTopicRolePermissions(String topic58) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getTopicRolePermissions
in interface TopicManagerAdminService
getTopicRolePermissions57
- TopicManagerAdminServiceEventAdminExceptionException
- :RemoteException
TopicManagerAdminService.getTopicRolePermissions(java.lang.String)
public void startgetTopicRolePermissions(String topic58, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
startgetTopicRolePermissions
in interface TopicManagerAdminService
getTopicRolePermissions57
- RemoteException
TopicManagerAdminService.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 TopicManagerAdminService
getAllWSSubscriptionsForTopic61
- TopicManagerAdminServiceEventAdminExceptionException
- :RemoteException
TopicManagerAdminService.getAllWSSubscriptionsForTopic(java.lang.String, int, int)
public void startgetAllWSSubscriptionsForTopic(String topic62, int startingIndex63, int maxSubscriptionCount64, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
startgetAllWSSubscriptionsForTopic
in interface TopicManagerAdminService
getAllWSSubscriptionsForTopic61
- RemoteException
TopicManagerAdminService.startgetAllWSSubscriptionsForTopic(java.lang.String, int, int, org.wso2.carbon.event.stub.internal.TopicManagerAdminServiceCallbackHandler)
public TopicNode getAllTopics() throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getAllTopics
in interface TopicManagerAdminService
getAllTopics67
- TopicManagerAdminServiceEventAdminExceptionException
- :RemoteException
TopicManagerAdminService.getAllTopics()
public void startgetAllTopics(TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
startgetAllTopics
in interface TopicManagerAdminService
getAllTopics67
- RemoteException
TopicManagerAdminService.startgetAllTopics(org.wso2.carbon.event.stub.internal.TopicManagerAdminServiceCallbackHandler)
public String[] getUserRoles() throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getUserRoles
in interface TopicManagerAdminService
getUserRoles70
- TopicManagerAdminServiceEventAdminExceptionException
- :RemoteException
TopicManagerAdminService.getUserRoles()
public void startgetUserRoles(TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
startgetUserRoles
in interface TopicManagerAdminService
getUserRoles70
- RemoteException
TopicManagerAdminService.startgetUserRoles(org.wso2.carbon.event.stub.internal.TopicManagerAdminServiceCallbackHandler)
public Subscription[] getWsSubscriptionsForTopic(String topic74) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getWsSubscriptionsForTopic
in interface TopicManagerAdminService
getWsSubscriptionsForTopic73
- TopicManagerAdminServiceEventAdminExceptionException
- :RemoteException
TopicManagerAdminService.getWsSubscriptionsForTopic(java.lang.String)
public void startgetWsSubscriptionsForTopic(String topic74, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
startgetWsSubscriptionsForTopic
in interface TopicManagerAdminService
getWsSubscriptionsForTopic73
- RemoteException
TopicManagerAdminService.startgetWsSubscriptionsForTopic(java.lang.String, org.wso2.carbon.event.stub.internal.TopicManagerAdminServiceCallbackHandler)
public boolean removeTopic(String topic78) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
removeTopic
in interface TopicManagerAdminService
removeTopic77
- TopicManagerAdminServiceEventAdminExceptionException
- :RemoteException
TopicManagerAdminService.removeTopic(java.lang.String)
public void startremoveTopic(String topic78, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
startremoveTopic
in interface TopicManagerAdminService
removeTopic77
- RemoteException
TopicManagerAdminService.startremoveTopic(java.lang.String, org.wso2.carbon.event.stub.internal.TopicManagerAdminServiceCallbackHandler)
public Subscription[] getJMSSubscriptionsForTopic(String topic82) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
getJMSSubscriptionsForTopic
in interface TopicManagerAdminService
getJMSSubscriptionsForTopic81
- TopicManagerAdminServiceEventAdminExceptionException
- :RemoteException
TopicManagerAdminService.getJMSSubscriptionsForTopic(java.lang.String)
public void startgetJMSSubscriptionsForTopic(String topic82, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
startgetJMSSubscriptionsForTopic
in interface TopicManagerAdminService
getJMSSubscriptionsForTopic81
- RemoteException
TopicManagerAdminService.startgetJMSSubscriptionsForTopic(java.lang.String, org.wso2.carbon.event.stub.internal.TopicManagerAdminServiceCallbackHandler)
public void updatePermission(String topic86, TopicRolePermission[] topicRolePermissions87) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
updatePermission
in interface TopicManagerAdminService
TopicManagerAdminServiceEventAdminExceptionException
- :RemoteException
Copyright © 2023 WSO2. All rights reserved.