org.ow2.jonas.ws.axis2.jaxws.description.impl
Class URIResolverImpl

java.lang.Object
  extended by org.ow2.jonas.ws.axis2.jaxws.description.impl.URIResolverImpl
All Implemented Interfaces:
org.apache.ws.commons.schema.resolver.URIResolver

public class URIResolverImpl
extends Object
implements org.apache.ws.commons.schema.resolver.URIResolver

This class is used to locate xml schemas that are imported by wsdl documents.


Constructor Summary
URIResolverImpl()
           
URIResolverImpl(ClassLoader cl)
           
 
Method Summary
 InputSource resolveEntity(String namespace, String schemaLocation, String baseUri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIResolverImpl

public URIResolverImpl()

URIResolverImpl

public URIResolverImpl(ClassLoader cl)
Method Detail

resolveEntity

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


Copyright © 2010 OW2 Consortium. All Rights Reserved.