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
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
BOTTOM