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 "Rajkumar Kothapa (JIRA)" <ax...@ws.apache.org> on 2006/07/07 11:49:29 UTC

[jira] Created: (AXIS-2520) orga.apache.axis.client.Call clears the operation's return type information in addition to clearing the operation's parameter information in removeAllParameters

orga.apache.axis.client.Call clears the operation's return type information in addition to clearing the operation's parameter information in removeAllParameters
----------------------------------------------------------------------------------------------------------------------------------------------------------------

         Key: AXIS-2520
         URL: http://issues.apache.org/jira/browse/AXIS-2520
     Project: Apache Axis
        Type: Bug

  Components: Basic Architecture  
    Versions: 1.4    
 Environment: java version "1.4.2_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_07-b05)
Java HotSpot(TM) Client VM (build 1.4.2_07-b05, mixed mode)
    Reporter: Rajkumar Kothapa


A call to org.apache.axis.client.Call's removeAllParameters method clears the operation's return type information in addition to clearing the operation's parameter information. The javadoc for javax.xml.rpc.Call's removeAllParameters() says the following :

public void removeAllParameters()

"Removes all specified parameters from this Call instance. Note that this method removes only the parameters and not the return type. The setReturnType(null) is used to remove the return type."

So, the removeAllParameter implementation does not seem to be consistent with the specification. It should only be removing the operation's parameter information only as the javadoc mentions.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org