-
- All Implemented Interfaces:
-
org.mule.wsdl.parser.locator.ResourceLocator
public final class GlobalResourceLocator implements ResourceLocator
-
-
Constructor Summary
Constructors Constructor Description GlobalResourceLocator()
-
Method Summary
Modifier and Type Method Description InputStreamgetResource(String url)Retrieves a document's content. Booleanhandles(String url)Given the external document url this method checks if the document can be retrieved by this ResourceLocator or not. -
-
Method Detail
-
getResource
InputStream getResource(String url)
Retrieves a document's content.
-
handles
Boolean handles(String url)
Given the external document url this method checks if the document can be retrieved by this ResourceLocator or not.
-
-
-
-