public class URIResolver extends Object implements AutoCloseable
| Constructor and Description | 
|---|
| URIResolver() | 
| URIResolver(String path) | 
| URIResolver(String baseUriStr,
           String uriStr) | 
| URIResolver(String baseUriStr,
           String uriStr,
           Class<?> calling) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| File | getFile() | 
| InputStream | getInputStream() | 
| URI | getURI() | 
| URL | getURL() | 
| boolean | isFile() | 
| boolean | isResolved() | 
| void | resolve(String baseUriStr,
       String uriStr,
       Class<?> callingCls) | 
| void | unresolve() | 
public URIResolver()
public URIResolver(String path) throws IOException
IOExceptionpublic URIResolver(String baseUriStr, String uriStr) throws IOException
IOExceptionpublic URIResolver(String baseUriStr, String uriStr, Class<?> calling) throws IOException
IOExceptionpublic void unresolve()
public void resolve(String baseUriStr, String uriStr, Class<?> callingCls) throws IOException
IOExceptionpublic URI getURI()
public URL getURL()
public InputStream getInputStream()
public boolean isFile()
public File getFile()
public boolean isResolved()
public void close()
           throws IOException
close in interface AutoCloseableIOExceptionApache CXF