From 31d794be59cb2d1bf264df79f471b0c8d5f5a457 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:40:26 +0000 Subject: Moving to site trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882841 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/databinding/sdo/SDOSimpleTypeMapper.html | 334 +++++++++++++++++++++ 1 file changed, 334 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/databinding/sdo/SDOSimpleTypeMapper.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/databinding/sdo/SDOSimpleTypeMapper.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/databinding/sdo/SDOSimpleTypeMapper.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/databinding/sdo/SDOSimpleTypeMapper.html new file mode 100644 index 0000000000..f30f18eb83 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/databinding/sdo/SDOSimpleTypeMapper.html @@ -0,0 +1,334 @@ + + + + + + +SDOSimpleTypeMapper + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.databinding.sdo +
+Class SDOSimpleTypeMapper

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.databinding.sdo.SDOSimpleTypeMapper
+
+
+
All Implemented Interfaces:
SimpleTypeMapper
+
+
+
+
public class SDOSimpleTypeMapper
extends java.lang.Object
implements SimpleTypeMapper
+ + +

+SDO Java/XML mapping for simple XSD types +

+ +

+


+ +

+ + + + + + + + + + + +
+Field Summary
+static java.lang.StringURI_2001_SCHEMA_XSD + +
+           
+  + + + + + + + + + + +
+Constructor Summary
SDOSimpleTypeMapper() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.ObjecttoJavaObject(javax.xml.namespace.QName typeName, + java.lang.String value, + TransformationContext context) + +
+          Parse the XML lexical representation into a java object
+ java.lang.StringtoXMLLiteral(javax.xml.namespace.QName typeName, + java.lang.Object obj, + TransformationContext context) + +
+          Create the XML lexical representation for a java object
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+URI_2001_SCHEMA_XSD

+
+public static final java.lang.String URI_2001_SCHEMA_XSD
+
+
+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+SDOSimpleTypeMapper

+
+public SDOSimpleTypeMapper()
+
+
+ + + + + + + + +
+Method Detail
+ +

+toJavaObject

+
+public java.lang.Object toJavaObject(javax.xml.namespace.QName typeName,
+                                     java.lang.String value,
+                                     TransformationContext context)
+
+
Description copied from interface: SimpleTypeMapper
+
Parse the XML lexical representation into a java object +

+

+
Specified by:
toJavaObject in interface SimpleTypeMapper
+
+
+
Parameters:
typeName - The XSD simple type
value - the XML lexical representation
context - The context of the transformation +
Returns:
A java object for the XML value
+
+
+
+ +

+toXMLLiteral

+
+public java.lang.String toXMLLiteral(javax.xml.namespace.QName typeName,
+                                     java.lang.Object obj,
+                                     TransformationContext context)
+
+
Description copied from interface: SimpleTypeMapper
+
Create the XML lexical representation for a java object +

+

+
Specified by:
toXMLLiteral in interface SimpleTypeMapper
+
+
+
Parameters:
typeName - The XSD simple type
obj - The java object
context - The context of the transformation +
Returns:
The XML lexical representation
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3