org.apache.cxf.jaxrs.provider.atom
Class AtomEntryProvider
java.lang.Object
org.apache.cxf.jaxrs.provider.atom.AbstractAtomProvider<org.apache.abdera.model.Entry>
org.apache.cxf.jaxrs.provider.atom.AtomEntryProvider
- All Implemented Interfaces:
- javax.ws.rs.ext.MessageBodyReader<org.apache.abdera.model.Entry>, javax.ws.rs.ext.MessageBodyWriter<org.apache.abdera.model.Entry>
@Produces(value={"application/atom+xml","application/atom+xml;type=entry","application/json"})
@Consumes(value={"application/atom+xml","application/atom+xml;type=entry"})
@Provider
public class AtomEntryProvider
- extends AbstractAtomProvider<org.apache.abdera.model.Entry>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtomEntryProvider
public AtomEntryProvider()
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