Apache CXF API

org.apache.cxf.catalog
Class CatalogXmlSchemaURIResolver

java.lang.Object
  extended by 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
CatalogXmlSchemaURIResolver(Bus bus)
           
 
Method Summary
 Map<String,String> getResolvedMap()
           
 InputSource resolveEntity(String targetNamespace, String schemaLocation, String baseUri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatalogXmlSchemaURIResolver

public CatalogXmlSchemaURIResolver(Bus bus)
Method Detail

getResolvedMap

public Map<String,String> getResolvedMap()

resolveEntity

public InputSource resolveEntity(String targetNamespace,
                                 String schemaLocation,
                                 String baseUri)
Specified by:
resolveEntity in interface org.apache.ws.commons.schema.resolver.URIResolver

Apache CXF API

Apache CXF