org.apache.stanbol.entityhub.jersey.writers
Class QueryResultListWriter

java.lang.Object
  extended by org.apache.stanbol.entityhub.jersey.writers.QueryResultListWriter
All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyWriter<org.apache.stanbol.entityhub.servicesapi.query.QueryResultList<?>>

@Provider
public class QueryResultListWriter
extends Object
implements javax.ws.rs.ext.MessageBodyWriter<org.apache.stanbol.entityhub.servicesapi.query.QueryResultList<?>>

TODO: Replace with Serializer infrastructure similar to Serializer


Field Summary
static String DEFAULT_ENCODING
           
protected static Set<String> produces
           
protected  javax.servlet.ServletContext servletContext
           
 
Constructor Summary
QueryResultListWriter()
           
 
Method Summary
protected  org.apache.clerezza.rdf.core.serializedform.Serializer getSerializer()
           
 long getSize(org.apache.stanbol.entityhub.servicesapi.query.QueryResultList<?> result, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
           
 boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
           
 void writeTo(org.apache.stanbol.entityhub.servicesapi.query.QueryResultList<?> resultList, Class<?> doNotUse, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

produces

protected static final Set<String> produces

DEFAULT_ENCODING

public static final String DEFAULT_ENCODING
See Also:
Constant Field Values

servletContext

@Context
protected javax.servlet.ServletContext servletContext
Constructor Detail

QueryResultListWriter

public QueryResultListWriter()
Method Detail

getSerializer

protected org.apache.clerezza.rdf.core.serializedform.Serializer getSerializer()

getSize

public long getSize(org.apache.stanbol.entityhub.servicesapi.query.QueryResultList<?> result,
                    Class<?> type,
                    Type genericType,
                    Annotation[] annotations,
                    javax.ws.rs.core.MediaType mediaType)
Specified by:
getSize in interface javax.ws.rs.ext.MessageBodyWriter<org.apache.stanbol.entityhub.servicesapi.query.QueryResultList<?>>

isWriteable

public boolean isWriteable(Class<?> type,
                           Type genericType,
                           Annotation[] annotations,
                           javax.ws.rs.core.MediaType mediaType)
Specified by:
isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<org.apache.stanbol.entityhub.servicesapi.query.QueryResultList<?>>

writeTo

public void writeTo(org.apache.stanbol.entityhub.servicesapi.query.QueryResultList<?> resultList,
                    Class<?> doNotUse,
                    Type genericType,
                    Annotation[] annotations,
                    javax.ws.rs.core.MediaType mediaType,
                    javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
                    OutputStream entityStream)
             throws IOException,
                    javax.ws.rs.WebApplicationException
Specified by:
writeTo in interface javax.ws.rs.ext.MessageBodyWriter<org.apache.stanbol.entityhub.servicesapi.query.QueryResultList<?>>
Throws:
IOException
javax.ws.rs.WebApplicationException


Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.