Package org.exoplatform.services.rest.transformer

Interface Summary
DeserializableEntity Object implement this interface should be able to read entity data by own methods.
GenericEntityTransformer Abstraction of transformer.
GenericInputEntityTransformer Abstraction of GenericEntityTransformer type.
GenericOutputEntityTransformer Implementations of GenericOutputEntityTransformer can write given object to OutputStream.
SerializableEntity Object implement this interface should be able to write entity data by own methods.
 

Class Summary
DeserializableTransformer This type of transformers can work whith objects which implement interface DeserializableEntity.
EntityTransformerFactory EntityTransformerFactory produces instances of GenericEntityTransformer.
InputEntityTransformer Basic implementations of GenericInputEntityTransformer.
JAXBInputTransformer Create Object from given InputStream using JAXB transformation.
JAXBOutputTransformer Write given Object OututStream using JAXB transformation.
OutputEntityTransformer Basic implementation of GenericOutputEntityTransformer.
PassthroughInputTransformer This transformer does not do any transformation.
PassthroughOutputTransformer This transformer read data from given InputStream and write it to OutputStream.
SerializableTransformer This type of transformers can work with objects which implement interface SerializableEntity.
StringInputTransformer This type of transformer can read java.lang.String objects from input stream.
StringOutputTransformer This type of transformer can write java.lang.String objects in output stream.
XMLInputTransformer This type of transformer can read XML from input stream.
XMLOutputTransformer This type of transformer can write XML in output stream.
XSLT4DOMOutputTransformer This type of transformer can transform given XML to other mime-type and write it to output stream.
XSLT4SourceOutputTransformer  
XSLTConstants  
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.