org.openrdf.http.object.writers
Class RDFObjectURIWriter

java.lang.Object
  extended by org.openrdf.http.object.writers.base.URIListWriter<Object>
      extended by org.openrdf.http.object.writers.RDFObjectURIWriter
All Implemented Interfaces:
MessageBodyWriter<Object>

public class RDFObjectURIWriter
extends URIListWriter<Object>

Writes RDF URI from RDFObject(s).

Author:
James Leigh

Constructor Summary
RDFObjectURIWriter()
           
 
Method Summary
 boolean isWriteable(MessageType mtype)
           
protected  String toString(Object result)
           
 
Methods inherited from class org.openrdf.http.object.writers.base.URIListWriter
getContentType, getSize, isText, write, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFObjectURIWriter

public RDFObjectURIWriter()
Method Detail

isWriteable

public boolean isWriteable(MessageType mtype)
Specified by:
isWriteable in interface MessageBodyWriter<Object>
Overrides:
isWriteable in class URIListWriter<Object>

toString

protected String toString(Object result)
Overrides:
toString in class URIListWriter<Object>


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