lumis.portal.file.transformation
Class DummyTransformation

Package class diagram package DummyTransformation
java.lang.Object
  extended by lumis.portal.file.transformation.DummyTransformation
All Implemented Interfaces:
ITransformation

public class DummyTransformation
extends Object
implements ITransformation

Dummy transformation, only responsible to copy input stream to output stream in case of any error occurring during file transformation.

Since:
6.1.0

Constructor Summary
DummyTransformation(InputStream content)
           
 
Method Summary
 void transform(OutputStream outputStream)
          Performs the file transformation using the outputStream parameter as target of the file transformations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyTransformation

public DummyTransformation(InputStream content)
Method Detail

transform

public void transform(OutputStream outputStream)
               throws PortalException
Description copied from interface: ITransformation
Performs the file transformation using the outputStream parameter as target of the file transformations.

Specified by:
transform in interface ITransformation
Parameters:
outputStream - the writer to be transformed.
Throws:
PortalException


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.