Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.WSDLInfoDTO
-
Packages that use WSDLInfoDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of WSDLInfoDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return WSDLInfoDTO Modifier and Type Method Description WSDLInfoDTOApIsApi. getWSDLInfoOfAPI(String apiId)Get WSDL Meta Information This operation can be used to retrieve the WSDL meta information of an API.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type WSDLInfoDTO Modifier and Type Method Description ApiResponse<WSDLInfoDTO>ApIsApi. getWSDLInfoOfAPIWithHttpInfo(String apiId)Get WSDL Meta Information This operation can be used to retrieve the WSDL meta information of an API.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type WSDLInfoDTO Modifier and Type Method Description okhttp3.CallApIsApi. getWSDLInfoOfAPIAsync(String apiId, ApiCallback<WSDLInfoDTO> _callback)Get WSDL Meta Information (asynchronously) This operation can be used to retrieve the WSDL meta information of an API. -
Uses of WSDLInfoDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return WSDLInfoDTO Modifier and Type Method Description WSDLInfoDTOAPIDTO. getWsdlInfo()Get wsdlInfoWSDLInfoDTOWSDLInfoDTO. type(WSDLInfoDTO.TypeEnum type)Methods in org.wso2.am.integration.clients.publisher.api.v1.dto with parameters of type WSDLInfoDTO Modifier and Type Method Description voidAPIDTO. setWsdlInfo(WSDLInfoDTO wsdlInfo)APIDTOAPIDTO. wsdlInfo(WSDLInfoDTO wsdlInfo)
-