public class HttpResourceLocator extends Object implements WsdlResourceLocator
| Constructor and Description |
|---|
HttpResourceLocator(String requesterConfig,
org.mule.runtime.extension.api.client.ExtensionsClient client,
Optional<String> basicAuthToken) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getResource(String url) |
byte[] |
getWsdl(String url) |
boolean |
handles(String url) |
public boolean handles(String url)
handles in interface org.mule.wsdl.parser.locator.ResourceLocatorpublic InputStream getResource(String url)
getResource in interface org.mule.wsdl.parser.locator.ResourceLocatorpublic byte[] getWsdl(String url)
getWsdl in interface WsdlResourceLocatorurl - of the WSDL to be retrievedCopyright © 2023 MuleSoft, Inc.. All rights reserved.