Package org.apache.cxf.catalog
Class OASISCatalogManager
- java.lang.Object
- 
- org.apache.cxf.catalog.OASISCatalogManager
 
- 
 public class OASISCatalogManager extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringCATALOG_DEBUG_KEYstatic StringDEFAULT_CATALOG_NAME
 - 
Constructor SummaryConstructors Constructor Description OASISCatalogManager()OASISCatalogManager(Bus b)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BusgetBus()static OASISCatalogManagergetCatalogManager(Bus bus)EntityResolvergetEntityResolver()booleanhasCatalogs()voidloadCatalog(URL catalogURL)voidloadCatalogs(ClassLoader classLoader, String name)voidloadContextCatalogs()voidloadContextCatalogs(String name)StringresolvePublic(String uri, String parent)StringresolveSystem(String sys)StringresolveURI(String uri)voidsetBus(Bus bus)
 
- 
- 
- 
Field Detail- 
DEFAULT_CATALOG_NAMEpublic static final String DEFAULT_CATALOG_NAME - See Also:
- Constant Field Values
 
 - 
CATALOG_DEBUG_KEYpublic static final String CATALOG_DEBUG_KEY - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
OASISCatalogManagerpublic OASISCatalogManager() 
 - 
OASISCatalogManagerpublic OASISCatalogManager(Bus b) 
 
- 
 - 
Method Detail- 
hasCatalogspublic boolean hasCatalogs() 
 - 
getBuspublic Bus getBus() 
 - 
setBuspublic void setBus(Bus bus) 
 - 
loadContextCatalogspublic void loadContextCatalogs() 
 - 
loadContextCatalogspublic final void loadContextCatalogs(String name) 
 - 
loadCatalogspublic final void loadCatalogs(ClassLoader classLoader, String name) throws IOException - Throws:
- IOException
 
 - 
loadCatalogpublic final void loadCatalog(URL catalogURL) throws IOException - Throws:
- IOException
 
 - 
getCatalogManagerpublic static OASISCatalogManager getCatalogManager(Bus bus) 
 - 
resolveSystempublic String resolveSystem(String sys) throws MalformedURLException, IOException - Throws:
- MalformedURLException
- IOException
 
 - 
resolveURIpublic String resolveURI(String uri) throws MalformedURLException, IOException - Throws:
- MalformedURLException
- IOException
 
 - 
resolvePublicpublic String resolvePublic(String uri, String parent) throws MalformedURLException, IOException - Throws:
- MalformedURLException
- IOException
 
 - 
getEntityResolverpublic EntityResolver getEntityResolver() 
 
- 
 
-