General statistics for test/addressing/

Summary Period: 2/6/04 2:51 PM to 3/29/04 1:43 AM

Generated: 3/29/04 9:05 AM

Browse with ViewCVS

Repository Tree

ModuleFilesLines of code
addressing 1239
     tools 5317

Lines of Code

Lines Of Code: 239

Authors

AuthorChangesLines of CodeLines per Change
dims 5 (100.00%)242 (100.00%)48.0

Commit Log

DateAuthorFile/Message
3/29/04 1:43 AMdims Patch from "SJ" <oscontrib@yahoo.com> (1 Files changed, 23 Lines changed)

test/addressing/TestSerDeser.java 1.5 (+23 -0)

3/13/04 11:47 AMdims Patch from "Jarek Gawor" <gawor@mcs.anl.gov> Notes: The attached patches contain an extended version of Axis WSDL2Java tool. It works exactly the same as the basic WSDL2Java tool but it generates two more classes: <Service>AddressingLocator.java and <Service>Addressing.java interface. The <Service>AddressingLocator class can be used to get a Stub for the service by passing a EndpointReferenceType. This will pass right information to the Stub/Call so that appropriate WS-Addressing headers will be set in the request (assuming the AddressingHandler is deployed) The patches also contain minor fixes to AddressingHandler and a new test for this tooling contribution. (1 Files changed, 1 Lines changed)

test/addressing/TestSerDeser.java 1.4 (+1 -1)

3/9/04 4:09 AMdims another patch from "Jarek Gawor" <gawor@mcs.anl.gov> that fixes compile problems with AddressingHandler and handling of RelationshipType attribute. (1 Files changed, 9 Lines changed)

test/addressing/TestSerDeser.java 1.3 (+9 -0)

3/8/04 5:04 PMdims Patches from "Jarek Gawor" <gawor@mcs.anl.gov> 1) Modified the code so that it exposes and uses standard JAX-RPC SOAPElement API whenever it can. 2) Fixed To.java to extend from AttributedURI instead of EndpointReference 3) Added support for actors 4) Modified the code to accept and return SOAPHeaderElements so that it is easier to control actors and mustUnderstand attributes and also so that parsing/generating of the elements is done by the end classes. 5) Fixed some serialization/deserialization bugs with PortType, ServiceNameType, RelatesTo (things that dealt with QName). 6) Also, added better tests. (1 Files changed, 131 Lines changed)

test/addressing/TestSerDeser.java 1.2 (+131 -2)

2/10/04 2:18 PMdims Initial implementation of WS-Addressing. Note: Test case extracts WS-Addressing headers from a soap envelope and save it back into the soap envelope (1 Files changed, 78 Lines changed)

test/addressing/TestSerDeser.java 1.1 added 78