Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.WSDLInfoDTO
Packages that use WSDLInfoDTO
Package
Description
-
Uses of WSDLInfoDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return WSDLInfoDTOModifier and TypeMethodDescriptionApIsApi.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 WSDLInfoDTOModifier and TypeMethodDescriptionApIsApi.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 WSDLInfoDTOModifier and TypeMethodDescriptionokhttp3.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 WSDLInfoDTOModifier and TypeMethodDescriptionAPIDTO.getWsdlInfo()Get wsdlInfoWSDLInfoDTO.type(WSDLInfoDTO.TypeEnum type) Methods in org.wso2.am.integration.clients.publisher.api.v1.dto with parameters of type WSDLInfoDTOModifier and TypeMethodDescriptionvoidAPIDTO.setWsdlInfo(WSDLInfoDTO wsdlInfo) APIDTO.wsdlInfo(WSDLInfoDTO wsdlInfo)