Uses of Interface
org.apache.tuscany.sca.databinding.TransformationContext

Packages that use TransformationContext
org.apache.tuscany.sca.databinding   
 

Uses of TransformationContext in org.apache.tuscany.sca.databinding
 

Methods in org.apache.tuscany.sca.databinding with parameters of type TransformationContext
 T WrapperHandler.create(org.apache.tuscany.sca.interfacedef.util.ElementInfo element, TransformationContext context)
          Create a wrapper element
 java.lang.Object SimpleTypeMapper.toJavaObject(javax.xml.namespace.QName simpleType, java.lang.String value, TransformationContext context)
          Parse the XML lexical representation into a java object
 java.lang.String SimpleTypeMapper.toXMLLiteral(javax.xml.namespace.QName simpleType, java.lang.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.