org.apache.cxf.jaxrs.provider.atom
Class AtomEntryProvider
java.lang.Object
org.apache.cxf.jaxrs.provider.atom.AbstractAtomProvider<Entry>
org.apache.cxf.jaxrs.provider.atom.AtomEntryProvider
- All Implemented Interfaces:
- javax.ws.rs.ext.MessageBodyReader<Entry>, javax.ws.rs.ext.MessageBodyWriter<Entry>
@Provider
public class AtomEntryProvider
- extends AbstractAtomProvider<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