From 89f50eb6be3420fed9e590501ee50ba64a064cc8 Mon Sep 17 00:00:00 2001 From: nash Date: Wed, 6 Oct 2010 20:39:42 +0000 Subject: Add SCA API Javadoc for 1.6.1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005240 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca-api/org/osoa/sca/annotations/Intent.html | 264 +++++++++++++++++++++ 1 file changed, 264 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Intent.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Intent.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Intent.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Intent.html new file mode 100644 index 0000000000..a33c515070 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/Intent.html @@ -0,0 +1,264 @@ + + + + + + +Intent + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type Intent

+
+
+
@Target(value=ANNOTATION_TYPE)
+@Retention(value=RUNTIME)
+public @interface Intent
+ + +

+Annotation that can be applied to annotations that describe SCA intents. + Adding this annotation allows SCA runtimes to automatically detect user-defined intents. +

+ Applications must specify a value, a pairing of targetNamespace and localPort, or both. + If both value and pairing are supplied they must define the name qualified name. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+Optional Element Summary
+ java.lang.StringlocalPart + +
+          The name of the intent within its namespace.
+ java.lang.StringtargetNamespace + +
+          The XML namespace for the intent.
+ java.lang.Stringvalue + +
+          The qualified name of the intent, in the form defined by javax.xml.namespace.QName#toString.
+  +

+

+value

+
+public abstract java.lang.String value
+
+
The qualified name of the intent, in the form defined by javax.xml.namespace.QName#toString. +

+

+
+
+
+ +
Returns:
the qualified name of the intent
+
+
Default:
""
+
+
+
+ +

+targetNamespace

+
+public abstract java.lang.String targetNamespace
+
+
The XML namespace for the intent. +

+

+
+
+
+ +
Returns:
the XML namespace for the intent
+
+
Default:
""
+
+
+
+ +

+localPart

+
+public abstract java.lang.String localPart
+
+
The name of the intent within its namespace. +

+

+
+
+
+ +
Returns:
name of the intent within its namespace
+
+
Default:
""
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3