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 di...@apache.org on 2003/05/03 19:20:32 UTC

cvs commit: xml-axis/java/src/javax/xml/rpc Call.java

dims        2003/05/03 10:20:32

  Modified:    java/src/javax/xml/rpc Call.java
  Log:
  Fix for Bug 19504 - JavaDoc for javax.xml.rpc.Call#invokeOneWay specifies excess parameters
  Fix for Bug 19501 - JavaDoc for javax.xml.rpc.Call#removeProperty() does not specify Exception thrown
  
  Revision  Changes    Path
  1.18      +4 -6      xml-axis/java/src/javax/xml/rpc/Call.java
  
  Index: Call.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/javax/xml/rpc/Call.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- Call.java	22 Apr 2003 19:33:47 -0000	1.17
  +++ Call.java	3 May 2003 17:20:32 -0000	1.18
  @@ -349,7 +349,7 @@
        * Removes a named property.
        *
        * @param name Name of the property
  -     * @throws if an invalid or
  +     * @throws JAXRPCException if an invalid or
        *     unsupported property name is passed.
        */
       public void removeProperty(String name);
  @@ -376,7 +376,7 @@
        * @throws java.rmi.RemoteException if there is any error in the remote
        *                                    method invocation or if the Call
        *                                    object is not configured properly.
  -     * @throws SOAPFaultException Indicates a SOAP fault
  +     * @throws javax.xml.rpc.soap.SOAPFaultException Indicates a SOAP fault
        * @throws JAXRPCException <ul>
        *
        *     <li>If there is an error in the configuration of the
  @@ -402,7 +402,7 @@
        *
        * @throws java.rmi.RemoteException if there is any error in the
        *     remote method invocation.
  -     * @throws SOAPFaultException Indicates a SOAP fault
  +     * @throws javax.xml.rpc.soap.SOAPFaultException Indicates a SOAP fault
        * @throws JAXRPCException <ul>
        *     <li>If there is an error in the configuration of the
        *         <code>Cal</code>l object
  @@ -424,10 +424,8 @@
        * <code>JAXRPCException</code> during the processing of the one-way
        * remote call.
        *
  -     * @param inputParams  Object[]--Parameters for this invocation. This
  +     * @param params  Object[]--Parameters for this invocation. This
        *     includes only the input params.
  -     *
  -     * @param params
        *
        * @throws JAXRPCException if there is an error in the
        *     configuration of the <code>Call</code> object (example: a