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