Uses of Class
org.wso2.carbon.rest.api.stub.types.carbon.APIData
-
Packages that use APIData Package Description org.wso2.carbon.rest.api.stub org.wso2.carbon.rest.api.stub.types.axis2 org.wso2.carbon.rest.api.stub.types.carbon -
-
Uses of APIData in org.wso2.carbon.rest.api.stub
Methods in org.wso2.carbon.rest.api.stub that return APIData Modifier and Type Method Description APIDataRestApiAdmin. getApiByName(String apiName65)Auto generated method signatureAPIDataRestApiAdminStub. getApiByName(String apiName178)Auto generated method signatureAPIDataRestApiAdmin. getApiForTenant(String apiName78, String tenantDomain79)Auto generated method signatureAPIDataRestApiAdminStub. getApiForTenant(String apiName191, String tenantDomain192)Auto generated method signatureAPIData[]RestApiAdmin. getAPIsForListing(int pageNumber73, int itemsPerPage74)Auto generated method signatureAPIData[]RestApiAdminStub. getAPIsForListing(int pageNumber186, int itemsPerPage187)Auto generated method signatureMethods in org.wso2.carbon.rest.api.stub with parameters of type APIData Modifier and Type Method Description booleanRestApiAdmin. addApi(APIData apiData156)Auto generated method signaturebooleanRestApiAdminStub. addApi(APIData apiData269)Auto generated method signatureStringRestApiAdmin. getApiSource(APIData apiData130)Auto generated method signatureStringRestApiAdminStub. getApiSource(APIData apiData243)Auto generated method signaturevoidRestApiAdminCallbackHandler. receiveResultgetApiByName(APIData result)auto generated Axis2 call back method for getApiByName method override this method for handling normal response from getApiByName operationvoidRestApiAdminCallbackHandler. receiveResultgetApiForTenant(APIData result)auto generated Axis2 call back method for getApiForTenant method override this method for handling normal response from getApiForTenant operationvoidRestApiAdminCallbackHandler. receiveResultgetAPIsForListing(APIData[] result)auto generated Axis2 call back method for getAPIsForListing method override this method for handling normal response from getAPIsForListing operationvoidRestApiAdmin. startaddApi(APIData apiData156, RestApiAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidRestApiAdminStub. startaddApi(APIData apiData269, RestApiAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidRestApiAdmin. startgetApiSource(APIData apiData130, RestApiAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidRestApiAdminStub. startgetApiSource(APIData apiData243, RestApiAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidRestApiAdmin. startupdateApi(String apiName139, APIData apiData140, RestApiAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidRestApiAdminStub. startupdateApi(String apiName252, APIData apiData253, RestApiAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsbooleanRestApiAdmin. updateApi(String apiName139, APIData apiData140)Auto generated method signaturebooleanRestApiAdminStub. updateApi(String apiName252, APIData apiData253)Auto generated method signature -
Uses of APIData in org.wso2.carbon.rest.api.stub.types.axis2
Fields in org.wso2.carbon.rest.api.stub.types.axis2 declared as APIData Modifier and Type Field Description protected APIDataGetApiByNameResponse. local_returnfield for _returnprotected APIDataGetApiForTenantResponse. local_returnfield for _returnprotected APIData[]GetAPIsForListingResponse. local_returnfield for _return This was an Array!protected APIDataAddApi. localApiDatafield for ApiDataprotected APIDataGetApiSource. localApiDatafield for ApiDataprotected APIDataUpdateApi. localApiDatafield for ApiDataMethods in org.wso2.carbon.rest.api.stub.types.axis2 that return APIData Modifier and Type Method Description APIDataGetApiByNameResponse. get_return()Auto generated getter methodAPIDataGetApiForTenantResponse. get_return()Auto generated getter methodAPIData[]GetAPIsForListingResponse. get_return()Auto generated getter methodAPIDataAddApi. getApiData()Auto generated getter methodAPIDataGetApiSource. getApiData()Auto generated getter methodAPIDataUpdateApi. getApiData()Auto generated getter methodMethods in org.wso2.carbon.rest.api.stub.types.axis2 with parameters of type APIData Modifier and Type Method Description voidGetAPIsForListingResponse. add_return(APIData param)Auto generated add method for the array for conveniencevoidGetApiByNameResponse. set_return(APIData param)Auto generated setter methodvoidGetApiForTenantResponse. set_return(APIData param)Auto generated setter methodvoidGetAPIsForListingResponse. set_return(APIData[] param)Auto generated setter methodvoidAddApi. setApiData(APIData param)Auto generated setter methodvoidGetApiSource. setApiData(APIData param)Auto generated setter methodvoidUpdateApi. setApiData(APIData param)Auto generated setter methodprotected voidGetAPIsForListingResponse. validate_return(APIData[] param)validate the array for _return -
Uses of APIData in org.wso2.carbon.rest.api.stub.types.carbon
Methods in org.wso2.carbon.rest.api.stub.types.carbon that return APIData Modifier and Type Method Description static APIDataAPIData.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
-