|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
org.xml.sax.InputSource |
getBaseInputSource()
Returns an InputSource "pointed at" the base document |
java.lang.String |
getBaseURI()
Returns a URI representing the location of the base document. |
org.xml.sax.InputSource |
getImportInputSource(java.lang.String parentLocation,
java.lang.String relativeLocation)
Returns an InputSource pointed at an imported wsdl document whose parent document was located at parentLocation and whose relative location to the parent document is specified by relativeLocation. |
java.lang.String |
getLatestImportURI()
Returns a URI representing the location of the last import document to be resolved. |
Method Detail |
public org.xml.sax.InputSource getBaseInputSource()
public java.lang.String getBaseURI()
public org.xml.sax.InputSource getImportInputSource(java.lang.String parentLocation, java.lang.String relativeLocation)
parentLocation
- a URI specifying the location of the document doing the importingrelativeLocation
- a URI specifying the location of the document
to import, relative to the parent document's locationpublic java.lang.String getLatestImportURI()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |