org.exoplatform.services.rest.transformer
Class XMLOutputTransformer

java.lang.Object
  extended by org.exoplatform.services.rest.transformer.OutputEntityTransformer
      extended by org.exoplatform.services.rest.transformer.XMLOutputTransformer
All Implemented Interfaces:
GenericEntityTransformer, GenericOutputEntityTransformer

public class XMLOutputTransformer
extends OutputEntityTransformer

This type of transformer can write XML in output stream.

Version:
$Id: $
Author:
Andrey Parfonov

Field Summary
 
Fields inherited from class org.exoplatform.services.rest.transformer.OutputEntityTransformer
transformerParameters
 
Constructor Summary
XMLOutputTransformer()
           
 
Method Summary
 void writeTo(Object entity, OutputStream entityDataStream)
          Write entity to OutputStream.}
 
Methods inherited from class org.exoplatform.services.rest.transformer.OutputEntityTransformer
addTransformerParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLOutputTransformer

public XMLOutputTransformer()
Method Detail

writeTo

public final void writeTo(Object entity,
                          OutputStream entityDataStream)
                   throws IOException
Write entity to OutputStream.}

Specified by:
writeTo in class OutputEntityTransformer
Parameters:
entity - the Object which should be writed
entityDataStream - the OutputStream
Throws:
IOException - Input/Output Exception


Copyright © 2009 eXo Platform SAS. All Rights Reserved.