public interface XBCall
| Modifier and Type | Method and Description |
|---|---|
void |
call(XBInput parameters)
Invocates for procedure call.
|
void |
result(XBOutput result)
Executes if call was invoked properly.
|
void call(XBInput parameters) throws XBProcessingException, java.io.IOException
parameters - procedure parameters datajava.io.IOException - if input/output errorXBProcessingExceptionvoid result(XBOutput result) throws XBProcessingException, java.io.IOException
result - handler for procedure result datajava.io.IOException - if input/output errorXBProcessingException