summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-ws-runtime-jaxws/src/main/java/org/apache/tuscany/sca/binding/ws/jaxws/JAXWSBindingInvoker.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Like the binding-ws-runtime-axis2 module, set RELATES_TO as wsa:RelatesTo, re...scottkurz2011-12-081-1/+16
* Build new <wsa:MessageID> rather than propagating from Tuscany Message.scottkurz2011-12-081-5/+3
* Add <wsa:MessageID> to ref-side messages for 2-way operation on forward inter...scottkurz2011-12-071-1/+12
* Switch invoker method signatures, as we don't need to pass binding around.scottkurz2011-12-061-15/+15
* Make 'wsBinding' field in invoker protected.scottkurz2011-12-061-1/+1
* Throw SRE on ref-side for rpc/encoded, doc-encoded WSDLS.scottkurz2011-12-041-1/+5
* Fix ref-side support for rpc-lit style WSDL bindings.scottkurz2011-12-041-7/+62
* Make commit showing more clearly that wsa:ReferenceParameters aren't handled ...scottkurz2011-12-021-19/+8
* Use MESSAGE_ID instead of WS_MESSAGE_ID as Tuscany message header for handlin...scottkurz2011-11-301-2/+3
* Undo change in r1202210 whereby <wsa:To> should wrap a URI, not an EPR.scottkurz2011-11-291-2/+1
* Add dynamic (vs. static) dispatch to invoker for use by callback support.scottkurz2011-11-291-20/+61
* Fix for TUSCANY-3986. Thanks Rashmi.scottkurz2011-11-291-9/+10
* Fix EPR creation to correctly wrap address in <wsa:Address/> tag.scottkurz2011-11-151-3/+5
* Fix checked exception handling.scottkurz2011-10-191-1/+2
* Tweak exception handling slightly to handle runtime exception variant.scottkurz2011-10-131-0/+2
* Update with some guards to avoid NPEsantelder2011-10-121-8/+11
* Tweak Invoker so it can be subclassed.scottkurz2011-09-291-2/+2
* More changes to fix binding.s otests. Also change binding.ws model getter/set...slaws2010-07-021-2/+2
* Start merging the axis2 ws binding changes into the jax-ws version of the bin...antelder2010-06-291-21/+395
* Add a flag to the binding builder to indicate that generated data should be r...slaws2010-06-171-1/+1
* Use more general exception as diff jdks and urls give diff exceptionsantelder2010-06-151-1/+1
* If we need to set the property we should tell it to use the value we set. slaws2010-06-111-1/+3
* Split the jaxws ws binding into a generic bit and an RI specific bit. Problem...slaws2010-04-161-1/+1
* Start getting JAX-WS WS binding working with application exceptionsantelder2010-03-311-11/+12
* Support bindings that specify WSDL or specify uris and expect WSDL to be gene...slaws2010-03-251-4/+21
* Replace weather forcast sample with simple helloworld sample. Update the bind...slaws2010-03-241-1/+6
* Added experimental JAXWS based WS integration from Raymond's sandbox as per M...slaws2010-03-221-0/+181