com.infoscape.proteus.filter
Interface Filter

All Known Implementing Classes:
Splitter, UpCaser, XSLTer

public interface Filter

Interface for filters. A filter transforms a message into zero or more other messages.


Method Summary
 java.lang.Object filter(java.lang.Object msg)
           
 

Method Detail

filter

public java.lang.Object filter(java.lang.Object msg)
                        throws java.lang.Exception
Parameters:
msg -
Throws:
java.lang.Exception