org.apache.thrift
Interface TProcessor


public interface TProcessor

A processor is a generic object which operates upon an input stream and writes to some output stream.


Method Summary
 boolean process(TProtocol in, TProtocol out)
           
 

Method Detail

process

boolean process(TProtocol in,
                TProtocol out)
                throws TException
Throws:
TException