@Provider public class QueryResultListWriter extends Object implements javax.ws.rs.ext.MessageBodyWriter<org.apache.stanbol.entityhub.servicesapi.query.QueryResultList<?>>
Serializer| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ENCODING |
protected static Set<String> |
produces |
protected javax.servlet.ServletContext |
servletContext |
| Constructor and Description |
|---|
QueryResultListWriter() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static final String DEFAULT_ENCODING
@Context protected javax.servlet.ServletContext servletContext
protected org.apache.clerezza.rdf.core.serializedform.Serializer getSerializer()
public long getSize(org.apache.stanbol.entityhub.servicesapi.query.QueryResultList<?> result,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType)
getSize in interface javax.ws.rs.ext.MessageBodyWriter<org.apache.stanbol.entityhub.servicesapi.query.QueryResultList<?>>public boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<org.apache.stanbol.entityhub.servicesapi.query.QueryResultList<?>>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
writeTo in interface javax.ws.rs.ext.MessageBodyWriter<org.apache.stanbol.entityhub.servicesapi.query.QueryResultList<?>>IOExceptionjavax.ws.rs.WebApplicationExceptionCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.