|
|||||||||
Home >> All >> org >> embl >> ebi >> escience >> scuflworkers >> [ java overview ] | PREV PACKAGE NEXT PACKAGE |
Package org.embl.ebi.escience.scuflworkers.java
Provides the processor and helper implementations, allowing Scufl to be extended via a plugin mechanism.
See:
Description
Interface Summary | |
LocalWorker | Implemented by classes acting as local services and which don't require the full invocation infrastructure. |
Class Summary | |
ExtractImageLinks | Extract a list of all image links in the supplied html document |
FilterStringList | Filter a list of Strings, only passing through those that match the supplied regular expression. |
LocalServiceProcessor | A processor that runs the quick Java plugins defined by the LocalService interface in this package. |
LocalServiceProcessorFactory | Implementation of ProcessorFactory that can create LocalServiceProcessor instances |
LocalServiceScavenger | A scavenger that can create new LocalServiceProcessor nodes |
LocalServiceTask | A task to invoke a LocalServiceProcessor |
LocalServiceXMLHandler | Handles XML store and load for the local process processor |
StringSetIntersection | Returns the intersection of two sets or lists of string types where elements only exist in the output if they occur in both inputs. |
StringSetUnion | Provide the union of two lists of strings, the result being a string list containing all strings that occur in either of the input lists. |
WebImageFetcher | Fetch a single image from URL |
WebPageFetcher | Fetch a single web page from URL |
Package org.embl.ebi.escience.scuflworkers.java Description
Provides the processor and helper implementations, allowing Scufl to be extended via a plugin mechanism. This particular package also includes the standard workers such as WSDL, Soaplab, Talisman and Nested Workflow processors.
|
|||||||||
Home >> All >> org >> embl >> ebi >> escience >> scuflworkers >> [ java overview ] | PREV PACKAGE NEXT PACKAGE |