|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SimpleTypeMapper
Type Mapper between XML schema simple data types and java objects
Method Summary | |
---|---|
Object |
toJavaObject(TypeInfo simpleType,
String value,
TransformationContext context)
Parse the XML lexical representation into a java object |
String |
toXMLLiteral(TypeInfo simpleType,
Object obj,
TransformationContext context)
Create the XML lexical representation for a java object |
Method Detail |
---|
Object toJavaObject(TypeInfo simpleType, String value, TransformationContext context)
simpleType
- The XSD simple typevalue
- the XML lexical representationcontext
- The context of the transformation
String toXMLLiteral(TypeInfo simpleType, Object obj, TransformationContext context)
simpleType
- The XSD simple typeobj
- The java objectcontext
- The context of the transformation
|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |