1 16 17 package test.wsdl.roundtrip; 18 19 20 21 29 public interface RoundtripPortType extends RoundtripPortTypeA, RoundtripPortTypeB { 31 32 public boolean methodBoolean(boolean inBoolean) 33 throws java.rmi.RemoteException ; 34 public byte methodByte(byte inByte) 35 throws java.rmi.RemoteException ; 36 public short methodShort(short inShort) 37 throws java.rmi.RemoteException ; 38 public int methodInt(int inInt) 39 throws java.rmi.RemoteException ; 40 public long methodLong(long inLong) 41 throws java.rmi.RemoteException ; 42 public float methodFloat(float inFloat) 43 throws java.rmi.RemoteException ; 44 public double methodDouble(double inDouble) 45 throws java.rmi.RemoteException ; 46 } 48 | Popular Tags |