|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransformationContext | |
---|---|
org.apache.tuscany.spi.databinding | |
org.apache.tuscany.spi.databinding.extension |
Uses of TransformationContext in org.apache.tuscany.spi.databinding |
---|
Methods in org.apache.tuscany.spi.databinding with parameters of type TransformationContext | |
---|---|
T |
WrapperHandler.create(ElementInfo element,
TransformationContext context)
Create a wrapper element |
Object |
SimpleTypeMapper.toJavaObject(TypeInfo simpleType,
String value,
TransformationContext context)
Parse the XML lexical representation into a java object |
String |
SimpleTypeMapper.toXMLLiteral(TypeInfo simpleType,
Object obj,
TransformationContext context)
Create the XML lexical representation for a java object |
void |
PushTransformer.transform(S source,
R sink,
TransformationContext context)
|
R |
PullTransformer.transform(S source,
TransformationContext context)
Transform source data into the result type. |
Uses of TransformationContext in org.apache.tuscany.spi.databinding.extension |
---|
Methods in org.apache.tuscany.spi.databinding.extension with parameters of type TransformationContext | |
---|---|
protected abstract T |
Java2SimpleTypeTransformer.createElement(ElementInfo element,
String literal,
TransformationContext context)
|
Object |
SimpleTypeMapperExtension.toJavaObject(TypeInfo simpleType,
String literal,
TransformationContext context)
|
String |
SimpleTypeMapperExtension.toXMLLiteral(TypeInfo simpleType,
Object obj,
TransformationContext context)
|
T |
Java2SimpleTypeTransformer.transform(Object source,
TransformationContext context)
|
Object |
SimpleType2JavaTransformer.transform(T source,
TransformationContext context)
|
|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV NEXT | FRAMES NO FRAMES |