@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>
Constructor and Description |
---|
AtomEntryProvider() |
Modifier and Type | Method and Description |
---|---|
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) |
createWriter, getSize, readFrom, setAutodetectCharset, setFormattedOutput, writeTo
public boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mt)
public boolean isReadable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mt)
Apache CXF