Interface TemplateExchange


  • public interface TemplateExchange

    TemplateExchange interface.

    Version:
    $Id: $
    Author:
    ranger
    • Method Detail

      • sendRequest

        boolean sendRequest​(Object... args)
                     throws IOException

        sendRequest

        Parameters:
        args - a Object object.
        Returns:
        a boolean.
        Throws:
        IOException - if any.
      • processResponse

        boolean processResponse​(Object... args)
                         throws IOException

        processResponse

        Parameters:
        args - a Object object.
        Returns:
        a boolean.
        Throws:
        IOException - if any.
      • matchResponseByString

        boolean matchResponseByString​(String input)

        matchResponseByString

        Parameters:
        input - a String object.
        Returns:
        a boolean.