@Provider
public class GwtRpcReader
extends java.lang.Object
implements javax.ws.rs.ext.MessageBodyReader<java.lang.Object>
| Constructor and Description |
|---|
GwtRpcReader() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadable(java.lang.Class<?> type,
java.lang.reflect.Type type1,
java.lang.annotation.Annotation[] antns,
javax.ws.rs.core.MediaType mt) |
java.lang.Object |
readFrom(java.lang.Class<java.lang.Object> type,
java.lang.reflect.Type type1,
java.lang.annotation.Annotation[] antns,
javax.ws.rs.core.MediaType mt,
javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> headers,
java.io.InputStream in) |
public boolean isReadable(java.lang.Class<?> type,
java.lang.reflect.Type type1,
java.lang.annotation.Annotation[] antns,
javax.ws.rs.core.MediaType mt)
isReadable in interface javax.ws.rs.ext.MessageBodyReader<java.lang.Object>public java.lang.Object readFrom(java.lang.Class<java.lang.Object> type,
java.lang.reflect.Type type1,
java.lang.annotation.Annotation[] antns,
javax.ws.rs.core.MediaType mt,
javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> headers,
java.io.InputStream in)
throws java.io.IOException,
javax.ws.rs.WebApplicationException
readFrom in interface javax.ws.rs.ext.MessageBodyReader<java.lang.Object>java.io.IOExceptionjavax.ws.rs.WebApplicationExceptionCopyright © 2018. All Rights Reserved.