ca.ucalgary.seahawk.services
Class DaggooClient
java.lang.Object
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. |
DaggooClient
public DaggooClient()
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 wrapdropTargetPane
- the Seahawk GUI element onto which the URL was droppedgiveViewOption
- provide extra option to just view the page in Seahawk, rather than wrap the service
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010