org.biomoby.client.taverna.plugin
Class BiomobyObjectProcessorFactory

java.lang.Object
  extended by org.embl.ebi.escience.scuflworkers.ProcessorFactory
      extended by 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.
 
Method Summary
 java.lang.String getAuthorityName()
           
 java.lang.String getMobyEndpoint()
           
 java.lang.Class getProcessorClass()
          Return the Class object for processors that would be created by this factory
 java.lang.String getProcessorDescription()
          Return a textual description of the factory
 java.lang.String getServiceName()
           
 
Methods inherited from class org.embl.ebi.escience.scuflworkers.ProcessorFactory
createProcessor, getDescription, getName, getXMLFragment, setDescription, setName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.

Method Detail

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