You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by ks...@apache.org on 2002/07/11 09:57:58 UTC

cvs commit: xml-xindice/java/src/org/apache/xindice/client/xmldb/resources XMLResourceImpl.java

kstaken     2002/07/11 00:57:58

  Modified:    java/src/org/apache/xindice/client/xmldb/resources
                        XMLResourceImpl.java
  Log:
  Added name setting for the new XML-RPC api.
  
  Revision  Changes    Path
  1.3       +7 -1      xml-xindice/java/src/org/apache/xindice/client/xmldb/resources/XMLResourceImpl.java
  
  Index: XMLResourceImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xindice/java/src/org/apache/xindice/client/xmldb/resources/XMLResourceImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XMLResourceImpl.java	10 Jul 2002 08:55:56 -0000	1.2
  +++ XMLResourceImpl.java	11 Jul 2002 07:57:58 -0000	1.3
  @@ -336,5 +336,11 @@
            throw FaultCodes.createXMLDBException(e);
         }
      }
  +
  +
  +   public void setId(String name) {
  +
  +      this.id = name;
  +   }
   }