Interface Handler


public interface Handler
This interface represents a session between a resource adapter and an Enterprise Information System Once the handle method returns the socket where the communication takes place is closed
Author:
Jesper Pedersen
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handle an interaction with a client
  • Method Details

    • handle

      void handle(InputStream is, OutputStream os)
      Handle an interaction with a client
      Parameters:
      is - The input stream
      os - The output stream