public class URIResolverImpl extends Object implements org.apache.ws.commons.schema.resolver.URIResolver
Modifier and Type | Field and Description |
---|---|
protected ClassLoader |
classLoader |
Constructor and Description |
---|
URIResolverImpl() |
URIResolverImpl(ClassLoader cl) |
Modifier and Type | Method and Description |
---|---|
protected InputStream |
getInputStreamForURI(String uri)
Gets input stream from the uri given.
|
protected boolean |
isAbsolute(String location)
Checks to see if the location given is an absolute (actual) or relative path.
|
InputSource |
resolveEntity(String namespace,
String schemaLocation,
String baseUri) |
protected ClassLoader classLoader
public URIResolverImpl()
public URIResolverImpl(ClassLoader cl)
public InputSource resolveEntity(String namespace, String schemaLocation, String baseUri)
resolveEntity
in interface org.apache.ws.commons.schema.resolver.URIResolver
protected boolean isAbsolute(String location)
location
- protected InputStream getInputStreamForURI(String uri)
null
is
returned.uri
- Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.