|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xml.resolver.CatalogManager org.apache.axis2.jaxws.catalog.impl.OASISCatalogManager
public class OASISCatalogManager
OASISCatalogManager provides an interface to the catalog properties. The primary difference between this and the org.apache.xml.resolver.CatalogManger is that the staticCatalog is not a static data member in the OASISCatalogManger class. This enables the use of a static catalog per CatalogManager.
Field Summary | |
---|---|
static java.lang.String |
CATALOG_DEBUG_KEY
|
static java.lang.String |
DEFAULT_CATALOG_EJB
|
static java.lang.String |
DEFAULT_CATALOG_WEB
|
Fields inherited from class org.apache.xml.resolver.CatalogManager |
---|
debug |
Constructor Summary | |
---|---|
OASISCatalogManager()
Default constructor with no arguments. |
|
OASISCatalogManager(java.lang.String propertyFileName)
Constructor that specifies an explicit property file. |
Method Summary | |
---|---|
org.apache.xml.resolver.Catalog |
getCatalog()
Get a catalog instance. |
org.apache.xml.resolver.Catalog |
getPrivateCatalog()
Get a new catalog instance. |
void |
setCatalogFiles(java.lang.String fileList)
Set the list of catalog files. |
Methods inherited from class org.apache.xml.resolver.CatalogManager |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.axis2.jaxws.catalog.JAXWSCatalogManager |
---|
getCatalogClassName, getCatalogFiles, getPreferPublic, getUseStaticCatalog, getVerbosity, setCatalogClassName, setPreferPublic, setUseStaticCatalog, setVerbosity |
Field Detail |
---|
public static final java.lang.String DEFAULT_CATALOG_WEB
public static final java.lang.String DEFAULT_CATALOG_EJB
public static final java.lang.String CATALOG_DEBUG_KEY
Constructor Detail |
---|
public OASISCatalogManager()
public OASISCatalogManager(java.lang.String propertyFileName)
propertyFileName
- Method Detail |
---|
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(java.lang.String fileList)
setCatalogFiles
in interface JAXWSCatalogManager
setCatalogFiles
in class org.apache.xml.resolver.CatalogManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |