org.apache.axis2.jaxws.description.impl
Class URIResolverImpl
java.lang.Object
org.apache.axis2.jaxws.description.impl.URIResolverImpl
- All Implemented Interfaces:
- org.apache.ws.commons.schema.resolver.URIResolver
- Direct Known Subclasses:
- CatalogURIResolver
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URIResolverImpl
public URIResolverImpl()
URIResolverImpl
public URIResolverImpl(ClassLoader cl)
resolveEntity
public InputSource resolveEntity(String namespace,
String schemaLocation,
String baseUri)
- Specified by:
resolveEntity
in interface org.apache.ws.commons.schema.resolver.URIResolver
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.