public interface TransportResourceLocator
SoapService.
It enables the retrieval of WSDL and XSD documents that are protected somehow.
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getResource(String url)
Retrieves a document's content.
|
boolean |
handles(String url)
Given the external document url this method checks if the document can be retrieved by this
TransportResourceLocator or not. |
boolean handles(String url)
TransportResourceLocator or not.url - the document's urlInputStream getResource(String url)
url - the document's urlInputStream representing the document's content.Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.