org.jpos.util
Interface DirPoll.Processor

Enclosing class:
DirPoll

public static interface DirPoll.Processor


Method Summary
 byte[] process(String name, byte[] request)
           
 

Method Detail

process

byte[] process(String name,
               byte[] request)
               throws DirPoll.DirPollException
Parameters:
name - request name
request - request image
Returns:
response (or null)
Throws:
DirPoll.DirPollException


Copyright © 1998-2012 jPOS.org. All Rights Reserved.