You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by sc...@apache.org on 2007/09/13 22:12:51 UTC

svn commit: r575428 - /webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMOutputFormat.java

Author: scheu
Date: Thu Sep 13 13:12:50 2007
New Revision: 575428

URL: http://svn.apache.org/viewvc?rev=575428&view=rev
Log:
WSCOMMONS-249
Contributor: Michal Stochmialek
Expose Root Content-ID

Modified:
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMOutputFormat.java

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMOutputFormat.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMOutputFormat.java?rev=575428&r1=575427&r2=575428&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMOutputFormat.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMOutputFormat.java Thu Sep 13 13:12:50 2007
@@ -190,4 +190,7 @@
     public void setMimeBoundary(String mimeBoundary) {
         this.mimeBoundary = mimeBoundary;
     }
+    public void setRootContentId(String rootContentId) {
+		this.rootContentId = rootContentId;
+	}
 }



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