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 (unfollow)
Commit message (Expand)AuthorFilesLines
2011-12-08Build new <wsa:MessageID> rather than propagating from Tuscany Message.scottkurz1-5/+3
2011-12-07Add <wsa:MessageID> to ref-side messages for 2-way operation on forward inter...scottkurz1-1/+12
2011-12-06Switch invoker method signatures, as we don't need to pass binding around.scottkurz1-15/+15
2011-12-06Make 'wsBinding' field in invoker protected.scottkurz1-1/+1
2011-12-04Throw SRE on ref-side for rpc/encoded, doc-encoded WSDLS.scottkurz1-1/+5
2011-12-04Fix ref-side support for rpc-lit style WSDL bindings.scottkurz1-7/+62
2011-12-02Make commit showing more clearly that wsa:ReferenceParameters aren't handled ...scottkurz1-19/+8
2011-11-30Use MESSAGE_ID instead of WS_MESSAGE_ID as Tuscany message header for handlin...scottkurz1-2/+3
2011-11-29Undo change in r1202210 whereby <wsa:To> should wrap a URI, not an EPR.scottkurz1-2/+1
2011-11-29Add dynamic (vs. static) dispatch to invoker for use by callback support.scottkurz1-20/+61
2011-11-29Fix for TUSCANY-3986. Thanks Rashmi.scottkurz1-9/+10
2011-11-15Fix EPR creation to correctly wrap address in <wsa:Address/> tag.scottkurz1-3/+5
2011-10-19Fix checked exception handling.scottkurz1-1/+2
2011-10-13Tweak exception handling slightly to handle runtime exception variant.scottkurz1-0/+2
2011-10-12Update with some guards to avoid NPEsantelder1-8/+11
2011-09-29Tweak Invoker so it can be subclassed.scottkurz1-2/+2
2010-07-02More changes to fix binding.s otests. Also change binding.ws model getter/set...slaws1-2/+2
2010-06-29Start merging the axis2 ws binding changes into the jax-ws version of the bin...antelder1-21/+395
2010-06-17Add a flag to the binding builder to indicate that generated data should be r...slaws1-1/+1
2010-06-15Use more general exception as diff jdks and urls give diff exceptionsantelder1-1/+1
2010-06-11If we need to set the property we should tell it to use the value we set. slaws1-1/+3
2010-04-16Split the jaxws ws binding into a generic bit and an RI specific bit. Problem...slaws1-1/+1
2010-03-31Start getting JAX-WS WS binding working with application exceptionsantelder1-11/+12
2010-03-25Support bindings that specify WSDL or specify uris and expect WSDL to be gene...slaws1-4/+21
2010-03-24Replace weather forcast sample with simple helloworld sample. Update the bind...slaws1-1/+6
2010-03-22Added experimental JAXWS based WS integration from Raymond's sandbox as per M...slaws1-0/+0
2010-03-05Start to play with endpoint integration rfeng1-0/+0
2009-11-12Moving 2.x contribslresende1-0/+0
2009-06-11Move binding-ws-jaxws to contrib as discussed on MLantelder1-0/+0
2009-04-01Bring up the reference binding with the WeatherForecast web servicerfeng1-11/+62
2009-03-31Add a skeleton project for binding.ws over JAX-WS APIsrfeng1-0/+130