public interface JAXWSCatalogManager
| Modifier and Type | Method and Description |
|---|---|
org.apache.xml.resolver.Catalog |
getCatalog()
Get a catalog instance.
|
java.lang.String |
getCatalogClassName()
Get the current Catalog class name.
|
java.util.Vector |
getCatalogFiles()
Return the current list of catalog files.
|
boolean |
getPreferPublic()
Return the current prefer public setting.
|
org.apache.xml.resolver.Catalog |
getPrivateCatalog()
Get a new catalog instance.
|
boolean |
getUseStaticCatalog()
Get the current use static catalog setting.
|
int |
getVerbosity()
What is the current verbosity?
|
void |
setCatalogClassName(java.lang.String className)
Set the Catalog class name.
|
void |
setCatalogFiles(java.lang.String fileList)
Set the list of catalog files.
|
void |
setPreferPublic(boolean preferPublic)
Set the prefer public setting.
|
void |
setUseStaticCatalog(boolean useStatic)
Set the use static catalog setting.
|
void |
setVerbosity(int verbosity)
Set the current verbosity.
|
int getVerbosity()
void setVerbosity(int verbosity)
java.util.Vector getCatalogFiles()
void setCatalogFiles(java.lang.String fileList)
boolean getPreferPublic()
void setPreferPublic(boolean preferPublic)
boolean getUseStaticCatalog()
void setUseStaticCatalog(boolean useStatic)
org.apache.xml.resolver.Catalog getPrivateCatalog()
org.apache.xml.resolver.Catalog getCatalog()
java.lang.String getCatalogClassName()
void setCatalogClassName(java.lang.String className)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.