com.ibm.connectors

Interface RequestConnector

  • All Superinterfaces:
    Connector
    All Known Implementing Classes:
    AbstractRequestConnector


    public interface RequestConnector
    extends Connector
    Base interface for all request/response connectors.
    For each request/response operation, the connector creates a RequestInteraction object (or returns an existing one) which performs the operation.
    • Method Detail

      • createRequestInteraction

        RequestInteraction createRequestInteraction()
                                             throws ConnectorException
        Create an RequestInteraction to perform the request/response operation. Note that there is nothing stopping the connector returning itself if it implements the RequestInteraction interface.
        Returns:
        the RequestInteraction
        Throws:
        ConnectorException
IBM TM
CommonTM Connector API