2016/05/28 - Apache Tuscany has been retired.

For more information, please explore the Attic.


Package org.osoa.sca

Interface Summary
CallableReference<B> Common superclass for references that can be passed between components.
ComponentContext Interface providing programmatic access to a component's SCA context as an alternative to injection.
Constants  
Conversation Interface representing a Conversation providing access to the conversation id and and a mechanism to terminate the conversation.
RequestContext Interface that provides information on the current request.
ServiceReference<B> A ServiceReference represents a client's perspective of a reference to another service.
 

Exception Summary
ConversationEndedException Exception thrown to indicate the conversation being used for a stateful interaction has been ended.
NoRegisteredCallbackException Exception thrown to indicate that no callback has been registered when interacting with a service.
ServiceRuntimeException Base for Exceptions that may be raised by an SCA runtime and which typical application code is not expected to be able to handle.
ServiceUnavailableException Exception used to indicate that a runtime exception occurred during the invocation of and external service.