java.lang.Object
org.embl.ebi.escience.talisman.scuflsupport.AbstractScuflAction
org.embl.ebi.escience.talisman.scuflsupport.AddProcessor
- public class AddProcessor
- extends AbstractScuflAction
Adds a new Processor to a ScuflModel within a Talisman BeanField.
Requires 'model' to point to the ScuflModel, 'type' to be the
category of processor to create (only soaplabwsdl is supported at the
moment), 'spec' to be the category specific extra information such
as a SOAP endpoint, and 'name' is the name of the new processor
within the ScuflModel.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddProcessor
public AddProcessor()
process
public void process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Action action)
throws AbortActionException,
NodeResolutionException,
UnknownResolutionProtocolException
- Overrides:
process in class AbstractScuflAction