CVS update: sierra/src/java/org/openprivacy/soap/service/reputation

From: cvs@openprivacy.org
Date: Thu Jan 04 2001 - 02:09:23 PST


Date: Thursday January 4, 19101 @ 2:09
Author: burton
CVSWEB Options: -------------------

Main CVSWeb: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi

View this module: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/soap/service/reputation

-----------------------------------

Update of /usr/local/cvsroot/sierra/src/java/org/openprivacy/soap/service/reputation
In directory openprivacy.org:/tmp/cvs-serv16910/src/java/org/openprivacy/soap/service/reputation

Modified Files:
        Reputation.java
Log Message:
hello world functionality works

*****************************************************************
File: sierra/src/java/org/openprivacy/soap/service/reputation/Reputation.java

CVSWEB Options: -------------------

CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/soap/service/reputation/Reputation.java?annotate=1.3

CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/soap/service/reputation/Reputation.java?rev=1.3&content-type=text/x-cvsweb-markup

CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/soap/service/reputation/Reputation.java.diff?r1=1.3&r2=1.2

-----------------------------------

Index: sierra/src/java/org/openprivacy/soap/service/reputation/Reputation.java
diff -u sierra/src/java/org/openprivacy/soap/service/reputation/Reputation.java:1.2 sierra/src/java/org/openprivacy/soap/service/reputation/Reputation.java:1.3
--- sierra/src/java/org/openprivacy/soap/service/reputation/Reputation.java:1.2 Wed Jan 3 13:47:49 2001
+++ sierra/src/java/org/openprivacy/soap/service/reputation/Reputation.java Thu Jan 4 02:09:23 2001
@@ -31,29 +31,31 @@
 
    @see http://www.openprivacy.org
    @author <a href="mailto:burton@openprivacy.org">Kevin A. Burton</a>
- @version $Id: Reputation.java,v 1.2 2001/01/03 21:47:49 burton Exp $
+ @version $Id: Reputation.java,v 1.3 2001/01/04 10:09:23 burton Exp $
 */
 public class Reputation
 {
 
     public static final String REPUTATION_RESULT_NAMESPACE
         = "http://schemas.openprivacy.org/core/reputation/12/2000/";
-
+
     /**
      * Given a URI for a reputation return its value.
      *
      * @author <a href="mailto:burton@openprivacy.org">Kevin A. Burton</a>
- * @version $Id: Reputation.java,v 1.2 2001/01/03 21:47:49 burton Exp $
+ * @version $Id: Reputation.java,v 1.3 2001/01/04 10:09:23 burton Exp $
     */
- public Element getReputation( String uri )
+ public String getReputation()
     {
         DocumentImpl doc = new DocumentImpl();
 
         Element element = new ResponseElement( doc,
                                                REPUTATION_RESULT_NAMESPACE,
                                                "Reputation" );
-
- return element;
+
+ System.out.println( "FIXME: getReputation() " );
+
+ return "HelloWorld";
     }
 
     /**
@@ -74,7 +76,7 @@
  * that we can use ElementNSImpl within our Reputation service.
    
  @author <a href="mailto:burton@openprivacy.org">Kevin A. Burton</a>
- @version $Id: Reputation.java,v 1.2 2001/01/03 21:47:49 burton Exp $
+ @version $Id: Reputation.java,v 1.3 2001/01/04 10:09:23 burton Exp $
  */
 class ResponseElement extends ElementNSImpl
 {



This archive was generated by hypermail 2b30 : Mon Jan 22 2001 - 15:52:14 PST