public class OASISCatalogManager extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CATALOG_DEBUG_KEY |
static String |
DEFAULT_CATALOG_NAME |
Constructor and Description |
---|
OASISCatalogManager() |
OASISCatalogManager(Bus b) |
Modifier and Type | Method and Description |
---|---|
Bus |
getBus() |
static OASISCatalogManager |
getCatalogManager(Bus bus) |
EntityResolver |
getEntityResolver() |
boolean |
hasCatalogs() |
void |
loadCatalog(URL catalogURL) |
void |
loadCatalogs(ClassLoader classLoader,
String name) |
void |
loadContextCatalogs() |
void |
loadContextCatalogs(String name) |
String |
resolvePublic(String uri,
String parent) |
String |
resolveSystem(String sys) |
String |
resolveURI(String uri) |
void |
setBus(Bus bus) |
public static final String DEFAULT_CATALOG_NAME
public static final String CATALOG_DEBUG_KEY
public OASISCatalogManager()
public OASISCatalogManager(Bus b)
public boolean hasCatalogs()
public Bus getBus()
public void setBus(Bus bus)
public void loadContextCatalogs()
public final void loadContextCatalogs(String name)
public final void loadCatalogs(ClassLoader classLoader, String name) throws IOException
IOException
public final void loadCatalog(URL catalogURL) throws IOException
IOException
public static OASISCatalogManager getCatalogManager(Bus bus)
public String resolveSystem(String sys) throws MalformedURLException, IOException
MalformedURLException
IOException
public String resolveURI(String uri) throws MalformedURLException, IOException
MalformedURLException
IOException
public String resolvePublic(String uri, String parent) throws MalformedURLException, IOException
MalformedURLException
IOException
public EntityResolver getEntityResolver()
Apache CXF