|
||||||||||
| 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.soaplab.SoaplabProcessorFactory
public class SoaplabProcessorFactory
Implementation of ProcessorFactory that creates SoaplabProcessor nodes
| Constructor Summary | |
|---|---|
SoaplabProcessorFactory(java.lang.String completeEndpoint)
Create a new factory with a single application endpoint parameter |
|
SoaplabProcessorFactory(java.lang.String endpointbase,
java.lang.String applicationname)
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 |
getCategory()
|
java.lang.String |
getEndpoint()
Return the endpoint |
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 |
void |
setCategory(java.lang.String category)
|
| 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 SoaplabProcessorFactory(java.lang.String endpointbase,
java.lang.String applicationname)
public SoaplabProcessorFactory(java.lang.String completeEndpoint)
| Method Detail |
|---|
public final java.lang.String getCategory()
public final void setCategory(java.lang.String category)
category - the category to setpublic java.lang.String getEndpoint()
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 | |||||||||