Version: 1.1.1

ca.ucalgary.seahawk.services
Class DaggooClient

java.lang.Object
  extended by ca.ucalgary.seahawk.services.DaggooClient

public class DaggooClient
extends Object

Simple interface methods to get information from the Daggoo service wrapper database, e.g. is this WSDL already available as Moby services?


Nested Class Summary
static class DaggooClient.Action
          The three outcomes possible from asking the user about the URL dropped on Seahawk.
 
Constructor Summary
DaggooClient()
           
 
Method Summary
static boolean acceptAnExistingWrapper(URL u, MobyContentPane dropTargetPane, MobyServicesGUI servicesGUI)
           
static DaggooClient.Action acceptAnExistingWrapper(URL u, MobyContentPane dropTargetPane, MobyServicesGUI servicesGUI, boolean giveViewOption)
          Presents the user with a dialog showing all Moby services (wrappers) that exist for the provided URL.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DaggooClient

public DaggooClient()
Method Detail

acceptAnExistingWrapper

public static boolean acceptAnExistingWrapper(URL u,
                                              MobyContentPane dropTargetPane,
                                              MobyServicesGUI servicesGUI)

acceptAnExistingWrapper

public static DaggooClient.Action acceptAnExistingWrapper(URL u,
                                                          MobyContentPane dropTargetPane,
                                                          MobyServicesGUI servicesGUI,
                                                          boolean giveViewOption)
Presents the user with a dialog showing all Moby services (wrappers) that exist for the provided URL. This method will handle calling of existing services and viewing the form. Only a return of Action.WRAP is actionable for the caller.

Parameters:
u - the URL containing the form/wsdl doc to wrap
dropTargetPane - the Seahawk GUI element onto which the URL was dropped
giveViewOption - provide extra option to just view the page in Seahawk, rather than wrap the service

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010