Author: keithc
Date: Mon Mar 26 23:32:39 2007
New Revision: 522771

URL: http://svn.apache.org/viewvc?view=rev&rev=522771
Log:
Applying patch for AXIS2-2332


Modified:
    
webservices/axis2/trunk/java/modules/samples/mtom/src/sample/mtom/client/Client.java

Modified: 
webservices/axis2/trunk/java/modules/samples/mtom/src/sample/mtom/client/Client.java
URL: 
http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/mtom/src/sample/mtom/client/Client.java?view=diff&rev=522771&r1=522770&r2=522771
==============================================================================
--- 
webservices/axis2/trunk/java/modules/samples/mtom/src/sample/mtom/client/Client.java
 (original)
+++ 
webservices/axis2/trunk/java/modules/samples/mtom/src/sample/mtom/client/Client.java
 Mon Mar 26 23:32:39 2007
@@ -30,11 +30,11 @@
 import org.apache.axis2.util.CommandLineOptionParser;
 import org.apache.axis2.util.OptionsValidator;
 
-import sample.mtom.service.MTOMSampleStub;
-import sample.mtom.service.MTOMSampleStub.AttachmentRequest;
-import sample.mtom.service.MTOMSampleStub.AttachmentResponse;
-import sample.mtom.service.MTOMSampleStub.AttachmentType;
-import sample.mtom.service.MTOMSampleStub.Base64Binary;
+import sample.mtom.service.MTOMSampleMTOMSampleSOAP11Port_httpStub;
+import 
sample.mtom.service.MTOMSampleMTOMSampleSOAP11Port_httpStub.AttachmentRequest;
+import 
sample.mtom.service.MTOMSampleMTOMSampleSOAP11Port_httpStub.AttachmentResponse;
+import 
sample.mtom.service.MTOMSampleMTOMSampleSOAP11Port_httpStub.AttachmentType;
+import 
sample.mtom.service.MTOMSampleMTOMSampleSOAP11Port_httpStub.Base64Binary;
 
 public class Client {
 
@@ -78,7 +78,7 @@
                // uncomment the following if you need to capture the messages 
from
                // TCPMON. Please look at 
http://ws.apache.org/commons/tcpmon/tcpmontutorial.html
                // to learn how to setup tcpmon
-               MTOMSampleStub serviceStub = new MTOMSampleStub(
+               MTOMSampleMTOMSampleSOAP11Port_httpStub serviceStub = new 
MTOMSampleMTOMSampleSOAP11Port_httpStub(
                                //"http://localhost:8081/axis2/rest/MTOMSample";
                );
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to