|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.embl.ebi.escience.scuflworkers.ProcessorFactory
org.embl.ebi.escience.scuflworkers.biomoby.BiomobyProcessorFactory
public class BiomobyProcessorFactory
Implementation of ProcessorFactory that creates BiomobyProcessor nodes.
| Constructor Summary | |
|---|---|
BiomobyProcessorFactory(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 |
|---|
public BiomobyProcessorFactory(java.lang.String mobyEndpoint,
java.lang.String authorityName,
java.lang.String serviceName)
| Method Detail |
|---|
public java.lang.String getMobyEndpoint()
public java.lang.String getServiceName()
public java.lang.String getAuthorityName()
public java.lang.String getProcessorDescription()
getProcessorDescription in class ProcessorFactorypublic java.lang.Class getProcessorClass()
getProcessorClass in class ProcessorFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||