1 /***
2 * ResourceMatcher.java
3 *
4 * This file was auto-generated from WSDL
5 * by the Apache Axis 1.2RC2 Jun 16, 2005 (10:54:53 EDT) WSDL2Java emitter.
6 */
7
8 package de.fhg.first.resmatch.client;
9
10 public interface ResourceMatcher extends java.rmi.Remote {
11 public java.lang.String match(java.lang.String gworkflowdl) throws java.rmi.RemoteException;
12 }