1 7 8 package test.wsdl.soap12.additional; 9 10 public class Soap12AddTestDocBindingImpl implements test.wsdl.soap12.additional.Soap12AddTestPortTypeDoc{ 11 13 public java.lang.String echoString(java.lang.String inputString) throws java.rmi.RemoteException { 14 return null; 15 } 16 17 public void echoSenderFault(java.lang.Object inElement) throws java.rmi.RemoteException { 18 } 19 20 public void echoReceiverFault(java.lang.Object inElement) throws java.rmi.RemoteException { 21 } 22 23 } 24 | Popular Tags |