Interface XBCall


  • @ParametersAreNonnullByDefault
    public interface XBCall
    XBUP RPC procedure call interface.
    • Method Detail

      • call

        void call​(XBInput parameters)
           throws XBProcessingException,
                  java.io.IOException
        Invocates for procedure call.
        Parameters:
        parameters - procedure parameters data
        Throws:
        java.io.IOException - if input/output error
        XBProcessingException
      • result

        void result​(XBOutput result)
             throws XBProcessingException,
                    java.io.IOException
        Executes if call was invoked properly.
        Parameters:
        result - handler for procedure result data
        Throws:
        java.io.IOException - if input/output error
        XBProcessingException