Uses of Class
org.apache.abdera.protocol.server.context.SimpleResponseContext

Packages that use SimpleResponseContext
org.apache.abdera.protocol.server.adapters.couchdb   
org.apache.abdera.protocol.server.context   
 

Uses of SimpleResponseContext in org.apache.abdera.protocol.server.adapters.couchdb
 

Subclasses of SimpleResponseContext in org.apache.abdera.protocol.server.adapters.couchdb
 class JsonObjectResponseContext
          ResponseContext implementation that serializes a JSON Document from a CouchDB database as an Atom document using the Abdera StreamWriter.
 

Uses of SimpleResponseContext in org.apache.abdera.protocol.server.context
 

Subclasses of SimpleResponseContext in org.apache.abdera.protocol.server.context
 class EmptyResponseContext
           
 class EntityProviderResponseContext
          StreamWriterResponseContext implementation based on the EntityProvider interface
 class MediaResponseContext
          ResponseContext implementation for arbitrary media resources
 class StreamWriterResponseContext
          Abstract base class for creating ResponseContext implementations that use the StreamWriter interface.
 

Methods in org.apache.abdera.protocol.server.context that return SimpleResponseContext
protected  SimpleResponseContext SimpleResponseContext.setEncoding(String encoding)
           
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.