|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
S - The source data typeR - the target data typepublic interface PullTransformer<S,R>
PullTransformer transforms data from one binding format to the other one which can be directly consumed
| Method Summary | |
|---|---|
R |
transform(S source,
TransformationContext context)
Transform source data into the result type. |
| Methods inherited from interface org.apache.tuscany.sca.databinding.Transformer |
|---|
getSourceDataBinding, getTargetDataBinding, getWeight |
| Method Detail |
|---|
R transform(S source,
TransformationContext context)
source - The source datacontext - The context for the transformation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||