org.apache.stanbol.entityhub.jersey.writers
Class RepresentationWriter

java.lang.Object
  extended by org.apache.stanbol.entityhub.jersey.writers.RepresentationWriter
All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyWriter<org.apache.stanbol.entityhub.servicesapi.model.Representation>

@Provider
public class RepresentationWriter
extends Object
implements javax.ws.rs.ext.MessageBodyWriter<org.apache.stanbol.entityhub.servicesapi.model.Representation>


Field Summary
static String DEFAULT_ENCODING
           
protected  javax.servlet.ServletContext servletContext
           
static Set<String> supportedMediaTypes
           
 
Constructor Summary
RepresentationWriter()
           
 
Method Summary
 long getSize(org.apache.stanbol.entityhub.servicesapi.model.Representation t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
           
 boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
           
 void writeTo(org.apache.stanbol.entityhub.servicesapi.model.Representation rep, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

supportedMediaTypes

public static final Set<String> supportedMediaTypes

DEFAULT_ENCODING

public static final String DEFAULT_ENCODING
See Also:
Constant Field Values

servletContext

@Context
protected javax.servlet.ServletContext servletContext
Constructor Detail

RepresentationWriter

public RepresentationWriter()
Method Detail

getSize

public long getSize(org.apache.stanbol.entityhub.servicesapi.model.Representation t,
                    Class<?> type,
                    Type genericType,
                    Annotation[] annotations,
                    javax.ws.rs.core.MediaType mediaType)
Specified by:
getSize in interface javax.ws.rs.ext.MessageBodyWriter<org.apache.stanbol.entityhub.servicesapi.model.Representation>

isWriteable

public boolean isWriteable(Class<?> type,
                           Type genericType,
                           Annotation[] annotations,
                           javax.ws.rs.core.MediaType mediaType)
Specified by:
isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<org.apache.stanbol.entityhub.servicesapi.model.Representation>

writeTo

public void writeTo(org.apache.stanbol.entityhub.servicesapi.model.Representation rep,
                    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
Specified by:
writeTo in interface javax.ws.rs.ext.MessageBodyWriter<org.apache.stanbol.entityhub.servicesapi.model.Representation>
Throws:
IOException
javax.ws.rs.WebApplicationException


Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.