HEADER

ru.biosoft.access
Class XMLTransformer

ru.biosoft.access.AbstractTransformer
  |
  +--ru.biosoft.access.XMLTransformer

public class XMLTransformer
extends AbstractTransformer

Converts FileDataElement to the Object and back This transformer is used for Embl file format converting

Version: 1.0
See Also: TransformedDataCollection

Method Summary
 static ObjectgetClone(Object bean)
           
 ClassgetInputType()
           
 ClassgetOutputType()
           
 booleanisOutputType(Class type)
           
 DataElementtransformInput(DataElement input)
           
 DataElementtransformOutput(DataElement output)
           

Methods inherited from class ru.biosoft.access.AbstractTransformer
getPrimaryCollection, getTransformedCollection, init, isInputType

Method Detail

getClone

public static Object getClone(Object bean)
throws java.lang.Exception

getInputType

public Class getInputType()

getOutputType

public Class getOutputType()

isOutputType

public boolean isOutputType(Class type)

transformInput

public DataElement transformInput(DataElement input)
throws java.lang.Exception

transformOutput

public DataElement transformOutput(DataElement output)
throws java.lang.Exception

FOOTER

BOTTOM