public class CachedWsdlLoader extends WsdlLoader
logmonitor, progressIndex| Constructor and Description |
|---|
CachedWsdlLoader(AbstractInterface<?> iface) |
CachedWsdlLoader(DefinitionCacheConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
StringToStringMap |
createFilesForExport(String urlPrefix) |
static org.apache.xmlbeans.XmlObject |
getPartContent(DefinitionCacheConfig config,
DefintionPartConfig part) |
InputStream |
load(String url) |
org.apache.xmlbeans.XmlObject |
loadXmlObject(String url,
org.apache.xmlbeans.XmlOptions options) |
String |
saveDefinition(String folderName)
Saves the complete definition to the specified folder, returns path to
root part
|
getBaseInputSource, getBaseURI, getFirstNewURI, getImportInputSource, getLatestImportURI, getPassword, getUrl, getUsername, hasCredentials, isAbsoluteUrl, setNewBaseURIabort, isAborted, setProgressInfo, setProgressMonitorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabort, isAborted, setProgressInfo, setProgressMonitorpublic CachedWsdlLoader(DefinitionCacheConfig config)
public CachedWsdlLoader(AbstractInterface<?> iface) throws Exception
Exceptionpublic InputStream load(String url) throws Exception
load in class WsdlLoaderExceptionpublic org.apache.xmlbeans.XmlObject loadXmlObject(String url, org.apache.xmlbeans.XmlOptions options) throws Exception
loadXmlObject in interface SchemaLoaderloadXmlObject in class WsdlLoaderExceptionpublic static org.apache.xmlbeans.XmlObject getPartContent(DefinitionCacheConfig config, DefintionPartConfig part) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic String saveDefinition(String folderName) throws Exception
folderName - Exceptionpublic StringToStringMap createFilesForExport(String urlPrefix) throws Exception
Exceptionpublic void close()
Copyright © 2013. All Rights Reserved.