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/SetCurrentContext ------------------------------------------------------------------------------ Section 1.6.1 of the 0.95 specification defines a class !CurrentCompositeContext with a getContext() method that returns the current composite context. It does not define how the value returned is set. = Proposal = - Add a method to allow an implementation to set the value returned: + Add a method to allow a runtime implementation to set the value returned: {{{ /** * Sets the current composite context for the calling thread. @@ -18, +18 @@ public static CompositeContext setContext(CompositeContext context); }}} + This is not intended to be used by application code. + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
