|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 String |
CATALOG_DEBUG_KEY
|
static String |
DEFAULT_CATALOG_EJB
|
static String |
DEFAULT_CATALOG_WEB
|
| Fields inherited from class org.apache.xml.resolver.CatalogManager |
|---|
debug |
| Constructor Summary | |
|---|---|
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. |
|
| 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(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 String DEFAULT_CATALOG_WEB
public static final String DEFAULT_CATALOG_EJB
public static final String CATALOG_DEBUG_KEY
| Constructor Detail |
|---|
public OASISCatalogManager(ClassLoader classLoader)
classLoader -
public OASISCatalogManager(ClassLoader classLoader,
String propertyFileName)
classLoader - propertyFileName - public OASISCatalogManager()
public OASISCatalogManager(String propertyFileName)
propertyFileName - | Method Detail |
|---|
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.CatalogManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||