summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/modules/binding-ws-runtime-jaxws-axis2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* connecting the JAXWS provider to the Tuscany chain. Pointed out an ↵slaws2010-06-254-126/+272
| | | | | | interesting thing that should have been obvious but which I didn't notice before. The MessageContext coming from a JAXWSProvider is a JAXWS MessageContext and we are expecting an Axis MessageContext in our existing code. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957987 13f79535-47bb-0310-9956-ffa450edef68
* Add a little bit more code to include the JAXWSMessageReciever so I can ↵slaws2010-06-255-5/+29
| | | | | | debug some samples and see if there is any mileage in this approach git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957864 13f79535-47bb-0310-9956-ffa450edef68
* This is turning out to be problematic and not necessarily any tidier than ↵slaws2010-06-113-10/+128
| | | | | | out existing Axis integration so I'm saving the current state and thinking about moving back to improving the integration based on our existing module. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953602 13f79535-47bb-0310-9956-ffa450edef68
* Add some code to install the JAXWS provider into Axis and copy the code from ↵slaws2010-06-096-23/+652
| | | | | | the old binding to integrate the Axis2 runtime with our servler container. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953017 13f79535-47bb-0310-9956-ffa450edef68
* Start thinking about providing and Axis backed runtime for the JAXWS based ↵slaws2010-06-0822-0/+2297
ws binding so that we can exploit Axis policy and protocols. Very early days so not ready for trunk yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952627 13f79535-47bb-0310-9956-ffa450edef68