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, verbosity
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCatalogClassName, getCatalogFiles, getPreferPublic, getUseStaticCatalog, getVerbosity, setCatalogClassName, setPreferPublic, setUseStaticCatalog, setVerbosity
public 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 JAXWSCatalogManager
getCatalog
in class org.apache.xml.resolver.CatalogManager
public org.apache.xml.resolver.Catalog getPrivateCatalog()
getPrivateCatalog
in interface JAXWSCatalogManager
getPrivateCatalog
in class org.apache.xml.resolver.CatalogManager
public void setCatalogFiles(String fileList)
setCatalogFiles
in interface JAXWSCatalogManager
setCatalogFiles
in class org.apache.xml.resolver.CatalogManager
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.