Class OslcCompactRdfProvider
java.lang.Object
org.eclipse.lyo.oslc4j.provider.jena.AbstractOslcRdfXmlProvider
org.eclipse.lyo.oslc4j.provider.jena.OslcCompactRdfProvider
- All Implemented Interfaces:
MessageBodyReader<Compact>,MessageBodyWriter<Compact>
@Provider
@Produces("application/x-oslc-compact+xml")
@Consumes("application/x-oslc-compact+xml")
public class OslcCompactRdfProvider
extends AbstractOslcRdfXmlProvider
implements MessageBodyReader<Compact>, MessageBodyWriter<Compact>
- Author:
- Russell Boykin, Alberto Giammaria, Chris Peters, Gianluca Bernardini
-
Field Summary
Fields inherited from class org.eclipse.lyo.oslc4j.provider.jena.AbstractOslcRdfXmlProvider
httpServletRequest, OSLC4J_ALWAYS_XML_ABBREV, OSLC4J_STRICT_DATATYPES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetSize(Compact compact, Class<?> type, Type genericType, Annotation[] annotation, MediaType mediaType) booleanisReadable(Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType) booleanisWriteable(Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType) readFrom(Class<Compact> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> map, InputStream inputStream) voidwriteTo(Compact compact, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, Object> map, OutputStream outputStream) Methods inherited from class org.eclipse.lyo.oslc4j.provider.jena.AbstractOslcRdfXmlProvider
buildBadRequestResponse, readFrom, writeTo, writeTo
-
Constructor Details
-
OslcCompactRdfProvider
public OslcCompactRdfProvider()
-
-
Method Details
-
isWriteable
public boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType) - Specified by:
isWriteablein interfaceMessageBodyWriter<Compact>
-
isReadable
public boolean isReadable(Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType) - Specified by:
isReadablein interfaceMessageBodyReader<Compact>
-
writeTo
public void writeTo(Compact compact, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, Object> map, OutputStream outputStream) throws IOException, WebApplicationException- Specified by:
writeToin interfaceMessageBodyWriter<Compact>- Throws:
IOExceptionWebApplicationException
-
readFrom
public Compact readFrom(Class<Compact> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> map, InputStream inputStream) throws IOException, WebApplicationException- Specified by:
readFromin interfaceMessageBodyReader<Compact>- Throws:
IOExceptionWebApplicationException
-
getSize
public long getSize(Compact compact, Class<?> type, Type genericType, Annotation[] annotation, MediaType mediaType) - Specified by:
getSizein interfaceMessageBodyWriter<Compact>
-