You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/05/01 00:32:33 UTC

DO NOT REPLY [Bug 19504] New: - JavaDoc for javax.xml.rpc.Call#invokeOneWay specifies excess parameters

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19504>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19504

JavaDoc for javax.xml.rpc.Call#invokeOneWay specifies excess parameters

           Summary: JavaDoc for javax.xml.rpc.Call#invokeOneWay specifies
                    excess parameters
           Product: Axis
           Version: current (nightly)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Documentation
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: ian_d_stewart@bankone.com


The JavaDoc for the method invokeOneWay(java.lang.Object[]) specifies multiple
@param clauses.  

The first, @param inputParams contains the actual detail, while the second,
@param params, which matches the param name in the method signature, is blank.