Apache CXF API

org.apache.cxf.jaxrs.provider
Class AtomEntryProvider

java.lang.Object
  extended by org.apache.cxf.jaxrs.provider.AbstractAtomProvider<Entry>
      extended by org.apache.cxf.jaxrs.provider.AtomEntryProvider
All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyReader<Entry>, javax.ws.rs.ext.MessageBodyWriter<Entry>

@Provider
public class AtomEntryProvider
extends AbstractAtomProvider<Entry>


Constructor Summary
AtomEntryProvider()
           
 
Method Summary
 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)
           
 
Methods inherited from class org.apache.cxf.jaxrs.provider.AbstractAtomProvider
getSize, readFrom, setFormattedOutput, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomEntryProvider

public AtomEntryProvider()
Method Detail

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 API

Apache CXF