Revision 1818
Added by Jing Tao over 21 years ago
src/edu/ucsb/nceas/metacat/stringclient/impl/MetacatStringImpl.java | ||
---|---|---|
38 | 38 |
|
39 | 39 |
|
40 | 40 |
import org.globus.ogsa.impl.ogsi.GridServiceImpl; |
41 |
import gt3tutorial.core.second.Metacat.MetacatPortType;
|
|
41 |
import edu.ucsb.nceas.metacat.stringclient.MetacatString.MetacatStringPortType;
|
|
42 | 42 |
import java.rmi.RemoteException; |
43 | 43 |
|
44 | 44 |
/** |
... | ... | |
47 | 47 |
* updating and deleting documents from that server. |
48 | 48 |
*/ |
49 | 49 |
public class MetacatStringImpl extends GridServiceImpl |
50 |
implements MetacatPortType |
|
50 |
implements MetacatStringPortType
|
|
51 | 51 |
{ |
52 | 52 |
/** The URL string for the metacat server */ |
53 | 53 |
private String metacatUrl="http://dev.nceas.ucsb.edu/tao/servlet/metacat"; |
Also available in: Unified diff
Fixed a bug for importing package