@Provider public class EntityCollectionWriter extends Object implements javax.ws.rs.ext.MessageBodyWriter<EntityCollection>
| Constructor and Description |
|---|
EntityCollectionWriter() |
| Modifier and Type | Method and Description |
|---|---|
long |
getSize(EntityCollection arg0,
Class<?> arg1,
Type arg2,
Annotation[] arg3,
javax.ws.rs.core.MediaType arg4) |
boolean |
isWriteable(Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
void |
writeTo(EntityCollection entityCollection,
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<EntityCollection>public void writeTo(EntityCollection entityCollection, 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<EntityCollection>IOExceptionjavax.ws.rs.WebApplicationExceptionpublic long getSize(EntityCollection arg0, Class<?> arg1, Type arg2, Annotation[] arg3, javax.ws.rs.core.MediaType arg4)
getSize in interface javax.ws.rs.ext.MessageBodyWriter<EntityCollection>Copyright © 2006–2018 Imixs Software Solutions GmbH. All rights reserved.