You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by Apache Wiki <wi...@apache.org> on 2007/01/21 19:21:19 UTC

[Ws Wiki] Trivial Update of "Tuscany/SpecProposals/JavaClient" by JeremyBoynes

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.

The following page has been changed by JeremyBoynes:
http://wiki.apache.org/ws/Tuscany/SpecProposals/JavaClient

------------------------------------------------------------------------------
  = Key Interfaces =
  == SCADomain ==
  
- The SCADomain interface represents a connection between unmanaged code and an SCA domain. The interface allows unmanaged to retrieve a CompositeContext for any component in the domain implemented by a composite (including the domain composite) using a URI that identifies the component.
+ The SCADomain interface represents a connection between unmanaged code and an SCA domain. The interface allows unmanaged to retrieve a !CompositeContext for any component in the domain implemented by a composite (including the domain composite) using a URI that identifies the component.
  
  == ComponentContext ==
  
- A managed component may be injected with a ComponentContext interface to access information specific to the instance of the component within the domain. Currently the only information made available to a component is its URI within the domain. This provides a way for the component to uniquely identify itself.
+ A managed component may be injected with a !ComponentContext interface to access information specific to the instance of the component within the domain. Currently the only information made available to a component is its URI within the domain. This provides a way for the component to uniquely identify itself.
  
- Managed code can only obtain access to its ComponentContext through injection.
+ Managed code can only obtain access to its !ComponentContext through injection.
  
  == CompositeContext ==
  
- CompositeContext extends ComponentContext to provide unmanaged code with the ability to act as the implementation of the component implemented by the composite. 
+ !CompositeContext extends !ComponentContext to provide unmanaged code with the ability to act as the implementation of the component implemented by the composite. 
  
  The locateService method allows unmanaged code to access services defined within the composite, specifically services defined by all <component> and <service> definitions in the composite and those defined through promotion.
  
  = Other Changes =
  
-  * RequestContext is obtained through injection rather than from CompositeContext
+  * !RequestContext is obtained through injection rather than from !CompositeContext
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@ws.apache.org
For additional commands, e-mail: general-help@ws.apache.org