org.iids.aos.webservices.wsdl.math
Interface MathLibraryPortType
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- MathLibrarySoap11BindingStub, MathLibrarySoap12BindingStub
public interface MathLibraryPortType
- extends java.rmi.Remote
|
Method Summary |
java.lang.Double |
divide(java.lang.Integer param0,
java.lang.Integer param1)
|
java.lang.Long |
multiply(java.lang.Integer param0,
java.lang.Integer param1)
|
divide
java.lang.Double divide(java.lang.Integer param0,
java.lang.Integer param1)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
multiply
java.lang.Long multiply(java.lang.Integer param0,
java.lang.Integer param1)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
Copyright © 2003, 2004 IIDS Group. All Rights Reserved.