Apache CXF API

org.apache.cxf.jaxrs.provider.atom
Class AtomFeedProvider

java.lang.Object
  extended by org.apache.cxf.jaxrs.provider.atom.AbstractAtomProvider<org.apache.abdera.model.Feed>
      extended by org.apache.cxf.jaxrs.provider.atom.AtomFeedProvider
All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyReader<org.apache.abdera.model.Feed>, javax.ws.rs.ext.MessageBodyWriter<org.apache.abdera.model.Feed>

@Produces(value={"application/atom+xml","application/atom+xml;type=feed","application/json"})
@Consumes(value={"application/atom+xml","application/atom+xml;type=feed"})
@Provider
public class AtomFeedProvider
extends AbstractAtomProvider<org.apache.abdera.model.Feed>


Constructor Summary
AtomFeedProvider()
           
 
Method Summary
 boolean isReadable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mt)
           
 boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mt)
           
 
Methods inherited from class org.apache.cxf.jaxrs.provider.atom.AbstractAtomProvider
createWriter, getSize, readFrom, setAutodetectCharset, setFormattedOutput, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomFeedProvider

public AtomFeedProvider()
Method Detail

isWriteable

public boolean isWriteable(Class<?> type,
                           Type genericType,
                           Annotation[] annotations,
                           javax.ws.rs.core.MediaType mt)

isReadable

public boolean isReadable(Class<?> type,
                          Type genericType,
                          Annotation[] annotations,
                          javax.ws.rs.core.MediaType mt)

Apache CXF API

Apache CXF