@Provider public class UpdateRequestReader extends Object implements javax.ws.rs.ext.MessageBodyReader<org.apache.jena.update.UpdateRequest>
UpdateRequest
,
MessageBodyReader
Constructor and Description |
---|
UpdateRequestReader() |
Modifier and Type | Method and Description |
---|---|
boolean |
isReadable(Class<?> type,
Type type1,
Annotation[] antns,
javax.ws.rs.core.MediaType mt) |
org.apache.jena.update.UpdateRequest |
readFrom(Class<org.apache.jena.update.UpdateRequest> type,
Type type1,
Annotation[] antns,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream in) |
public boolean isReadable(Class<?> type, Type type1, Annotation[] antns, javax.ws.rs.core.MediaType mt)
isReadable
in interface javax.ws.rs.ext.MessageBodyReader<org.apache.jena.update.UpdateRequest>
public org.apache.jena.update.UpdateRequest readFrom(Class<org.apache.jena.update.UpdateRequest> type, Type type1, Annotation[] antns, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders, InputStream in) throws IOException, javax.ws.rs.WebApplicationException
readFrom
in interface javax.ws.rs.ext.MessageBodyReader<org.apache.jena.update.UpdateRequest>
IOException
javax.ws.rs.WebApplicationException
Copyright © 2013–2019. All rights reserved.