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 RichScheuerle: http://wiki.apache.org/ws/FrontPage/Axis2/JAX-WS-Proposal ------------------------------------------------------------------------------ || || Lizet Ernand || || || Samuel Isokpunwu || + == Architecture == + + The images below describe at a high level, the architecture for the JAX-WS implementation. The pieces are color coded to denote their scope. + * The blue pieces are the APIs provided by the JAX-WS specification. These are the APIs that users will interact with and are strictly the ''javax.xml.ws.*'' interfaces/classes. + * The purple pieces are the actual implementation components to support the JAX-WS API. + * The yellow pieces are the portions of the Axis2 runtime that are leveraged in implementing the purple pieces. + + A few other things to note: + * The Axis2 code is only touched in two places. In the {{{AxisController}}} on the client side and in the {{{JAXWSMessageReceiver}}} on the server side. + * There is no support for JAX-WS handlers right now, but they are included in the diagrams below. + + Here is the client architecture: + + attachment:client.JPG + + Here is the server architecture: + + attachment:server.JPG + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]