public interface XBCallEx
| Modifier and Type | Method and Description |
|---|---|
XBProcedureResultType |
call(XBInput parameters)
Invocates procedure.
|
void |
exception(XBOutput data)
Invocates if procedure call failed with exception.
|
void |
result(XBOutput result)
Executes if call was invoked properly.
|
XBProcedureResultType 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 errorXBProcessingExceptionvoid exception(XBOutput data) throws XBProcessingException, java.io.IOException
data - exception datajava.io.IOException - if input/output errorXBProcessingException