org.apache.stanbol.contenthub.web.writers
Class LDProgramCollectionWriter

java.lang.Object
  extended by org.apache.stanbol.contenthub.web.writers.LDProgramCollectionWriter
All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyWriter<org.apache.stanbol.contenthub.servicesapi.ldpath.LDProgramCollection>

@Provider
public class LDProgramCollectionWriter
extends Object
implements javax.ws.rs.ext.MessageBodyWriter<org.apache.stanbol.contenthub.servicesapi.ldpath.LDProgramCollection>

Author:
anil.sinaci

Constructor Summary
LDProgramCollectionWriter()
           
 
Method Summary
 long getSize(org.apache.stanbol.contenthub.servicesapi.ldpath.LDProgramCollection 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.contenthub.servicesapi.ldpath.LDProgramCollection t, 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
 

Constructor Detail

LDProgramCollectionWriter

public LDProgramCollectionWriter()
Method Detail

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.contenthub.servicesapi.ldpath.LDProgramCollection>

getSize

public long getSize(org.apache.stanbol.contenthub.servicesapi.ldpath.LDProgramCollection 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.contenthub.servicesapi.ldpath.LDProgramCollection>

writeTo

public void writeTo(org.apache.stanbol.contenthub.servicesapi.ldpath.LDProgramCollection t,
                    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.contenthub.servicesapi.ldpath.LDProgramCollection>
Throws:
IOException
javax.ws.rs.WebApplicationException


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