Bus

org.topcased.service.getservices
Class CallServiceShell

java.lang.Object
  extended by org.topcased.service.getservices.CallServiceShell

public class CallServiceShell
extends java.lang.Object

This class represents the dialog box used to call a service.
The input parameters, if any, have to be given before calling the service.
This allows to test if a service may work.


Constructor Summary
CallServiceShell(java.lang.String id, org.eclipse.swt.widgets.Shell parent)
          This contructor makes the window appear.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallServiceShell

public CallServiceShell(java.lang.String id,
                        org.eclipse.swt.widgets.Shell parent)
This contructor makes the window appear.

Parameters:
id - : id of the service to be called
parent - : the shell invoking this window

Bus

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.