mcardle 2005/11/15 13:43:41 CET
Modified files:
core/src/java/org/jahia/services/esi EsiSOAPInvalidation.java
Log:
*more doc
Revision Changes Path
1.6 +2 -2
jahia/core/src/java/org/jahia/services/esi/EsiSOAPInvalidation.java
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/java/org/jahia/services/esi/EsiSOAPInvalidation.java.diff?r1=1.5&r2=1.6&f=h
Index: EsiSOAPInvalidation.java
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/java/org/jahia/services/esi/EsiSOAPInvalidation.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- EsiSOAPInvalidation.java 4 Nov 2005 16:01:18 -0000 1.5
+++ EsiSOAPInvalidation.java 15 Nov 2005 12:43:41 -0000 1.6
@@ -3,7 +3,7 @@
/**
* <p>Title: </p>
*
- * <p>Description: </p>
+ * <p>Description: Sends SOAP ESI invalidation requests to the ESI
server.</p>
*
* <p>Copyright: Copyright (c) 2004</p>
*
@@ -38,7 +38,7 @@
import org.apache.commons.httpclient.HttpClient;
import org.apache.commons.httpclient.methods.PostMethod;
-//TODO: Use Axis library to build the SOAP message and transfer it, instead
of the current custom code
+//TODO: Might want to use Axis library to build the SOAP message and
transfer it, instead of the current custom code
public class EsiSOAPInvalidation {