| Constructor and Description |
|---|
GwtRpcWriter() |
| Modifier and Type | Method and Description |
|---|---|
long |
getSize(Object t,
Class<?> type,
Type type1,
Annotation[] antns,
javax.ws.rs.core.MediaType mt) |
boolean |
isWriteable(Class<?> type,
Type type1,
Annotation[] antns,
javax.ws.rs.core.MediaType mt) |
void |
writeTo(Object t,
Class<?> type,
Type type1,
Annotation[] antns,
javax.ws.rs.core.MediaType mt,
javax.ws.rs.core.MultivaluedMap<String,Object> headers,
OutputStream out) |
public boolean isWriteable(Class<?> type, Type type1, Annotation[] antns, javax.ws.rs.core.MediaType mt)
isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<Object>public long getSize(Object t, Class<?> type, Type type1, Annotation[] antns, javax.ws.rs.core.MediaType mt)
getSize in interface javax.ws.rs.ext.MessageBodyWriter<Object>public void writeTo(Object t, Class<?> type, Type type1, Annotation[] antns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap<String,Object> headers, OutputStream out) throws IOException, javax.ws.rs.WebApplicationException
writeTo in interface javax.ws.rs.ext.MessageBodyWriter<Object>IOExceptionjavax.ws.rs.WebApplicationExceptionCopyright © 2015. All Rights Reserved.