public ResourceLocator
This interface acts as an additional layer of indirection between a the WSDL fetching and the WSDL parsing.
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getResource(java.lang.String url)
Retrieves a document's content.
|
boolean |
handles(java.lang.String url)
Given the external document url this method checks if the document can be retrieved by this
interface ResourceLocator or not. |
boolean handles(java.lang.String url)
Given the external document url this method checks if the document can be retrieved by this interface ResourceLocator or not.
interface ResourceLocatorjava.io.InputStream getResource(java.lang.String url)
Retrieves a document's content.