things.thinger.service.proxy
Interface ProxyProcessor

All Known Implementing Classes:
ProxyProcessorHttp

public interface ProxyProcessor

A proxy processor interface.

Version:
1.0

Version History

EPG - Added by request.  This was part of a stand-alone lib for a while. - 10 DEC 08
 
Author:
Erich P. Gatejen

Method Summary
 void process(ProxyContext context)
          The processor.
 

Method Detail

process

void process(ProxyContext context)
             throws java.lang.Throwable
The processor.

Parameters:
context - the context.
Throws:
java.lang.Throwable - for any problem.


Things.