General statistics for src/org/apache/axis/message/addressing/handler/

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
handler 1243

Lines of Code

Lines Of Code: 243

Authors

AuthorChangesLines of CodeLines per Change
dims 5 (100.00%)309 (100.00%)61.0

Commit Log

DateAuthorFile/Message
3/26/04 11:15 AMdims Fix from "Jarek Gawor" for "use msgContext instead of msgContext.getCurrentContext()" (1 Files changed, 29 Lines changed)

src/org/apache/axis/message/addressing/handler/AddressingHandler.java 1.5 (+29 -29)

3/21/04 10:49 PMdims Patch from "Jarek Gawor" <gawor@mcs.anl.gov>: fixes NPE errors in AddressingHandler when a request does not contain any or some WS-Addressing headers. (1 Files changed, 78 Lines changed)

src/org/apache/axis/message/addressing/handler/AddressingHandler.java 1.4 (+78 -28)

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, 21 Lines changed)

src/org/apache/axis/message/addressing/handler/AddressingHandler.java 1.3 (+21 -3)

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, 8 Lines changed)

src/org/apache/axis/message/addressing/handler/AddressingHandler.java 1.2 (+8 -6)

3/8/04 5:06 PMdims Forgot to checkin the beginnings of a handler (1 Files changed, 173 Lines changed)

src/org/apache/axis/message/addressing/handler/AddressingHandler.java 1.1 added 173