| 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 |
|---|---|
WSDLValidationResponseDTO |
ValidationApi.validateWSDLDefinition(String url,
File file)
Validate a WSDL Definition
This operation can be used to validate a WSDL definition and retrieve a summary.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<WSDLValidationResponseDTO> |
ValidationApi.validateWSDLDefinitionWithHttpInfo(String url,
File file)
Validate a WSDL Definition
This operation can be used to validate a WSDL definition and retrieve a summary.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ValidationApi.validateWSDLDefinitionAsync(String url,
File file,
ApiCallback<WSDLValidationResponseDTO> callback)
Validate a WSDL Definition (asynchronously)
This operation can be used to validate a WSDL definition and retrieve a summary.
|
| Modifier and Type | Method and Description |
|---|---|
WSDLValidationResponseDTO |
WSDLValidationResponseDTO.addErrorsItem(ErrorListItemDTO errorsItem) |
WSDLValidationResponseDTO |
WSDLValidationResponseDTO.errors(List<ErrorListItemDTO> errors) |
WSDLValidationResponseDTO |
WSDLValidationResponseDTO.isValid(Boolean isValid) |
WSDLValidationResponseDTO |
WSDLValidationResponseDTO.wsdlInfo(WSDLValidationResponseWsdlInfoDTO wsdlInfo) |
Copyright © 2020 WSO2 Inc. All rights reserved.