public class UrlWsdlLoader extends WsdlLoader
| Modifier and Type | Class and Description |
|---|---|
class |
UrlWsdlLoader.LoaderWorker |
class |
UrlWsdlLoader.WsdlCredentialsProvider |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
finished |
protected org.apache.http.client.methods.HttpGet |
getMethod |
protected Map<String,byte[]> |
urlCache |
logmonitor, progressIndex| Constructor and Description |
|---|
UrlWsdlLoader(String url) |
UrlWsdlLoader(String url,
ModelItem contextModelItem) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
abort() |
void |
close() |
protected void |
createGetMethod(String url) |
protected InputStream |
handleFile(String url) |
boolean |
isAborted() |
boolean |
isUseWorker() |
InputStream |
load() |
InputStream |
load(String url) |
void |
setUseWorker(boolean useWorker) |
getBaseInputSource, getBaseURI, getFirstNewURI, getImportInputSource, getLatestImportURI, getPassword, getUrl, getUsername, hasCredentials, isAbsoluteUrl, loadXmlObject, setNewBaseURIsetProgressInfo, setProgressMonitorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetProgressInfo, setProgressMonitorprotected org.apache.http.client.methods.HttpGet getMethod
protected boolean finished
public UrlWsdlLoader(String url)
public boolean isUseWorker()
public void setUseWorker(boolean useWorker)
public InputStream load() throws Exception
Exceptionpublic InputStream load(String url) throws Exception
load in class WsdlLoaderExceptionprotected InputStream handleFile(String url) throws Exception
Exceptionprotected void createGetMethod(String url)
public boolean abort()
abort in interface DefinitionLoaderabort in class AbstractDefinitionLoaderpublic boolean isAborted()
isAborted in interface DefinitionLoaderisAborted in class AbstractDefinitionLoaderpublic void close()
Copyright © 2013. All Rights Reserved.