Package com.ibm.websphere.sca


Interface Summary

Interface Description
Service The Service interface provides information about, and access to, an SCA service.
ServiceCallback The callback interface is implemented by service components that need to handle asynchronous callback interactions.
ServiceImplAsync The ServiceImplAsync interface is implemented by service components that need to handle asynchronous service invocations generically.
ServiceImplSync The ServiceImplSync interface is implemented by service components that need to handle synchronous service invocations generically.
Ticket Represents a correlation object that ties an SCA asynchronous request and response together.

Class Summary

Class Description
ServiceManager Represents a lookup scope for locating SCA services.

Exception Summary

Exception Description
ServiceBusinessException Exception used to indicate that a business exception occurred during the execution of a business operation.
ServiceExpirationRuntimeException Exception used to indicate that an SCA asynchronous message has expired.
ServiceRuntimeException Exception used to indicate that a runtime exception occurred during the invocation or execution of a service.
ServiceTimeoutRuntimeException Exception used to indicate a timeout condition during the invocation or execution of a service.
ServiceUnavailableException Exception used to indicate that a runtime exception occurred during the invocation of and external service.
ServiceUnwiredReferenceRuntimeException Exception used to indicate that an SCA reference used to invoke a service is not wired.