KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test > wsdl > soap12 > additional > Soap12AddTestDocBindingImpl


1 /**
2  * Soap12AddTestDocBindingImpl.java
3  *
4  * This file was auto-generated from WSDL
5  * by the Apache Axis WSDL2Java emitter.
6  */

7
8 package test.wsdl.soap12.additional;
9
10 public class Soap12AddTestDocBindingImpl implements test.wsdl.soap12.additional.Soap12AddTestPortTypeDoc{
11     // getTime is a notification style operation and is unsupported.
12

13     public java.lang.String JavaDoc echoString(java.lang.String JavaDoc inputString) throws java.rmi.RemoteException JavaDoc {
14         return null;
15     }
16
17     public void echoSenderFault(java.lang.Object JavaDoc inElement) throws java.rmi.RemoteException JavaDoc {
18     }
19
20     public void echoReceiverFault(java.lang.Object JavaDoc inElement) throws java.rmi.RemoteException JavaDoc {
21     }
22
23 }
24
Popular Tags