[jboss-svn-commits] JBossWS SVN: r635 - 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:17:51 EDT 2006


Author: heiko.braun at jboss.com
Date: 2006-07-25 09:17:48 -0400 (Tue, 25 Jul 2006)
New Revision: 635

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

Modified: branches/jbossws-1.0/src/test/java/org/jboss/test/ws/samples/mtom/XOPTestImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/samples/mtom/XOPTestImpl.java	2006-07-25 12:16:53 UTC (rev 634)
+++ branches/jbossws-1.0/src/test/java/org/jboss/test/ws/samples/mtom/XOPTestImpl.java	2006-07-25 13:17:48 UTC (rev 635)
@@ -54,7 +54,7 @@
 
    /** Service endpoint method for image/gif
     */
-   public Object sendMimeImageGIF(String message, DataHandler xoppart) throws RemoteException
+   public Object sendMimeImageGIF(String message, Object xoppart) throws RemoteException
    {
       StringBuffer buffer = new StringBuffer();
 




More information about the jboss-svn-commits mailing list