KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > samples > perf > PerfPortSoapBindingImpl


1 /**
2  * PerfPortSoapBindingImpl.java
3  *
4  * This file was auto-generated from WSDL
5  * by the Apache Axis 1.2beta Apr 25, 2004 (11:19:16 EDT) WSDL2Java emitter.
6  */

7
8 package samples.perf;
9
10 public class PerfPortSoapBindingImpl implements samples.perf.PerfService_PortType{
11     public java.lang.String JavaDoc handleStringArray(java.lang.String JavaDoc[] s) throws java.rmi.RemoteException JavaDoc {
12         String JavaDoc returnString;
13         returnString = "array length was - " + s.length;
14         return returnString;
15     }
16
17 }
18
Popular Tags