com.infoscape.proteus.filter
Class Splitter

java.lang.Object
  |
  +--com.infoscape.proteus.filter.Splitter
All Implemented Interfaces:
Filter

public class Splitter
extends java.lang.Object
implements Filter


Constructor Summary
Splitter(org.jdom.Element elt)
           
 
Method Summary
 java.lang.Object filter(java.lang.Object msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Splitter

public Splitter(org.jdom.Element elt)
Method Detail

filter

public java.lang.Object filter(java.lang.Object msg)
                        throws java.lang.Exception
Specified by:
filter in interface Filter
Parameters:
msg -
Throws:
java.lang.Exception