org.apache.cxf.catalog
Class OASISCatalogManager
java.lang.Object
org.apache.cxf.catalog.OASISCatalogManager
public class OASISCatalogManager
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_CATALOG_NAME
public static final String DEFAULT_CATALOG_NAME
- See Also:
- Constant Field Values
CATALOG_DEBUG_KEY
public static final String CATALOG_DEBUG_KEY
- See Also:
- Constant Field Values
OASISCatalogManager
public OASISCatalogManager()
getBus
public Bus getBus()
setBus
public void setBus(Bus bus)
register
@PostConstruct
public void register()
loadContextCatalogs
public void loadContextCatalogs()
loadContextCatalogs
public void loadContextCatalogs(String name)
loadCatalogs
public void loadCatalogs(ClassLoader classLoader,
String name)
throws IOException
- Throws:
IOException
loadCatalog
public void loadCatalog(URL catalogURL)
throws IOException
- Throws:
IOException
getCatalogManager
public static OASISCatalogManager getCatalogManager(Bus bus)
resolveSystem
public String resolveSystem(String sys)
throws MalformedURLException,
IOException
- Throws:
MalformedURLException
IOException
resolveURI
public String resolveURI(String uri)
throws MalformedURLException,
IOException
- Throws:
MalformedURLException
IOException
resolvePublic
public String resolvePublic(String uri,
String parent)
throws MalformedURLException,
IOException
- Throws:
MalformedURLException
IOException
Apache CXF