Class TopicManagerAdminServiceStub
- java.lang.Object
-
- org.apache.axis2.client.Stub
-
- org.wso2.carbon.event.stub.internal.TopicManagerAdminServiceStub
-
- All Implemented Interfaces:
TopicManagerAdminService
public class TopicManagerAdminServiceStub extends org.apache.axis2.client.Stub implements TopicManagerAdminService
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.axis2.description.AxisOperation[]_operations
-
Constructor Summary
Constructors Constructor Description TopicManagerAdminServiceStub()Default ConstructorTopicManagerAdminServiceStub(String targetEndpoint)Constructor taking the target endpointTopicManagerAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)Default ConstructorTopicManagerAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint)Constructor that takes in a configContextTopicManagerAdminServiceStub(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 voidaddTopic(String topic52)Auto generated method signatureTopicNodegetAllTopics()Auto generated method signatureintgetAllWSSubscriptionCountForTopic(String topic54)Auto generated method signatureSubscription[]getAllWSSubscriptionsForTopic(String topic62, int startingIndex63, int maxSubscriptionCount64)Auto generated method signatureSubscription[]getJMSSubscriptionsForTopic(String topic82)Auto generated method signatureTopicRolePermission[]getTopicRolePermissions(String topic58)Auto generated method signatureString[]getUserRoles()Auto generated method signatureSubscription[]getWsSubscriptionsForTopic(String topic74)Auto generated method signaturebooleanremoveTopic(String topic78)Auto generated method signaturevoidstartgetAllTopics(TopicManagerAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetAllWSSubscriptionCountForTopic(String topic54, TopicManagerAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetAllWSSubscriptionsForTopic(String topic62, int startingIndex63, int maxSubscriptionCount64, TopicManagerAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetJMSSubscriptionsForTopic(String topic82, TopicManagerAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetTopicRolePermissions(String topic58, TopicManagerAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetUserRoles(TopicManagerAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetWsSubscriptionsForTopic(String topic74, TopicManagerAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartremoveTopic(String topic78, TopicManagerAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidupdatePermission(String topic86, TopicRolePermission[] topicRolePermissions87)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
-
TopicManagerAdminServiceStub
public TopicManagerAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFaultConstructor that takes in a configContext- Throws:
org.apache.axis2.AxisFault
-
TopicManagerAdminServiceStub
public TopicManagerAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFaultConstructor that takes in a configContext and useseperate listner- Throws:
org.apache.axis2.AxisFault
-
TopicManagerAdminServiceStub
public TopicManagerAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFaultDefault Constructor- Throws:
org.apache.axis2.AxisFault
-
TopicManagerAdminServiceStub
public TopicManagerAdminServiceStub() throws org.apache.axis2.AxisFaultDefault Constructor- Throws:
org.apache.axis2.AxisFault
-
TopicManagerAdminServiceStub
public TopicManagerAdminServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor taking the target endpoint- Throws:
org.apache.axis2.AxisFault
-
-
Method Detail
-
addTopic
public void addTopic(String topic52) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
Auto generated method signature- Specified by:
addTopicin interfaceTopicManagerAdminService- Throws:
TopicManagerAdminServiceEventAdminExceptionException- :RemoteException
-
getAllWSSubscriptionCountForTopic
public int getAllWSSubscriptionCountForTopic(String topic54) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
Auto generated method signature- Specified by:
getAllWSSubscriptionCountForTopicin interfaceTopicManagerAdminService- Parameters:
getAllWSSubscriptionCountForTopic53-- Throws:
TopicManagerAdminServiceEventAdminExceptionException- :RemoteException- See Also:
TopicManagerAdminService.getAllWSSubscriptionCountForTopic(java.lang.String)
-
startgetAllWSSubscriptionCountForTopic
public void startgetAllWSSubscriptionCountForTopic(String topic54, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetAllWSSubscriptionCountForTopicin interfaceTopicManagerAdminService- Parameters:
getAllWSSubscriptionCountForTopic53-- Throws:
RemoteException- See Also:
TopicManagerAdminService.startgetAllWSSubscriptionCountForTopic(java.lang.String, org.wso2.carbon.event.stub.internal.TopicManagerAdminServiceCallbackHandler)
-
getTopicRolePermissions
public TopicRolePermission[] getTopicRolePermissions(String topic58) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
Auto generated method signature- Specified by:
getTopicRolePermissionsin interfaceTopicManagerAdminService- Parameters:
getTopicRolePermissions57-- Throws:
TopicManagerAdminServiceEventAdminExceptionException- :RemoteException- See Also:
TopicManagerAdminService.getTopicRolePermissions(java.lang.String)
-
startgetTopicRolePermissions
public void startgetTopicRolePermissions(String topic58, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetTopicRolePermissionsin interfaceTopicManagerAdminService- Parameters:
getTopicRolePermissions57-- Throws:
RemoteException- See Also:
TopicManagerAdminService.startgetTopicRolePermissions(java.lang.String, org.wso2.carbon.event.stub.internal.TopicManagerAdminServiceCallbackHandler)
-
getAllWSSubscriptionsForTopic
public Subscription[] getAllWSSubscriptionsForTopic(String topic62, int startingIndex63, int maxSubscriptionCount64) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
Auto generated method signature- Specified by:
getAllWSSubscriptionsForTopicin interfaceTopicManagerAdminService- Parameters:
getAllWSSubscriptionsForTopic61-- Throws:
TopicManagerAdminServiceEventAdminExceptionException- :RemoteException- See Also:
TopicManagerAdminService.getAllWSSubscriptionsForTopic(java.lang.String, int, int)
-
startgetAllWSSubscriptionsForTopic
public void startgetAllWSSubscriptionsForTopic(String topic62, int startingIndex63, int maxSubscriptionCount64, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetAllWSSubscriptionsForTopicin interfaceTopicManagerAdminService- Parameters:
getAllWSSubscriptionsForTopic61-- Throws:
RemoteException- See Also:
TopicManagerAdminService.startgetAllWSSubscriptionsForTopic(java.lang.String, int, int, org.wso2.carbon.event.stub.internal.TopicManagerAdminServiceCallbackHandler)
-
getAllTopics
public TopicNode getAllTopics() throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
Auto generated method signature- Specified by:
getAllTopicsin interfaceTopicManagerAdminService- Parameters:
getAllTopics67-- Throws:
TopicManagerAdminServiceEventAdminExceptionException- :RemoteException- See Also:
TopicManagerAdminService.getAllTopics()
-
startgetAllTopics
public void startgetAllTopics(TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetAllTopicsin interfaceTopicManagerAdminService- Parameters:
getAllTopics67-- Throws:
RemoteException- See Also:
TopicManagerAdminService.startgetAllTopics(org.wso2.carbon.event.stub.internal.TopicManagerAdminServiceCallbackHandler)
-
getUserRoles
public String[] getUserRoles() throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
Auto generated method signature- Specified by:
getUserRolesin interfaceTopicManagerAdminService- Parameters:
getUserRoles70-- Throws:
TopicManagerAdminServiceEventAdminExceptionException- :RemoteException- See Also:
TopicManagerAdminService.getUserRoles()
-
startgetUserRoles
public void startgetUserRoles(TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetUserRolesin interfaceTopicManagerAdminService- Parameters:
getUserRoles70-- Throws:
RemoteException- See Also:
TopicManagerAdminService.startgetUserRoles(org.wso2.carbon.event.stub.internal.TopicManagerAdminServiceCallbackHandler)
-
getWsSubscriptionsForTopic
public Subscription[] getWsSubscriptionsForTopic(String topic74) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
Auto generated method signature- Specified by:
getWsSubscriptionsForTopicin interfaceTopicManagerAdminService- Parameters:
getWsSubscriptionsForTopic73-- Throws:
TopicManagerAdminServiceEventAdminExceptionException- :RemoteException- See Also:
TopicManagerAdminService.getWsSubscriptionsForTopic(java.lang.String)
-
startgetWsSubscriptionsForTopic
public void startgetWsSubscriptionsForTopic(String topic74, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetWsSubscriptionsForTopicin interfaceTopicManagerAdminService- Parameters:
getWsSubscriptionsForTopic73-- Throws:
RemoteException- See Also:
TopicManagerAdminService.startgetWsSubscriptionsForTopic(java.lang.String, org.wso2.carbon.event.stub.internal.TopicManagerAdminServiceCallbackHandler)
-
removeTopic
public boolean removeTopic(String topic78) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
Auto generated method signature- Specified by:
removeTopicin interfaceTopicManagerAdminService- Parameters:
removeTopic77-- Throws:
TopicManagerAdminServiceEventAdminExceptionException- :RemoteException- See Also:
TopicManagerAdminService.removeTopic(java.lang.String)
-
startremoveTopic
public void startremoveTopic(String topic78, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startremoveTopicin interfaceTopicManagerAdminService- Parameters:
removeTopic77-- Throws:
RemoteException- See Also:
TopicManagerAdminService.startremoveTopic(java.lang.String, org.wso2.carbon.event.stub.internal.TopicManagerAdminServiceCallbackHandler)
-
getJMSSubscriptionsForTopic
public Subscription[] getJMSSubscriptionsForTopic(String topic82) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
Auto generated method signature- Specified by:
getJMSSubscriptionsForTopicin interfaceTopicManagerAdminService- Parameters:
getJMSSubscriptionsForTopic81-- Throws:
TopicManagerAdminServiceEventAdminExceptionException- :RemoteException- See Also:
TopicManagerAdminService.getJMSSubscriptionsForTopic(java.lang.String)
-
startgetJMSSubscriptionsForTopic
public void startgetJMSSubscriptionsForTopic(String topic82, TopicManagerAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetJMSSubscriptionsForTopicin interfaceTopicManagerAdminService- Parameters:
getJMSSubscriptionsForTopic81-- Throws:
RemoteException- See Also:
TopicManagerAdminService.startgetJMSSubscriptionsForTopic(java.lang.String, org.wso2.carbon.event.stub.internal.TopicManagerAdminServiceCallbackHandler)
-
updatePermission
public void updatePermission(String topic86, TopicRolePermission[] topicRolePermissions87) throws RemoteException, TopicManagerAdminServiceEventAdminExceptionException
Auto generated method signature- Specified by:
updatePermissionin interfaceTopicManagerAdminService- Throws:
TopicManagerAdminServiceEventAdminExceptionException- :RemoteException
-
-