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

R

Reference - Annotation Type in org.oasisopen.sca.annotation
The @Reference annotation type is used to annotate a Java class field, a setter method, or a constructor parameter that is used to inject a service that resolves the reference.
Remotable - Annotation Type in org.oasisopen.sca.annotation
The @Remotable annotation is used to specify a Java service interface as remotable.
RequestContext - Interface in org.oasisopen.sca
The RequestContext interface is used to obtain information about the service invocation which is executing when one of the RequestContext methods is called.
Requires - Annotation Type in org.oasisopen.sca.annotation
The @Requires annotation supports general purpose intents specified as strings.
ResponseDispatch<T> - Interface in org.oasisopen.sca
The following defines the ResponseDispatch interface, used to return a response message asynchronously from a service implementation method.

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