public abstract class WsdlLoader extends AbstractDefinitionLoader implements WsdlDefinitionLoader
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.log4j.Logger |
log |
monitor, progressIndex| Constructor and Description |
|---|
WsdlLoader(String url) |
| Modifier and Type | Method and Description |
|---|---|
InputSource |
getBaseInputSource() |
String |
getBaseURI() |
String |
getFirstNewURI() |
InputSource |
getImportInputSource(String parent,
String imp) |
String |
getLatestImportURI() |
String |
getPassword() |
String |
getUrl() |
String |
getUsername() |
boolean |
hasCredentials() |
protected boolean |
isAbsoluteUrl(String tempImp) |
abstract InputStream |
load(String url) |
org.apache.xmlbeans.XmlObject |
loadXmlObject(String url,
org.apache.xmlbeans.XmlOptions options) |
void |
setNewBaseURI(String newUrl) |
abort, isAborted, setProgressInfo, setProgressMonitorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabort, isAborted, setProgressInfo, setProgressMonitorpublic WsdlLoader(String url)
public String getUrl()
public InputSource getBaseInputSource()
getBaseInputSource in interface javax.wsdl.xml.WSDLLocatorpublic abstract InputStream load(String url) throws Exception
Exceptionpublic org.apache.xmlbeans.XmlObject loadXmlObject(String url, org.apache.xmlbeans.XmlOptions options) throws Exception
loadXmlObject in interface SchemaLoaderExceptionpublic String getBaseURI()
getBaseURI in interface SchemaLoadergetBaseURI in interface javax.wsdl.xml.WSDLLocatorpublic void setNewBaseURI(String newUrl)
setNewBaseURI in interface DefinitionLoaderpublic String getFirstNewURI()
getFirstNewURI in interface DefinitionLoaderpublic InputSource getImportInputSource(String parent, String imp)
getImportInputSource in interface javax.wsdl.xml.WSDLLocatorprotected boolean isAbsoluteUrl(String tempImp)
public String getLatestImportURI()
getLatestImportURI in interface javax.wsdl.xml.WSDLLocatorpublic boolean hasCredentials()
public String getPassword()
public String getUsername()
Copyright © 2013. All Rights Reserved.