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