A C D E F G I J M N O P Q R S T

C

Callback - Annotation Type in org.oasisopen.sca.annotation
The @Callback annotation is used to annotate a service interface with a callback interface, which takes the Java Class object of the callback interface as a parameter.
cast(B) - Method in interface org.oasisopen.sca.ComponentContext
Casts a type-safe reference to a ServiceReference.
CLIENTAUTHENTICATION - Static variable in interface org.oasisopen.sca.Constants
The serialized QName of the clientAuthentication policy intent.
ComponentContext - Interface in org.oasisopen.sca
The ComponentContext interface is used to obtain contextual information about the SCA component which is executing at the time the API is invoked.
ComponentName - Annotation Type in org.oasisopen.sca.annotation
The @ComponentName annotation is used to denote a Java class field or setter method that is used to inject the component name.
Confidentiality - Annotation Type in org.oasisopen.sca.annotation
The @Confidentiality annotation is used to indicate that the invocation requires confidentiality.
CONFIDENTIALITY - Static variable in annotation type org.oasisopen.sca.annotation.Confidentiality
The serialized QName of the confidentiality policy intent, for use with the SCA @Requires annotation.
CONFIDENTIALITY_MESSAGE - Static variable in annotation type org.oasisopen.sca.annotation.Confidentiality
The serialized QName of the confidentiality.message policy intent, for use with the SCA @Requires annotation.
CONFIDENTIALITY_TRANSPORT - Static variable in annotation type org.oasisopen.sca.annotation.Confidentiality
The serialized QName of the confidentiality.transport policy intent, for use with the SCA @Requires annotation.
Constants - Interface in org.oasisopen.sca
The SCA Constants interface defines a number of constant values that are used in the SCA Java APIs and Annotations.
Constructor - Annotation Type in org.oasisopen.sca.annotation
The @Constructor annotation is used to mark a particular constructor to use when instantiating a Java component implementation.
Context - Annotation Type in org.oasisopen.sca.annotation
The @Context annotation is used to denote a Java class field or a setter method that is used to inject a composite context for the component.
createSelfReference(Class<B>) - Method in interface org.oasisopen.sca.ComponentContext
Returns a ServiceReference that can be used to invoke this component over the designated service.
createSelfReference(Class<B>, String) - Method in interface org.oasisopen.sca.ComponentContext
Returns a ServiceReference that can be used to invoke this component over the designated service.

A C D E F G I J M N O P Q R S T