org.openrdf.http.object.readers
Class RDFObjectURIReader

java.lang.Object
  extended by org.openrdf.http.object.readers.base.URIListReader<Object>
      extended by 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

Constructor Summary
RDFObjectURIReader()
           
 
Method Summary
protected  Object create(ObjectConnection con, String uri)
           
 boolean isReadable(MessageType mtype)
           
 
Methods inherited from class org.openrdf.http.object.readers.base.URIListReader
readFrom
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFObjectURIReader

public RDFObjectURIReader()
Method Detail

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.