public class OASISCatalogManager extends org.apache.xml.resolver.CatalogManager implements JAXWSCatalogManager
| Modifier and Type | Field and Description |
|---|---|
static String |
CATALOG_DEBUG_KEY |
static String |
DEFAULT_CATALOG_EJB |
static String |
DEFAULT_CATALOG_WEB |
| Constructor and Description |
|---|
OASISCatalogManager()
Default constructor with no arguments.
|
OASISCatalogManager(ClassLoader classLoader)
Default constructor with ClassLoader argument.
|
OASISCatalogManager(ClassLoader classLoader,
String propertyFileName)
Constructor that specifies an explicit property file and ClassLoader.
|
OASISCatalogManager(String propertyFileName)
Constructor that specifies an explicit property file.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.xml.resolver.Catalog |
getCatalog()
Get a catalog instance.
|
org.apache.xml.resolver.Catalog |
getPrivateCatalog()
Get a new catalog instance.
|
void |
setCatalogFiles(String fileList)
Set the list of catalog files.
|
allowOasisXMLCatalogPI, catalogClassName, catalogFiles, getAllowOasisXMLCatalogPI, getBootstrapResolver, getCatalogClassName, getCatalogFiles, getIgnoreMissingProperties, getPreferPublic, getRelativeCatalogs, getStaticManager, getUseStaticCatalog, getVerbosity, ignoreMissingProperties, preferPublic, queryAllowOasisXMLCatalogPI, queryCatalogClassName, relativeCatalogs, setAllowOasisXMLCatalogPI, setBootstrapResolver, setCatalogClassName, setIgnoreMissingProperties, setPreferPublic, setRelativeCatalogs, setUseStaticCatalog, setVerbosity, staticCatalog, verbosityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCatalogClassName, getCatalogFiles, getPreferPublic, getUseStaticCatalog, getVerbosity, setCatalogClassName, setPreferPublic, setUseStaticCatalog, setVerbositypublic static final String DEFAULT_CATALOG_WEB
public static final String DEFAULT_CATALOG_EJB
public static final String CATALOG_DEBUG_KEY
public OASISCatalogManager(ClassLoader classLoader)
classLoader - public OASISCatalogManager(ClassLoader classLoader, String propertyFileName)
classLoader - propertyFileName - public OASISCatalogManager()
public OASISCatalogManager(String propertyFileName)
propertyFileName - public org.apache.xml.resolver.Catalog getCatalog()
getCatalog in interface JAXWSCatalogManagergetCatalog in class org.apache.xml.resolver.CatalogManagerpublic org.apache.xml.resolver.Catalog getPrivateCatalog()
getPrivateCatalog in interface JAXWSCatalogManagergetPrivateCatalog in class org.apache.xml.resolver.CatalogManagerpublic void setCatalogFiles(String fileList)
setCatalogFiles in interface JAXWSCatalogManagersetCatalogFiles in class org.apache.xml.resolver.CatalogManagerCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.