org.janux.bus.processor
Interface Processor

All Known Subinterfaces:
ObjectFormatter, ObjectFormatterGeneric<T>, StringParser, StringProcessor
All Known Implementing Classes:
ObjectFormatterAbstract, StringProcessorAbstract

public interface Processor

Base interface to represent any sort of class that takes an input and returns an output; mostly used to define classes that perform transformations to messages, whatever form those messages may take (Objects, Strings, bytes, etc...) or to satisfy any part of a Request/Response process or other Messaging process.

Since:
version 0.2.03 - Jun 20, 2007
Author:
Philippe Paravicini

Method Summary
 void process(InputStream in, OutputStream out)
           
 

Method Detail

process

void process(InputStream in,
             OutputStream out)
Throws:
RuntimeException - as necessary


Copyright © 2005-2013 Janux. All Rights Reserved.