org.codehaus.xfire.wsdl11.parser
Class XmlSchemaURIResolver

java.lang.Object
  extended by org.apache.ws.commons.schema.resolver.DefaultURIResolver
      extended by org.codehaus.xfire.wsdl11.parser.XmlSchemaURIResolver
All Implemented Interfaces:
org.apache.ws.commons.schema.resolver.URIResolver

public class XmlSchemaURIResolver
extends org.apache.ws.commons.schema.resolver.DefaultURIResolver

Resolves URIs in a more sophisticated fashion than XmlSchema's default URI Resolver does by using our own org.apache.cxf.resource.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 org.apache.ws.commons.schema.resolver.DefaultURIResolver
getFileURL, getURL, isAbsolute
 
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
Overrides:
resolveEntity in class org.apache.ws.commons.schema.resolver.DefaultURIResolver


Copyright © 2004-2010. All Rights Reserved.