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

+ +org.apache.tuscany.sca.databinding +
+Interface DataBindingExtensionPoint

+
+
All Known Implementing Classes:
DefaultDataBindingExtensionPoint
+
+
+
+
public interface DataBindingExtensionPoint
+ + +

+An extension point for data binding extensions. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddDataBinding(DataBinding dataBinding) + +
+          Register a data binding
+ DataBindinggetDataBinding(java.lang.String id) + +
+          Look up a data binding by id
+ booleanintrospectType(DataType dataType, + Operation operation) + +
+          Introspect the java class to figure out what DataType supports it.
+ DataTypeintrospectType(java.lang.Object value, + Operation operation) + +
+          Introspect the value to figure out the corresponding DataType
+ DataBindingremoveDataBinding(java.lang.String id) + +
+          Unregister a data binding
+  +

+ + + + + + + + +
+Method Detail
+ +

+addDataBinding

+
+void addDataBinding(DataBinding dataBinding)
+
+
Register a data binding +

+

+
Parameters:
dataBinding -
+
+
+
+ +

+getDataBinding

+
+DataBinding getDataBinding(java.lang.String id)
+
+
Look up a data binding by id +

+

+
Parameters:
id - The name of the databinding +
Returns:
The databinding
+
+
+
+ +

+removeDataBinding

+
+DataBinding removeDataBinding(java.lang.String id)
+
+
Unregister a data binding +

+

+
Parameters:
id - +
Returns:
The unregistered databinding
+
+
+
+ +

+introspectType

+
+boolean introspectType(DataType dataType,
+                       Operation operation)
+
+
Introspect the java class to figure out what DataType supports it. +

+

+
Parameters:
dataType - The initial data type
operation - TODO +
Returns:
A DataType representing the java type or null if no databinding + recognizes the java type
+
+
+
+ +

+introspectType

+
+DataType introspectType(java.lang.Object value,
+                        Operation operation)
+
+
Introspect the value to figure out the corresponding DataType +

+

+
Parameters:
value - The object value
operation - TODO +
Returns:
A DataType representing the value or null if no databinding + recognizes the value
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3