-
- All Implemented Interfaces:
public interface ResourceLocatorThis interface acts as an additional layer of indirection between a the WSDL fetching and the WSDL parsing.
<p> It enables the retrieval of WSDL and XSD documents that are protected somehow.
-
-
Method Summary
Modifier and Type Method Description abstract Booleanhandles(String url)Given the external document url this method checks if the document can be retrieved by this ResourceLocator or not. abstract InputStreamgetResource(String url)Retrieves a document's content. -
-
Method Detail
-
handles
abstract Boolean handles(String url)
Given the external document url this method checks if the document can be retrieved by this ResourceLocator or not.
-
getResource
abstract InputStream getResource(String url)
Retrieves a document's content.
-
-
-
-