Uses of Class
org.restlet.resource.StreamRepresentation

Packages that use StreamRepresentation
org.restlet.resource Common resource and representation data elements. 
 

Uses of StreamRepresentation in org.restlet.resource
 

Subclasses of StreamRepresentation in org.restlet.resource
 class DomRepresentation
          XML representation based on a DOM document.
 class InputRepresentation
          Transient representation based on a BIO input stream.
 class ObjectRepresentation<T extends Serializable>
          Representation based on a serializable Java object.
 class OutputRepresentation
          Representation based on a BIO output stream.
 class SaxRepresentation
          XML representation for SAX events processing.
 class StringRepresentation
          Represents an Unicode string that can be converted to any character set supported by Java.
 class TransformRepresentation
          Representation able to apply an XSLT transformation.
 class XmlRepresentation
          Representation based on an XML document.
 



Copyright © 2005-2008 Noelios Technologies.