[jboss-svn-commits] JBossWS SVN: r636 - branches/jbossws-1.0/src/test/java/org/jboss/test/ws/samples/mtom

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jul 25 09:18:15 EDT 2006


Author: heiko.braun at jboss.com
Date: 2006-07-25 09:18:13 -0400 (Tue, 25 Jul 2006)
New Revision: 636

Modified:
   branches/jbossws-1.0/src/test/java/org/jboss/test/ws/samples/mtom/XOPTest.java
Log:
rollback

Modified: branches/jbossws-1.0/src/test/java/org/jboss/test/ws/samples/mtom/XOPTest.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/samples/mtom/XOPTest.java	2006-07-25 13:17:48 UTC (rev 635)
+++ branches/jbossws-1.0/src/test/java/org/jboss/test/ws/samples/mtom/XOPTest.java	2006-07-25 13:18:13 UTC (rev 636)
@@ -46,7 +46,7 @@
 {
    /** Service endpoint method for image/gif
     */
-   Object sendMimeImageGIF(String message, DataHandler xoppart) throws RemoteException;
+   Object sendMimeImageGIF(String message, Object xoppart) throws RemoteException;
 
    /** Service endpoint method for image/jpeg
     */




More information about the jboss-svn-commits mailing list