Advertisement
Guest User

Untitled

a guest
Feb 28th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. /**
  2. * Convert.java
  3. *
  4. * This file was auto-generated from WSDL
  5. * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
  6. */
  7.  
  8. package uk.ac.open.t320.sc26993;
  9.  
  10. public interface Convert extends java.rmi.Remote {
  11. public double convert(int source, int target, double value) throws java.rmi.RemoteException;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement