Package org.apache.cxf.catalog
Class CatalogXmlSchemaURIResolver
- java.lang.Object
-
- org.apache.cxf.catalog.CatalogXmlSchemaURIResolver
-
- All Implemented Interfaces:
org.apache.ws.commons.schema.resolver.URIResolver
public class CatalogXmlSchemaURIResolver extends Object implements org.apache.ws.commons.schema.resolver.URIResolver
Resolves URIs using Apache Commons Resolver API.
-
-
Constructor Summary
Constructors Constructor Description CatalogXmlSchemaURIResolver(Bus bus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getResolvedMap()
InputSource
resolveEntity(String targetNamespace, String schemaLocation, String baseUri)
-
-
-
Constructor Detail
-
CatalogXmlSchemaURIResolver
public CatalogXmlSchemaURIResolver(Bus bus)
-
-