javax.wsdl.xml
public interface WSDLLocator
See Also: readWSDL
Method Summary | |
---|---|
InputSource | getBaseInputSource()
Returns an InputSource "pointed at" the base document.
|
String | getBaseURI()
Returns a URI representing the location of the base document. |
InputSource | getImportInputSource(String parentLocation, String importLocation)
Returns an InputSource "pointed at" an imported wsdl document.
|
String | getLatestImportURI()
Returns a URI representing the location of the last import document
to be resolved. |
Returns: the InputSource object or null if the base document could not be found
Parameters: parentLocation a URI specifying the location of the document doing the importing. This can be null if the import location is not relative to the parent location. importLocation a URI specifying the location of the document to import. This might be relative to the parent document's location.
Returns: the InputSource object or null if the import cannot be found.