org.openrdf.http.object.readers
Class RDFObjectURIReader
java.lang.Object
org.openrdf.http.object.readers.base.URIListReader<Object>
org.openrdf.http.object.readers.RDFObjectURIReader
- All Implemented Interfaces:
- MessageBodyReader<Object>
public class RDFObjectURIReader
- extends URIListReader<Object>
Reads RDFObjects from a URI list.
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RDFObjectURIReader
public RDFObjectURIReader()
isReadable
public boolean isReadable(MessageType mtype)
- Specified by:
isReadable in interface MessageBodyReader<Object>- Overrides:
isReadable in class URIListReader<Object>
create
protected Object create(ObjectConnection con,
String uri)
throws MalformedURLException,
RepositoryException
- Specified by:
create in class URIListReader<Object>
- Throws:
MalformedURLException
RepositoryException
Copyright © 2004-2011 James Leigh Services Inc.. All Rights Reserved.