org.openrdf.http.object.readers
Class URLReader

java.lang.Object
  extended by org.openrdf.http.object.readers.base.URIListReader<URL>
      extended by org.openrdf.http.object.readers.URLReader
All Implemented Interfaces:
MessageBodyReader<Object>

public class URLReader
extends URIListReader<URL>

Parses java.net.URL from text/uri-list message.


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

Constructor Detail

URLReader

public URLReader()
Method Detail

create

protected URL create(ObjectConnection con,
                     String uri)
              throws MalformedURLException
Specified by:
create in class URIListReader<URL>
Throws:
MalformedURLException


Copyright © 2004-2011 James Leigh Services Inc.. All Rights Reserved.