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 --- .../org/osoa/sca/annotations/Confidentiality.html | 226 +++++++++++++++++++++ 1 file changed, 226 insertions(+) create mode 100644 site/site-publish/doc/javadoc/java-sca-0.9/sca-api/org/osoa/sca/annotations/Confidentiality.html (limited to 'site/site-publish/doc/javadoc/java-sca-0.9/sca-api/org/osoa/sca/annotations/Confidentiality.html') diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-api/org/osoa/sca/annotations/Confidentiality.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-api/org/osoa/sca/annotations/Confidentiality.html new file mode 100644 index 0000000000..df0e7e74be --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-api/org/osoa/sca/annotations/Confidentiality.html @@ -0,0 +1,226 @@ + + + + + + +Confidentiality + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

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

+
+
+
@Inherited
+@Target(value={TYPE,FIELD,METHOD,PARAMETER})
+@Retention(value=RUNTIME)
+public @interface Confidentiality
+ + +

+Annotation denoting the intent that service operations require confidentiality. +

+ Applied to the injection site (field, method or constructor parameter) for a reference, + it indicates that all invocations through that reference require confidentiality. +

+ Applied to a interface method on a service contract, it indicates that all invocations + of that service operation require confidentiality; applied to the type of a service contract, + it indicates that all service operations on that interface require confidentiality. +

+ Applied to a method on an implementation class, it indicates that all invocations that + are dispatched to that implementation method (through any service) require confidentiality. + Applied to a interface implemented by an implementation class, it indicates that all + invocations that are dispatched to the implementation method for that interface operation + require confidentiality. +

+ Applied to an implementation class, it indicates that all invocations of that implementation + and that all invocations made by that implementation require confidentiality. +

+ +

+

+
Version:
+
$Rev: 537744 $ $Date: 2007-05-14 09:00:18 +0100 (Mon, 14 May 2007) $
+
+
+ +

+ + + + + + + + + + + +
+Optional Element Summary
+ java.lang.String[]value + +
+          List of confidentiality qualifiers (such as "message" or "transport").
+  +

+

+value

+
+public abstract java.lang.String[] value
+
+
List of confidentiality qualifiers (such as "message" or "transport"). +

+

+
+
+
+ +
Returns:
confidentiality qualifiers
+
+
Default:
""
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3