| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api.v1 | |
| org.wso2.am.integration.clients.publisher.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
WSDLInfoDTO |
ApIsApi.getWSDLInfoOfAPI(String apiId)
Get WSDL definition
This operation can be used to retrieve the WSDL meta information of an API.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<WSDLInfoDTO> |
ApIsApi.getWSDLInfoOfAPIWithHttpInfo(String apiId)
Get WSDL definition
This operation can be used to retrieve the WSDL meta information of an API.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApIsApi.getWSDLInfoOfAPIAsync(String apiId,
ApiCallback<WSDLInfoDTO> callback)
Get WSDL definition (asynchronously)
This operation can be used to retrieve the WSDL meta information of an API.
|
| Modifier and Type | Method and Description |
|---|---|
WSDLInfoDTO |
APIDTO.getWsdlInfo()
Get wsdlInfo
|
WSDLInfoDTO |
WSDLInfoDTO.type(WSDLInfoDTO.TypeEnum type) |
| Modifier and Type | Method and Description |
|---|---|
void |
APIDTO.setWsdlInfo(WSDLInfoDTO wsdlInfo) |
APIDTO |
APIDTO.wsdlInfo(WSDLInfoDTO wsdlInfo) |
Copyright © 2020 WSO2 Inc. All rights reserved.