Apache CXF API

org.apache.cxf.resource
Class XmlSchemaURIResolver

java.lang.Object
  extended by org.apache.cxf.resource.XmlSchemaURIResolver
All Implemented Interfaces:
org.apache.ws.commons.schema.resolver.URIResolver

public class XmlSchemaURIResolver
extends java.lang.Object
implements org.apache.ws.commons.schema.resolver.URIResolver

Resolves URIs in a more sophisticated fashion than XmlSchema's default URI Resolver does by using our own URIResolver class.


Constructor Summary
XmlSchemaURIResolver()
           
 
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

XmlSchemaURIResolver

public XmlSchemaURIResolver()
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 is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.