org.apache.ode.axis2.util
Class Axis2UriResolver

java.lang.Object
  extended by org.apache.ode.axis2.util.Axis2UriResolver
All Implemented Interfaces:
org.apache.ws.commons.schema.resolver.URIResolver

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


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

Axis2UriResolver

public Axis2UriResolver()
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