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 --- .../databinding/xmlbeans/XMLBeansDataBinding.html | 395 +++++++++++++++++++++ 1 file changed, 395 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/databinding/xmlbeans/XMLBeansDataBinding.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/databinding/xmlbeans/XMLBeansDataBinding.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/databinding/xmlbeans/XMLBeansDataBinding.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/databinding/xmlbeans/XMLBeansDataBinding.html new file mode 100644 index 0000000000..df0fdcbabc --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/databinding/xmlbeans/XMLBeansDataBinding.html @@ -0,0 +1,395 @@ + + + + + + +XMLBeansDataBinding + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.databinding.xmlbeans +
+Class XMLBeansDataBinding

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.databinding.impl.BaseDataBinding
+      extended by org.apache.tuscany.sca.databinding.xmlbeans.XMLBeansDataBinding
+
+
+
All Implemented Interfaces:
DataBinding
+
+
+
+
public class XMLBeansDataBinding
extends BaseDataBinding
+ + +

+XMLBeans DataBinding +

+ +

+


+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+static java.lang.String[]ALIASES + +
+           
+static java.lang.StringNAME + +
+           
+ + + + + + + +
Fields inherited from interface org.apache.tuscany.sca.databinding.DataBinding
IDL_FAULT, IDL_INPUT, IDL_OUTPUT
+  + + + + + + + + + + +
+Constructor Summary
XMLBeansDataBinding() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.Objectcopy(java.lang.Object object, + DataType dataType, + Operation operation) + +
+          Make a copy of the object for "pass-by-value" semantics.
+ WrapperHandlergetWrapperHandler() + +
+          Provide a WrapperHandler for this databinding
+ booleanintrospect(DataType type, + Operation operation) + +
+          Introspect and populate information to a DataType model
+ + + + + + + +
Methods inherited from class org.apache.tuscany.sca.databinding.impl.BaseDataBinding
getName, getXMLTypeHelper, introspect
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+NAME

+
+public static final java.lang.String NAME
+
+
+
+
+
+ +

+ALIASES

+
+public static final java.lang.String[] ALIASES
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+XMLBeansDataBinding

+
+public XMLBeansDataBinding()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getWrapperHandler

+
+public WrapperHandler getWrapperHandler()
+
+
Description copied from interface: DataBinding
+
Provide a WrapperHandler for this databinding +

+

+
Specified by:
getWrapperHandler in interface DataBinding
Overrides:
getWrapperHandler in class BaseDataBinding
+
+
+ +
Returns:
A wrapper handler which can handle wrapping/wrapping for this databinding
See Also:
DataBinding.getWrapperHandler()
+
+
+
+ +

+introspect

+
+public boolean introspect(DataType type,
+                          Operation operation)
+
+
Description copied from interface: DataBinding
+
Introspect and populate information to a DataType model +

+

+
Specified by:
introspect in interface DataBinding
Overrides:
introspect in class BaseDataBinding
+
+
+
Parameters:
type - The data type to be introspected
operation - The operation +
Returns:
true if the databinding has recognized the given data type
+
+
+
+ +

+copy

+
+public java.lang.Object copy(java.lang.Object object,
+                             DataType dataType,
+                             Operation operation)
+
+
Description copied from interface: DataBinding
+
Make a copy of the object for "pass-by-value" semantics. +

+

+
Specified by:
copy in interface DataBinding
Overrides:
copy in class BaseDataBinding
+
+
+
Parameters:
object - source object to copy
dataType - The data type
operation - The operation +
Returns:
copy of the object passed in as argument
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3