|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectru.biosoft.access.AbstractTransformer
ru.biosoft.access.XMLTransformer
Converts FileDataElement to the Object and back
This transformer is used for Embl file format converting
TransformedDataCollection| Field Summary |
| Fields inherited from class ru.biosoft.access.AbstractTransformer |
lineSep, primaryCollection, transformedCollection |
| Constructor Summary | |
XMLTransformer()
|
|
| Method Summary | |
static java.lang.Object |
getClone(java.lang.Object bean)
|
java.lang.Class |
getInputType()
Return class of input data element. |
java.lang.Class |
getOutputType()
Return class of output data element. |
boolean |
isOutputType(java.lang.Class type)
Returns is specified class accepted as output type. |
DataElement |
transformInput(DataElement input)
Transform input data element to output data element. |
DataElement |
transformOutput(DataElement output)
Transform output data element to input data element. |
| Methods inherited from class ru.biosoft.access.AbstractTransformer |
getPrimaryCollection, getTransformedCollection, init, isInputType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XMLTransformer()
| Method Detail |
public java.lang.Class getInputType()
Transformer
public java.lang.Class getOutputType()
Transformer
public boolean isOutputType(java.lang.Class type)
Transformer
isOutputType in interface TransformerisOutputType in class AbstractTransformer
public DataElement transformInput(DataElement input)
throws java.lang.Exception
Transformer
java.lang.Exception - If error occured.
public DataElement transformOutput(DataElement output)
throws java.lang.Exception
Transformer
java.lang.Exception - If error occured.
public static java.lang.Object getClone(java.lang.Object bean)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||