uk.ac.ebi.intact.application.graph2MIF.client
Class Graph2MIFWSClient

java.lang.Object
  |
  +--uk.ac.ebi.intact.application.graph2MIF.client.Graph2MIFWSClient

public class Graph2MIFWSClient
extends java.lang.Object

Graph2MIFWSClient This is an example implementation of accessing the WebService "Graph2MIFWS" for export of the IntAct Database as PSI-MIF Format. The resulting PSI-XML will simply writen to STDOUT while occuring errors ging to STDERR See http://psidev.sourceforge.net/ for further information on the PSI-MIF-Format

Version:
$Id: Graph2MIFWSClient.java,v 1.4 2003/10/30 15:48:14 skerrien Exp $
Author:
Henning Mersch

Field Summary
static java.lang.String NEW_LINE
           
 
Constructor Summary
Graph2MIFWSClient()
           
 
Method Summary
static void main(java.lang.String[] args)
          main Method, which will be called if the client is started.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEW_LINE

public static final java.lang.String NEW_LINE
Constructor Detail

Graph2MIFWSClient

public Graph2MIFWSClient()
Method Detail

main

public static void main(java.lang.String[] args)
main Method, which will be called if the client is started. Prints the PSI-XML data to STDOUT and errors to STDERR.

Parameters:
args - [0] ac: String of the Ac in IntAct Database


IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk