Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
J
M
N
O
P
Q
R
S
T
S
SCA_NS
- Static variable in interface org.oasisopen.sca.
Constants
The SCA V1.1 namespace.
SCA_PREFIX
- Static variable in interface org.oasisopen.sca.
Constants
The serialized form of the SCA namespace for construction of QNames.
SCAClientFactory
- Class in
org.oasisopen.sca.client
The SCAClientFactory can be used by non-SCA managed code to lookup services that exist in a SCADomain.
SCAClientFactoryFinder
- Interface in
org.oasisopen.sca.client
SCAClientFactoryFinderImpl
- Class in
org.oasisopen.sca.client.impl
This is a default implementation of an SCAClientFactoryFinder which is used to find an implementation of the SCAClientFactory interface.
SCAClientFactoryFinderImpl()
- Constructor for class org.oasisopen.sca.client.impl.
SCAClientFactoryFinderImpl
Public Constructor
Scope
- Annotation Type in
org.oasisopen.sca.annotation
The @Scope annotation MUST only be used on a service's implementation class.
sendFault(Throwable)
- Method in interface org.oasisopen.sca.
ResponseDispatch
Sends an exception as a fault from an asynchronous service method.
sendResponse(T)
- Method in interface org.oasisopen.sca.
ResponseDispatch
Sends the response message from an asynchronous service method.
SERVERAUTHENTICATION
- Static variable in interface org.oasisopen.sca.
Constants
The serialized QName of the serverAuthentication policy intent.
Service
- Annotation Type in
org.oasisopen.sca.annotation
The @Service annotation is used on a component implementation class to specify the SCA services offered by the implementation.
ServiceReference
<
B
> - Interface in
org.oasisopen.sca
The ServiceReference interface represents a component reference.
ServiceRuntimeException
- Exception in
org.oasisopen.sca
This exception signals problems in the management of SCA component execution.
ServiceRuntimeException()
- Constructor for exception org.oasisopen.sca.
ServiceRuntimeException
Constructs a ServiceRuntimeException with no detail message.
ServiceRuntimeException(String)
- Constructor for exception org.oasisopen.sca.
ServiceRuntimeException
Constructs a ServiceRuntimeException with the specified detail message.
ServiceRuntimeException(String, Throwable)
- Constructor for exception org.oasisopen.sca.
ServiceRuntimeException
Constructs a ServiceRuntimeException with the specified detail message and cause.
ServiceRuntimeException(Throwable)
- Constructor for exception org.oasisopen.sca.
ServiceRuntimeException
Constructs a ServiceRuntimeException with the specified cause and a detail message of
(cause==null ? null : cause.toString())
.
ServiceUnavailableException
- Exception in
org.oasisopen.sca
This exception signals problems in the interaction with remote services.
ServiceUnavailableException()
- Constructor for exception org.oasisopen.sca.
ServiceUnavailableException
Constructs a ServiceUnavailableException with no detail message.
ServiceUnavailableException(String)
- Constructor for exception org.oasisopen.sca.
ServiceUnavailableException
Constructs a ServiceUnavailableException with the specified detail message.
ServiceUnavailableException(String, Throwable)
- Constructor for exception org.oasisopen.sca.
ServiceUnavailableException
Constructs a ServiceUnavailableException with the specified detail message and cause.
ServiceUnavailableException(Throwable)
- Constructor for exception org.oasisopen.sca.
ServiceUnavailableException
Constructs a ServiceUnavailableException with the specified cause and a detail message of
(cause==null ? null : cause.toString())
.
SOAP
- Static variable in interface org.oasisopen.sca.
Constants
The serialized QName of the SOAP policy intent.
SUSPENDSTRANSACTION
- Static variable in interface org.oasisopen.sca.
Constants
The serialized QName of the suspendsTransaction policy intent.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
J
M
N
O
P
Q
R
S
T