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 cr22rc: http://wiki.apache.org/ws/Tuscany/TuscanyJava/SCA_Java/ConversationWSBinding ------------------------------------------------------------------------------ == Example calculator exchange. Sum numbers, get result == {{{ + + @Scope("CONVERSATION") - @Remoteable + @Remotable - @Session("CONVERSATIONAL") public interface Calculator{ public void add( int op); public int getSum(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
