Package | Description |
---|---|
org.wso2.carbon.andes.core.types.xsd | |
org.wso2.carbon.andes.mgt.stub.admin | |
org.wso2.carbon.andes.mqtt.stub |
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
|
Modifier and Type | Field and Description |
---|---|
protected Subscription[] |
GetFilteredSubscriptionsResponse.local_return
field for _return
This was an Array!
|
protected Subscription[] |
GetSubscriptionsResponse.local_return
field for _return
This was an Array!
|
Modifier and Type | Method and Description |
---|---|
Subscription[] |
GetFilteredSubscriptionsResponse.get_return()
Auto generated getter method
|
Subscription[] |
GetSubscriptionsResponse.get_return()
Auto generated getter method
|
Modifier and Type | Method and Description |
---|---|
void |
GetFilteredSubscriptionsResponse.add_return(Subscription param)
Auto generated add method for the array for convenience
|
void |
GetSubscriptionsResponse.add_return(Subscription param)
Auto generated add method for the array for convenience
|
void |
GetFilteredSubscriptionsResponse.set_return(Subscription[] param)
Auto generated setter method
|
void |
GetSubscriptionsResponse.set_return(Subscription[] param)
Auto generated setter method
|
protected void |
GetFilteredSubscriptionsResponse.validate_return(Subscription[] param)
validate the array for _return
|
protected void |
GetSubscriptionsResponse.validate_return(Subscription[] param)
validate the array for _return
|
Modifier and Type | Method and Description |
---|---|
Subscription[] |
AndesMQTTAdminServiceStub.getFilteredSubscriptions(MQTTSubscription subscription79,
String tenantDomain80)
Auto generated method signature
|
Subscription[] |
AndesMQTTAdminService.getFilteredSubscriptions(MQTTSubscription subscription37,
String tenantDomain38)
Auto generated method signature
|
Subscription[] |
AndesMQTTAdminServiceStub.getSubscriptions(String isDurable90,
String isActive91,
String protocolType92,
String destinationType93)
Auto generated method signature
|
Subscription[] |
AndesMQTTAdminService.getSubscriptions(String isDurable48,
String isActive49,
String protocolType50,
String destinationType51)
Auto generated method signature
|
Modifier and Type | Method and Description |
---|---|
void |
AndesMQTTAdminServiceCallbackHandler.receiveResultgetFilteredSubscriptions(Subscription[] result)
auto generated Axis2 call back method for getFilteredSubscriptions method
override this method for handling normal response from getFilteredSubscriptions operation
|
void |
AndesMQTTAdminServiceCallbackHandler.receiveResultgetSubscriptions(Subscription[] result)
auto generated Axis2 call back method for getSubscriptions method
override this method for handling normal response from getSubscriptions operation
|
Copyright © 2024 WSO2. All rights reserved.