Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.embl.ebi.escience.scuflui.workbench.ScavengerCreationException

Uses of ScavengerCreationException in org.embl.ebi.escience.scuflui.workbench
 

Methods in org.embl.ebi.escience.scuflui.workbench that throw ScavengerCreationException
(package private)  void WebScavenger.getXScuflURLs(java.lang.String initialURL)
           
 void ScavengerTree.addScavengersFromModel()
          Examine the model, create any scavengers that would have been required to populate the model with its existing processors.
 

Constructors in org.embl.ebi.escience.scuflui.workbench that throw ScavengerCreationException
WSDLBasedScavenger(java.lang.String wsdlLocation)
          Create a new WSDLBased scavenger, the single parameter should be resolvable to a location from which the wsdl document can be fetched.
WorkflowScavenger(java.lang.String definitionURL)
          Create a new Talisman scavenger, the single parameter should be resolvable to a location from which the tscript could be fetched.
TalismanScavenger(java.lang.String scriptURL)
          Create a new Talisman scavenger, the single parameter should be resolvable to a location from which the tscript could be fetched.
SoaplabScavenger(java.lang.String base)
          Create a new Soaplab scavenger, the base parameter should be the base URL of the Soaplab service, i.e.
WebScavenger(java.lang.String initialURL)