|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.sca.databinding.impl.BaseTransformer<OMElement,Job>
org.apache.tuscany.sca.databinding.job.OMElement2Job
public class OMElement2Job
Transformer to convert data from an OMElement to Job
Constructor Summary | |
---|---|
OMElement2Job()
|
Method Summary | |
---|---|
java.lang.Class |
getSourceType()
|
java.lang.Class |
getTargetType()
|
int |
getWeight()
Get the cost of the transformation. |
Job |
transform(OMElement source,
TransformationContext context)
Transform source data into the result type. |
Methods inherited from class org.apache.tuscany.sca.databinding.impl.BaseTransformer |
---|
getSourceDataBinding, getTargetDataBinding |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.tuscany.sca.databinding.Transformer |
---|
getSourceDataBinding, getTargetDataBinding |
Constructor Detail |
---|
public OMElement2Job()
Method Detail |
---|
public Job transform(OMElement source, TransformationContext context)
PullTransformer
transform
in interface PullTransformer<OMElement,Job>
source
- The source datacontext
- The context for the transformation
public java.lang.Class getSourceType()
getSourceType
in class BaseTransformer<OMElement,Job>
public java.lang.Class getTargetType()
getTargetType
in class BaseTransformer<OMElement,Job>
public int getWeight()
Transformer
getWeight
in interface Transformer
getWeight
in class BaseTransformer<OMElement,Job>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |