org.apache.cxf.jaxrs.provider.atom
Class AtomFeedProvider
java.lang.Object
org.apache.cxf.jaxrs.provider.atom.AbstractAtomProvider<org.apache.abdera.model.Feed>
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtomFeedProvider
public AtomFeedProvider()
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