com.infoscape.proteus.filter
Class UpCaser

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

public class UpCaser
extends java.lang.Object
implements Filter


Constructor Summary
UpCaser()
           
 
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

UpCaser

public UpCaser()
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