public interface WsdlValidator
| Modifier and Type | Method and Description |
|---|---|
void |
validate(InputStream request,
String soapAction,
String mimeType)
Determines if a given request is valid for some soap action and mime type.
|
void validate(InputStream request, String soapAction, String mimeType)
request - the given request to be validatessoapAction - a soap actionmimeType - a mime type.Copyright © 2023 MuleSoft, Inc.. All rights reserved.