From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/databinding/DataBindingExtensionPoint.html | 304 +++++++++++++++++++++ 1 file changed, 304 insertions(+) create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/databinding/DataBindingExtensionPoint.html (limited to 'site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/databinding/DataBindingExtensionPoint.html') diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/databinding/DataBindingExtensionPoint.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/databinding/DataBindingExtensionPoint.html new file mode 100644 index 0000000000..52b9fa7771 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/databinding/DataBindingExtensionPoint.html @@ -0,0 +1,304 @@ + + + + + + +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, + java.lang.annotation.Annotation[] annotations) + +
+          Introspect the java class to figure out what DataType supports it
+ DataTypeintrospectType(java.lang.Object value) + +
+          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,
+                       java.lang.annotation.Annotation[] annotations)
+
+
Introspect the java class to figure out what DataType supports it +

+

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

+introspectType

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

+

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