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 java.lang.Object
implements org.apache.ws.commons.schema.resolver.URIResolver

Resolves URIs using Apache Commons Resolver API.


Constructor Summary
CatalogXmlSchemaURIResolver(Bus bus)
           
CatalogXmlSchemaURIResolver(OASISCatalogManager catalogManager)
           
 
Method Summary
 org.xml.sax.InputSource resolveEntity(java.lang.String targetNamespace, java.lang.String schemaLocation, java.lang.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)

CatalogXmlSchemaURIResolver

public CatalogXmlSchemaURIResolver(OASISCatalogManager catalogManager)
Method Detail

resolveEntity

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

Apache CXF API

Apache CXF