| Package | Description |
|---|---|
| org.wso2.carbon.rest.api.stub | |
| org.wso2.carbon.rest.api.stub.types.axis2 | |
| org.wso2.carbon.rest.api.stub.types.carbon |
| Modifier and Type | Method and Description |
|---|---|
APIData |
RestApiAdmin.getApiByName(String apiName77)
Auto generated method signature
|
APIData |
RestApiAdminStub.getApiByName(String apiName168)
Auto generated method signature
|
APIData |
RestApiAdmin.getApiForTenant(String apiName111,
String tenantDomain112)
Auto generated method signature
|
APIData |
RestApiAdminStub.getApiForTenant(String apiName202,
String tenantDomain203)
Auto generated method signature
|
APIData[] |
RestApiAdmin.getAPIsForListing(int pageNumber85,
int itemsPerPage86)
Auto generated method signature
|
APIData[] |
RestApiAdminStub.getAPIsForListing(int pageNumber176,
int itemsPerPage177)
Auto generated method signature
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RestApiAdmin.addApi(APIData apiData60)
Auto generated method signature
|
boolean |
RestApiAdminStub.addApi(APIData apiData151)
Auto generated method signature
|
String |
RestApiAdmin.getApiSource(APIData apiData64)
Auto generated method signature
|
String |
RestApiAdminStub.getApiSource(APIData apiData155)
Auto generated method signature
|
void |
RestApiAdminCallbackHandler.receiveResultgetApiByName(APIData result)
auto generated Axis2 call back method for getApiByName method
override this method for handling normal response from getApiByName operation
|
void |
RestApiAdminCallbackHandler.receiveResultgetApiForTenant(APIData result)
auto generated Axis2 call back method for getApiForTenant method
override this method for handling normal response from getApiForTenant operation
|
void |
RestApiAdminCallbackHandler.receiveResultgetAPIsForListing(APIData[] result)
auto generated Axis2 call back method for getAPIsForListing method
override this method for handling normal response from getAPIsForListing operation
|
void |
RestApiAdmin.startaddApi(APIData apiData60,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
RestApiAdminStub.startaddApi(APIData apiData151,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
RestApiAdmin.startgetApiSource(APIData apiData64,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
RestApiAdminStub.startgetApiSource(APIData apiData155,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
RestApiAdmin.startupdateApi(String apiName93,
APIData apiData94,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
RestApiAdminStub.startupdateApi(String apiName184,
APIData apiData185,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
boolean |
RestApiAdmin.updateApi(String apiName93,
APIData apiData94)
Auto generated method signature
|
boolean |
RestApiAdminStub.updateApi(String apiName184,
APIData apiData185)
Auto generated method signature
|
| Modifier and Type | Field and Description |
|---|---|
protected APIData |
GetApiByNameResponse.local_return
field for _return
|
protected APIData |
GetApiForTenantResponse.local_return
field for _return
|
protected APIData[] |
GetAPIsForListingResponse.local_return
field for _return
This was an Array!
|
protected APIData |
GetApiSource.localApiData
field for ApiData
|
protected APIData |
UpdateApi.localApiData
field for ApiData
|
protected APIData |
AddApi.localApiData
field for ApiData
|
| Modifier and Type | Method and Description |
|---|---|
APIData |
GetApiByNameResponse.get_return()
Auto generated getter method
|
APIData |
GetApiForTenantResponse.get_return()
Auto generated getter method
|
APIData[] |
GetAPIsForListingResponse.get_return()
Auto generated getter method
|
APIData |
GetApiSource.getApiData()
Auto generated getter method
|
APIData |
UpdateApi.getApiData()
Auto generated getter method
|
APIData |
AddApi.getApiData()
Auto generated getter method
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAPIsForListingResponse.add_return(APIData param)
Auto generated add method for the array for convenience
|
void |
GetApiByNameResponse.set_return(APIData param)
Auto generated setter method
|
void |
GetApiForTenantResponse.set_return(APIData param)
Auto generated setter method
|
void |
GetAPIsForListingResponse.set_return(APIData[] param)
Auto generated setter method
|
void |
GetApiSource.setApiData(APIData param)
Auto generated setter method
|
void |
UpdateApi.setApiData(APIData param)
Auto generated setter method
|
void |
AddApi.setApiData(APIData param)
Auto generated setter method
|
protected void |
GetAPIsForListingResponse.validate_return(APIData[] param)
validate the array for _return
|
| Modifier and Type | Method and Description |
|---|---|
static APIData |
APIData.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.