Package | Description |
---|---|
org.wso2.carbon.event.stub.internal | |
org.wso2.carbon.event.stub.internal.xsd |
Modifier and Type | Field and Description |
---|---|
protected Subscription[] |
GetAllWSSubscriptionsForTopicResponse.local_return
field for _return
This was an Array!
|
protected Subscription[] |
GetWsSubscriptionsForTopicResponse.local_return
field for _return
This was an Array!
|
protected Subscription[] |
GetJMSSubscriptionsForTopicResponse.local_return
field for _return
This was an Array!
|
Modifier and Type | Method and Description |
---|---|
Subscription[] |
GetAllWSSubscriptionsForTopicResponse.get_return()
Auto generated getter method
|
Subscription[] |
GetWsSubscriptionsForTopicResponse.get_return()
Auto generated getter method
|
Subscription[] |
GetJMSSubscriptionsForTopicResponse.get_return()
Auto generated getter method
|
Subscription[] |
TopicManagerAdminServiceStub.getAllWSSubscriptionsForTopic(String topic62,
int startingIndex63,
int maxSubscriptionCount64)
Auto generated method signature
|
Subscription[] |
TopicManagerAdminService.getAllWSSubscriptionsForTopic(String topic25,
int startingIndex26,
int maxSubscriptionCount27)
Auto generated method signature
|
Subscription[] |
TopicManagerAdminServiceStub.getJMSSubscriptionsForTopic(String topic82)
Auto generated method signature
|
Subscription[] |
TopicManagerAdminService.getJMSSubscriptionsForTopic(String topic45)
Auto generated method signature
|
Subscription[] |
TopicManagerAdminServiceStub.getWsSubscriptionsForTopic(String topic74)
Auto generated method signature
|
Subscription[] |
TopicManagerAdminService.getWsSubscriptionsForTopic(String topic37)
Auto generated method signature
|
Modifier and Type | Method and Description |
---|---|
void |
GetAllWSSubscriptionsForTopicResponse.add_return(Subscription param)
Auto generated add method for the array for convenience
|
void |
GetWsSubscriptionsForTopicResponse.add_return(Subscription param)
Auto generated add method for the array for convenience
|
void |
GetJMSSubscriptionsForTopicResponse.add_return(Subscription param)
Auto generated add method for the array for convenience
|
void |
TopicManagerAdminServiceCallbackHandler.receiveResultgetAllWSSubscriptionsForTopic(Subscription[] result)
auto generated Axis2 call back method for getAllWSSubscriptionsForTopic method
override this method for handling normal response from getAllWSSubscriptionsForTopic operation
|
void |
TopicManagerAdminServiceCallbackHandler.receiveResultgetJMSSubscriptionsForTopic(Subscription[] result)
auto generated Axis2 call back method for getJMSSubscriptionsForTopic method
override this method for handling normal response from getJMSSubscriptionsForTopic operation
|
void |
TopicManagerAdminServiceCallbackHandler.receiveResultgetWsSubscriptionsForTopic(Subscription[] result)
auto generated Axis2 call back method for getWsSubscriptionsForTopic method
override this method for handling normal response from getWsSubscriptionsForTopic operation
|
void |
GetAllWSSubscriptionsForTopicResponse.set_return(Subscription[] param)
Auto generated setter method
|
void |
GetWsSubscriptionsForTopicResponse.set_return(Subscription[] param)
Auto generated setter method
|
void |
GetJMSSubscriptionsForTopicResponse.set_return(Subscription[] param)
Auto generated setter method
|
protected void |
GetAllWSSubscriptionsForTopicResponse.validate_return(Subscription[] param)
validate the array for _return
|
protected void |
GetWsSubscriptionsForTopicResponse.validate_return(Subscription[] param)
validate the array for _return
|
protected void |
GetJMSSubscriptionsForTopicResponse.validate_return(Subscription[] param)
validate the array for _return
|
Modifier and Type | Method and Description |
---|---|
static Subscription |
Subscription.Factory.parse(XMLStreamReader reader)
static method to create the object
Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable
If this object is not an element, it is a complex type and the reader is at the event just after the outer start element
Postcondition: If this object is an element, the reader is positioned at its end element
If this object is a complex type, the reader is positioned at the end element of its outer element
|
Copyright © 2019 WSO2. All rights reserved.