public interface XBProcedure extends XBExecutable
Modifier and Type | Method and Description |
---|---|
void |
execute(XBOutput parameters,
XBInput result)
Invocates procedure.
|
void execute(XBOutput parameters, XBInput result) throws XBProcessingException, java.io.IOException
parameters
- procedure parameters dataresult
- handler for procedure result datajava.io.IOException
- if input/output errorXBProcessingException