Interface DirPoll.Processor

Enclosing class:
DirPoll

public static interface DirPoll.Processor
Callback interface for processing binary request files.
Since:
jPOS 1.2.7
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    process(String name, byte[] request)
    Processes a request and returns a response.
  • Method Details