|
|||||||||
Home >> All >> org >> embl >> ebi >> escience >> scuflui >> [ workbench overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.embl.ebi.escience.scuflui.workbench
Class SoaplabProcessorFactory

java.lang.Objectorg.embl.ebi.escience.scuflui.workbench.SoaplabProcessorFactory
- All Implemented Interfaces:
- ProcessorFactory
- public class SoaplabProcessorFactory
- extends java.lang.Object
- implements ProcessorFactory
- extends java.lang.Object
Implementation of ProcessorFactory that creates SoaplabProcessor nodes
Field Summary | |
private java.lang.String |
applicationname
|
private java.lang.String |
endpoint
|
Constructor Summary | |
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 | |
void |
createProcessor(java.lang.String name,
org.embl.ebi.escience.scufl.ScuflModel model)
Create a new SoaplabProcessor and add it to the model |
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 |
toString()
Return the application name as the toString result |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
endpoint
private java.lang.String endpoint
applicationname
private java.lang.String applicationname
Constructor Detail |
SoaplabProcessorFactory
public 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 Detail |
toString
public java.lang.String toString()
- Return the application name as the toString result
createProcessor
public void createProcessor(java.lang.String name, org.embl.ebi.escience.scufl.ScuflModel model) throws org.embl.ebi.escience.scufl.ProcessorCreationException, org.embl.ebi.escience.scufl.DuplicateProcessorNameException
- Create a new SoaplabProcessor and add it to the model
- Specified by:
createProcessor
in interfaceProcessorFactory
getProcessorDescription
public java.lang.String getProcessorDescription()
- Return a textual description of the factory
- Specified by:
getProcessorDescription
in interfaceProcessorFactory
getProcessorClass
public java.lang.Class getProcessorClass()
- Return the Class object for processors that would
be created by this factory
- Specified by:
getProcessorClass
in interfaceProcessorFactory
|
|||||||||
Home >> All >> org >> embl >> ebi >> escience >> scuflui >> [ workbench overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |