Package | Description |
---|---|
org.wso2.carbon.andes.stub | |
org.wso2.carbon.andes.stub.admin | |
org.wso2.carbon.andes.stub.admin.types |
Modifier and Type | Method and Description |
---|---|
Subscription[] |
AndesAdminService.getAllSubscriptions()
Auto generated method signature
|
Subscription[] |
AndesAdminServiceStub.getAllSubscriptions()
Auto generated method signature
|
Subscription[] |
AndesAdminService.getFilteredSubscriptions(boolean isDurable100,
boolean isActive101,
String protocolType102,
String destinationType103,
String filteredNamePattern104,
boolean isFilteredNameByExactMatch105,
String identifierPattern106,
boolean isIdentifierPatternByExactMatch107,
String ownNodeId108,
int pageNumber109,
int subscriptionCountPerPage110)
Auto generated method signature
|
Subscription[] |
AndesAdminServiceStub.getFilteredSubscriptions(boolean isDurable329,
boolean isActive330,
String protocolType331,
String destinationType332,
String filteredNamePattern333,
boolean isFilteredNameByExactMatch334,
String identifierPattern335,
boolean isIdentifierPatternByExactMatch336,
String ownNodeId337,
int pageNumber338,
int subscriptionCountPerPage339)
Auto generated method signature
|
Subscription[] |
AndesAdminService.getSubscriptions(String isDurable208,
String isActive209,
String protocolType210,
String destinationType211)
Auto generated method signature
|
Subscription[] |
AndesAdminServiceStub.getSubscriptions(String isDurable437,
String isActive438,
String protocolType439,
String destinationType440)
Auto generated method signature
|
Modifier and Type | Method and Description |
---|---|
void |
AndesAdminServiceCallbackHandler.receiveResultgetAllSubscriptions(Subscription[] result)
auto generated Axis2 call back method for getAllSubscriptions method
override this method for handling normal response from getAllSubscriptions operation
|
void |
AndesAdminServiceCallbackHandler.receiveResultgetFilteredSubscriptions(Subscription[] result)
auto generated Axis2 call back method for getFilteredSubscriptions method
override this method for handling normal response from getFilteredSubscriptions operation
|
void |
AndesAdminServiceCallbackHandler.receiveResultgetSubscriptions(Subscription[] result)
auto generated Axis2 call back method for getSubscriptions method
override this method for handling normal response from getSubscriptions operation
|
Modifier and Type | Field and Description |
---|---|
protected Subscription[] |
GetSubscriptionsResponse.local_return
field for _return
This was an Array!
|
protected Subscription[] |
GetFilteredSubscriptionsResponse.local_return
field for _return
This was an Array!
|
protected Subscription[] |
GetAllSubscriptionsResponse.local_return
field for _return
This was an Array!
|
Modifier and Type | Method and Description |
---|---|
Subscription[] |
GetSubscriptionsResponse.get_return()
Auto generated getter method
|
Subscription[] |
GetFilteredSubscriptionsResponse.get_return()
Auto generated getter method
|
Subscription[] |
GetAllSubscriptionsResponse.get_return()
Auto generated getter method
|
Modifier and Type | Method and Description |
---|---|
void |
GetSubscriptionsResponse.add_return(Subscription param)
Auto generated add method for the array for convenience
|
void |
GetFilteredSubscriptionsResponse.add_return(Subscription param)
Auto generated add method for the array for convenience
|
void |
GetAllSubscriptionsResponse.add_return(Subscription param)
Auto generated add method for the array for convenience
|
void |
GetSubscriptionsResponse.set_return(Subscription[] param)
Auto generated setter method
|
void |
GetFilteredSubscriptionsResponse.set_return(Subscription[] param)
Auto generated setter method
|
void |
GetAllSubscriptionsResponse.set_return(Subscription[] param)
Auto generated setter method
|
protected void |
GetSubscriptionsResponse.validate_return(Subscription[] param)
validate the array for _return
|
protected void |
GetFilteredSubscriptionsResponse.validate_return(Subscription[] param)
validate the array for _return
|
protected void |
GetAllSubscriptionsResponse.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.