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 isDurable209,
boolean isActive210,
String protocolType211,
String destinationType212,
String filteredNamePattern213,
boolean isFilteredNameByExactMatch214,
String identifierPattern215,
boolean isIdentifierPatternByExactMatch216,
String ownNodeId217,
int pageNumber218,
int subscriptionCountPerPage219)
Auto generated method signature
|
Subscription[] |
AndesAdminServiceStub.getFilteredSubscriptions(boolean isDurable438,
boolean isActive439,
String protocolType440,
String destinationType441,
String filteredNamePattern442,
boolean isFilteredNameByExactMatch443,
String identifierPattern444,
boolean isIdentifierPatternByExactMatch445,
String ownNodeId446,
int pageNumber447,
int subscriptionCountPerPage448)
Auto generated method signature
|
Subscription[] |
AndesAdminService.getSubscriptions(String isDurable297,
String isActive298,
String protocolType299,
String destinationType300)
Auto generated method signature
|
Subscription[] |
AndesAdminServiceStub.getSubscriptions(String isDurable526,
String isActive527,
String protocolType528,
String destinationType529)
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[] |
GetAllSubscriptionsResponse.local_return
field for _return
This was an Array!
|
protected Subscription[] |
GetSubscriptionsResponse.local_return
field for _return
This was an Array!
|
protected Subscription[] |
GetFilteredSubscriptionsResponse.local_return
field for _return
This was an Array!
|
Modifier and Type | Method and Description |
---|---|
Subscription[] |
GetAllSubscriptionsResponse.get_return()
Auto generated getter method
|
Subscription[] |
GetSubscriptionsResponse.get_return()
Auto generated getter method
|
Subscription[] |
GetFilteredSubscriptionsResponse.get_return()
Auto generated getter method
|
Modifier and Type | Method and Description |
---|---|
void |
GetAllSubscriptionsResponse.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.add_return(Subscription param)
Auto generated add method for the array for convenience
|
void |
GetAllSubscriptionsResponse.set_return(Subscription[] param)
Auto generated setter method
|
void |
GetSubscriptionsResponse.set_return(Subscription[] param)
Auto generated setter method
|
void |
GetFilteredSubscriptionsResponse.set_return(Subscription[] param)
Auto generated setter method
|
protected void |
GetAllSubscriptionsResponse.validate_return(Subscription[] param)
validate the array for _return
|
protected void |
GetSubscriptionsResponse.validate_return(Subscription[] param)
validate the array for _return
|
protected void |
GetFilteredSubscriptionsResponse.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 © 2017 WSO2. All rights reserved.