uk.ac.ebi.intact.application.hierarchView.business.tulip.client
Class TulipClient

java.lang.Object
  |
  +--uk.ac.ebi.intact.application.hierarchView.business.tulip.client.TulipClient

public class TulipClient
extends java.lang.Object

Provide an access to the Tulip web service. Wrap methods declared in the web service.

Author:
Samuel Kerrien (skerrien@ebi.ac.uk)

Constructor Summary
TulipClient()
           
 
Method Summary
 ProteinCoordinate[] getComputedTlpContent(java.lang.String tlpContent)
          allows to compute a tlp content
 java.lang.String[] getErrorMessages(boolean hasToBeCleaned)
          Get the list of messages produce in the web service
static void main(java.lang.String[] args)
          TEST METHOD *
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TulipClient

public TulipClient()
Method Detail

getComputedTlpContent

public ProteinCoordinate[] getComputedTlpContent(java.lang.String tlpContent)
                                          throws java.rmi.RemoteException
allows to compute a tlp content

Parameters:
tlpContent - the tlp content to compute
Returns:
the collection of protein coordinates
java.rmi.RemoteException

getErrorMessages

public java.lang.String[] getErrorMessages(boolean hasToBeCleaned)
Get the list of messages produce in the web service

Parameters:
hasToBeCleaned - delete all messages after sended them back to the client

main

public static void main(java.lang.String[] args)
TEST METHOD *



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