public interface JAXWSCatalogManager
Modifier and Type | Method and Description |
---|---|
org.apache.xml.resolver.Catalog |
getCatalog()
Get a catalog instance.
|
String |
getCatalogClassName()
Get the current Catalog class name.
|
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(String className)
Set the Catalog class name.
|
void |
setCatalogFiles(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)
Vector getCatalogFiles()
void setCatalogFiles(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()
String getCatalogClassName()
void setCatalogClassName(String className)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.