public interface IEditorReplyProcessor extends IReplyProcessor
Modifier and Type | Method and Description |
---|---|
boolean |
couldBecomeProcessor(IReplyContent reply)
Verifies if this processor could potentially become a valid processor
if it receives identification information.
|
PropCnr |
createFirstProcessorIdentification(EditorOutputProps output,
IReplyContent reply)
Creates the required identification properties to start to become a valid processor.
|
String |
getDescription()
Gets the description of this this processor.
|
boolean |
processReply(WebServiceEditor editor,
EditorOutputProps output,
boolean doPerform,
List<VSComponent> list,
Map<VSComponent,Throwable> errors)
Processes a stored reply contents.
|
DesignerProp |
setReply(IReplyContent reply)
Updates the output for the processor with a new reply that should replace the old one.
|
getFailureMessage, getReplyMatch, processReply
boolean couldBecomeProcessor(IReplyContent reply)
reply
- The reply contents.PropCnr createFirstProcessorIdentification(EditorOutputProps output, IReplyContent reply)
output
- The output properties.reply
- The reply.DesignerProp setReply(IReplyContent reply)
reply
- The reply.String getDescription()
boolean processReply(WebServiceEditor editor, EditorOutputProps output, boolean doPerform, List<VSComponent> list, Map<VSComponent,Throwable> errors)
editor
- The Editor.output
- The output properties.doPerform
- The reply contents.list
- List filled with propagated items.errors
- Map filled with errors.iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.