General statistics for src/org/apache/axis/message/addressing/tools/wsdl/

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
wsdl 5527

Lines of Code

Lines Of Code: 527

Authors

AuthorChangesLines of CodeLines per Change
dims 5 (100.00%)527 (100.00%)105.0

Commit Log

DateAuthorFile/Message
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. (5 Files changed, 527 Lines changed)

src/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingGeneratorFactory.java 1.1 added 54

src/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceIfaceImplWriter.java 1.1 added 160

src/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceImplWriter.java 1.1 added 191

src/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceWriter.java 1.1 added 84

src/org/apache/axis/message/addressing/tools/wsdl/WSDL2Java.java 1.1 added 38