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

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

public class JettisonWriter
extends Object
implements javax.ws.rs.ext.MessageBodyWriter<Object>


Field Summary
static String DEFAULT_ENCODING
           
 
Constructor Summary
JettisonWriter()
           
 
Method Summary
 long getSize(Object result, 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(Object value, Class<?> doNotUse, 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

DEFAULT_ENCODING

public static final String DEFAULT_ENCODING
See Also:
Constant Field Values
Constructor Detail

JettisonWriter

public JettisonWriter()
Method Detail

getSize

public long getSize(Object result,
                    Class<?> type,
                    Type genericType,
                    Annotation[] annotations,
                    javax.ws.rs.core.MediaType mediaType)
Specified by:
getSize in interface javax.ws.rs.ext.MessageBodyWriter<Object>

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<Object>

writeTo

public void writeTo(Object value,
                    Class<?> doNotUse,
                    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<Object>
Throws:
IOException
javax.ws.rs.WebApplicationException


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