Package com.sforce.ws

Interface MessageHandler

All Known Subinterfaces:
MessageHandlerWithHeaders
All Known Implementing Classes:
MessageCaptureHandler

public interface MessageHandler
MessageHandler
Since:
144
Author:
mcheenath
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleRequest(URL endpoint, byte[] request)
     
    void
    handleResponse(URL endpoint, byte[] response)
     
  • Method Details

    • handleRequest

      void handleRequest(URL endpoint, byte[] request)
      Parameters:
      request - request data
      endpoint - endpoint url
    • handleResponse

      void handleResponse(URL endpoint, byte[] response)
      Parameters:
      response - response data
      endpoint - endpoint url