org.biomoby.client.taverna.plugin
Class BiomobyObjectProcessorFactory
java.lang.Object
org.embl.ebi.escience.scuflworkers.ProcessorFactory
org.biomoby.client.taverna.plugin.BiomobyObjectProcessorFactory
public class BiomobyObjectProcessorFactory
- extends ProcessorFactory
|
Constructor Summary |
BiomobyObjectProcessorFactory(java.lang.String mobyEndpoint,
java.lang.String authorityName,
java.lang.String serviceName)
Create a new factory configured with the specified
endpoint base and application name, which will
be concatenated to produce the endpoint URL. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BiomobyObjectProcessorFactory
public BiomobyObjectProcessorFactory(java.lang.String mobyEndpoint,
java.lang.String authorityName,
java.lang.String serviceName)
- Create a new factory configured with the specified
endpoint base and application name, which will
be concatenated to produce the endpoint URL.
getMobyEndpoint
public java.lang.String getMobyEndpoint()
- Returns:
- the mobycentral registry endpoint used by this processor
getServiceName
public java.lang.String getServiceName()
- Returns:
- the name of the Moby datatype
getAuthorityName
public java.lang.String getAuthorityName()
- Returns:
- the authority name. Not really used.
getProcessorDescription
public java.lang.String getProcessorDescription()
- Return a textual description of the factory
- Specified by:
getProcessorDescription in class ProcessorFactory
getProcessorClass
public java.lang.Class getProcessorClass()
- Return the Class object for processors that would
be created by this factory
- Specified by:
getProcessorClass in class ProcessorFactory