@Deprecated public interface UriResolver<T>
| Modifier and Type | Method and Description |
|---|---|
T |
fromStream(InputStream is)
Deprecated.
|
String |
getServiceName()
Deprecated.
|
T |
resolveUri(URI uri,
String[] auths)
Deprecated.
Null should be returned if uri couldn't be resolved or item referenced doesn't exist
|
InputStream |
toStream(T obj)
Deprecated.
|
String getServiceName()
T resolveUri(URI uri, String[] auths)
uri - auths - T fromStream(InputStream is) throws IOException
IOExceptionInputStream toStream(T obj) throws IOException
IOExceptionCopyright © 2017 Calrissian. All rights reserved.