@Provider public class SearchResultWriter extends Object implements javax.ws.rs.ext.MessageBodyWriter<org.apache.stanbol.contenthub.servicesapi.search.featured.SearchResult>
| Constructor and Description |
|---|
SearchResultWriter() |
| Modifier and Type | Method and Description |
|---|---|
long |
getSize(org.apache.stanbol.contenthub.servicesapi.search.featured.SearchResult t,
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.contenthub.servicesapi.search.featured.SearchResult t,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
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.contenthub.servicesapi.search.featured.SearchResult>public long getSize(org.apache.stanbol.contenthub.servicesapi.search.featured.SearchResult t,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType)
getSize in interface javax.ws.rs.ext.MessageBodyWriter<org.apache.stanbol.contenthub.servicesapi.search.featured.SearchResult>public void writeTo(org.apache.stanbol.contenthub.servicesapi.search.featured.SearchResult t,
Class<?> type,
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.contenthub.servicesapi.search.featured.SearchResult>IOExceptionjavax.ws.rs.WebApplicationExceptionCopyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.