public class GlobalResourceLocator extends Object implements WsdlResourceLocator
| Constructor and Description |
|---|
GlobalResourceLocator(Optional<String> basicAuthToken) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getResource(String url) |
byte[] |
getWsdl(String url) |
boolean |
handles(String url) |
public boolean handles(@NotNull
String url)
handles in interface org.mule.wsdl.parser.locator.ResourceLocator@NotNull public InputStream getResource(@NotNull 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.